Custom Data
Last updated
Last updated
Use these operations to interact with custom data in Cortex.
Edit entities: Your API key must have the Edit entities
permission.
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Number of results to return per page, between 1 and 1000. Default 250.
Page number to return, 0-indexed. Default 0.
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.
No body
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.
Custom data key for the entity
my-key
Value for the key; can be any valid JSON type
{"nested":{"objects":"are ok"}}
Refer to the Webhook section of the Custom Data docs for more information. This API is preconfigured in your workspace settings under Custom Integrations. The UUID corresponds to a custom data key, as well as a jq
command that maps the data in this payload to an entity in your workspace.
No body
Add multiple key/values of custom data to multiple entities
When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.
Map of entity tag -> custom data key/values
{"another-service-tag":[{"key":"different-key","value":{"nested":"object"}},{"key":"my-cool-key","value":"Hello again"}],"service-x":[{"key":"my-key","value":100},{"key":"my-second-key","value":"Hello"}]}