Skip to main content

Create dependency from entity

POST 

/api/v1/catalog/:callerTag/dependencies/:calleeTag

Create dependency from entity

Request

Path Parameters

    callerTag stringrequired

    The entity tag (x-cortex-tag) for the callee entity ("from" entity)

    calleeTag stringrequired

    The entity tag (x-cortex-tag) for the caller entity ("to" entity)

Query Parameters

    method string

    HTTP Method

    Example: POST
    path string

Body

required

    description string
    metadata object

Responses

Successfully created dependency

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...