main-concepts

No menu items for this category
OpenMetadata Documentation

ReverseIngestionResponse

Apply a set of operations on a service

  • serviceId: The id of the service to be modified. Refer to ../../../type/basic.json#/definitions/uuid.
  • success (boolean): Whether the workflow was successful. Failure indicates a critical failure such as connection issues.
  • message (string): Error message in case of failure.
  • results (array): List of operations to be performed on the service.
    • Items: Refer to #/definitions/reverseIngestionOperationResult.
  • reverseIngestionOperationResult (object)
    • id: The id of the operation. Refer to ../../../type/basic.json#/definitions/uuid.
    • success (boolean): Whether the specific operation was successful.
    • message (string): Error message in case of failure.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.