Skip to main content

Retrieve on-call registration for entity

GET 

/api/v1/catalog/:tag/integrations/oncall/registration

Retrieve on-call registration for entity

Request

Path Parameters

    tag stringrequired

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

Responses

Successfully retrieved on-call registration

Schema

  • Array [

  • id stringrequired

    Registration ID

    provider stringrequired

    Possible values: [OPSGENIE, PAGERDUTY, VICTOROPS]

    Integration

    source stringrequired

    Possible values: [AUTO_MAPPED, DEFINED]

    Source

    type stringrequired

    Possible values: [ESCALATION_POLICY, SCHEDULE, SERVICE]

    Type of registration

  • ]

Loading...