Skip to main content

Add custom data for entity

POST 

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

Add custom data for entity

Request

Path Parameters

    tag stringrequired

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

Query Parameters

    force boolean

    When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.

Body

required

    description string
    key stringrequired

    Custom data key for the entity

    value

    object

    required

    Value for the key; can be any valid JSON type

    value object

Responses

Successfully created data

Schema

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

    Possible values: [YAML, API, INTEGRATION]

    value objectrequired
Loading...