(Preview) Returns lineage for a given entity object.

post

/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/fetchLineage

(Preview) Returns lineage for a given entity object.

Request

Path Parameters
Query Parameters
  • Minimum Value: 1
    Maximum Value: 1000
    For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).
    Default Value: 100
  • Maximum Length: 1024
    For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).
Header Parameters
  • Maximum Length: 1000
    For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
  • Maximum Length: 255
    Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash.
  • Maximum Length: 64
    A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of running that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and removed from the system, then a retry of the original creation request might be rejected.
Body ()
The information needed to obtain desired lineage.
Root Schema : FetchEntityLineageDetails
Type: object
The information needed to obtain desired lineage.
Match All
The information needed to obtain desired lineage.
Show Source
Nested Schema : ObjectLineageRequestDetails
Type: object
Details needed by a lineage fetch request.
Show Source
Nested Schema : NodeFilterObject
Type: object
Filtering parameter that lets users define which entities are included in the results, while still traversing the full lineage.
Show Source
Nested Schema : PathFilterObject
Type: object
Filtering parameter that lets the user control how far the lineage is traversed.
Show Source
Nested Schema : NodeFilterPredicates
Type: object
List of conditions
Show Source
Nested Schema : PathFilterPredicates
Type: object
List of conditions
Show Source
Nested Schema : anchorNodeColumnsIn
Type: array
Includes only lineage paths where the anchor node's column is one of the specified values, and column-level traversal starts only from these anchor columns.
Show Source
Nested Schema : parentIdIn
Type: array
Includes only those lineage paths in which each node's parent ID is present in the specified list.
Show Source
Nested Schema : PassThroughNodeFilterPredicate
Type: object
Includes only lineage paths that pass through the specified intermediate node.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Retrieves the Lineage for the entity.
Headers
  • For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : EntityLineage
Type: object
Lineage for a data entity.
Match All
Lineage for a data entity.
Show Source
Nested Schema : ObjectLineage
Type: object
Lineage for an object.
Show Source
Nested Schema : nodes
Type: array
Maximum Number of Items: 1000
Set of links that are involved in the lineage.
Show Source
Nested Schema : LineageRelationship
Type: object
Declares how two elements of object lineage are related.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    Object key of source lineage element.
  • properties
    Maximum Number of Properties: 100
    Additional Properties Allowed: additionalProperties
    A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the "default" category. Example: `{"properties": { "default": { "key1": "value1"}}}`
  • Minimum Length: 1
    Maximum Length: 255
    Type of the relationship.
  • Minimum Length: 1
    Maximum Length: 255
    Object key of target lineage element.
  • Minimum Length: 1
    Maximum Length: 255
    Type of the relationship.
Nested Schema : properties
Type: object
Maximum Number of Properties: 100
Additional Properties Allowed
Show Source
A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the "default" category. Example: `{"properties": { "default": { "key1": "value1"}}}`
Nested Schema : additionalProperties
Type: object
Additional Properties Allowed
Show Source
  • The string value of the data asset property.
Key-value pair representing properties of a data entity scoped to a category. Example: `{"key1": "value1"}`
Nested Schema : LineageObject
Type: object
Object describing an individual element of object lineage.
Show Source
  • Depth is measured as number of links from anchor node to matching nodes.
  • Allowed Values: [ "UPSTREAM", "BOTH", "DOWNSTREAM" ]
    Direction of the lineage.
  • Minimum Length: 1
    Maximum Length: 255
    Display name of the object.
  • Minimum Length: 1
    Maximum Length: 255
    Key of the object, such as an entity, about which this lineage applies.
  • Minimum Length: 1
    Maximum Length: 255
    Key of the parent object for this object.
  • properties
    Maximum Number of Properties: 100
    Additional Properties Allowed: additionalProperties
    A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the "default" category. Example: `{"properties": { "default": { "key1": "value1"}}}`
  • Minimum Length: 1
    Maximum Length: 255
    External source identifier name of the object.
  • Minimum Length: 1
    Maximum Length: 255
    Type name of the object.
Nested Schema : properties
Type: object
Maximum Number of Properties: 100
Additional Properties Allowed
Show Source
A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the "default" category. Example: `{"properties": { "default": { "key1": "value1"}}}`
Nested Schema : additionalProperties
Type: object
Additional Properties Allowed
Show Source
  • The string value of the data asset property.
Key-value pair representing properties of a data entity scoped to a category. Example: `{"key1": "value1"}`

400 Response

Bad Request (invalid query parameters, malformed headers, and so on).
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

401 Response

Unauthorized (missing or expired credentials, and so on).
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

404 Response

Not Found. The requested resource was not found.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

409 Response

Conflict. Request conflicts with the current state of the resource.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

412 Response

Precondition Failed (One or more conditions in request failed).
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

429 Response

Too Many Requests. Too many requests sent to the server in a short period.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

500 Response

Internal Server Error. The server encountered an unexpected condition preventing fulfilment of the request.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

Default Response

Unknown Error. Error is not recognized by the system.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source
Back to Top