Skip to main content

List custom data for entity

GET 

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

List custom data for entity

Request

Path Parameters

    tag stringrequired

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

Responses

Successfully retrieved custom data

Schema

  • Array [

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

    Possible values: [YAML, API, INTEGRATION]

    value objectrequired
  • ]

Loading...