Skip to main content

Retrieve custom data for entity by key

GET 

/api/v1/catalog/:tag/custom-data/:key

Retrieve custom data for entity by key

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

    key stringrequired

Responses

Successfully retrieved custom data for key

Schema

    dateUpdated date-timerequired
    description string
    id int64
    key stringrequired
    source stringrequired

    Possible values: [YAML, API, INTEGRATION]

    value objectrequired
Loading...