Skip to main content

Retrieve all dependencies for an entity

GET 

/api/v1/catalog/:callerTag/dependencies

Retrieve all dependencies for an entity

Request

Path Parameters

    callerTag stringrequired

Query Parameters

    includeOutgoing boolean

    Default value: true

    includeIncoming boolean
    pageSize int32required

    Default value: 250

    Number of results to return per page, between 1 and 1000. Default 250.

    page int32required

    Default value: 0

    Page number to return, 0-indexed. Default 0.

Responses

Successfully found entity dependencies

Schema

    calleeTag stringrequired

    Entity tag (x-cortex-tag) for the callee entity

    calleeType stringrequired

    Type of the callee entity. Corresponds to the x-cortex-type field in the entity descriptor or ‘service’ for services.

    callerTag stringrequired

    Entity tag (x-cortex-tag) for the caller entity

    callerType stringrequired

    Type of the caller entity. Corresponds to the x-cortex-type field in the entity descriptor or ‘service’ for services.

    description string
    metadata object
    method string

    Possible values: [GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE]

    path string
Loading...