On call

Use these operations to interact with on-call information on entities in Cortex.

Required permissions

  • Your API key must have the Edit entities permission.

Operations

Retrieve current on-call for entity

get
Authorizations
AuthorizationstringRequired

All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.

Path parameters
tagOrIdstringRequired

The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Responses
200

Successfully retrieved current on-call

application/json
get
/api/v1/catalog/{tagOrId}/integrations/oncall/current

Retrieve on-call registration for entity

get
Authorizations
AuthorizationstringRequired

All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.

Path parameters
tagOrIdstringRequired

The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Responses
200

Successfully retrieved on-call registration

application/json
get
/api/v1/catalog/{tagOrId}/integrations/oncall/registration

Last updated

Was this helpful?