Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_event_service found
Retrieves a specific incident_event_service by id
curl --request GET \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "98f70bf8-6c00-4b89-9ccc-d0b24580cc57",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "900b6bef-0053-4c2a-b81c-eb98aa000afd",
"service_id": "d9cf2fa4-f431-4d6e-b7f7-6006bec6e8e6",
"status": "partial_outage"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_event_service found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "98f70bf8-6c00-4b89-9ccc-d0b24580cc57",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "900b6bef-0053-4c2a-b81c-eb98aa000afd",
"service_id": "d9cf2fa4-f431-4d6e-b7f7-6006bec6e8e6",
"status": "partial_outage"
}
}
}