{
"endpoint": "GET /v1/status/services/{service}",
"snapshot": {
"service": "string",
"health": "healthy",
"activeIncidents": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"service": "string",
"summary": "string",
"severity": "warning",
"state": "open",
"linkedSessionID": "5d6d2f68-77f2-46a3-97e3-dbcd505208ef",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"details": "string"
}
],
"checks": [
{
"kind": "liveness",
"state": "passing",
"summary": "string",
"checkedAt": "2019-08-24T14:15:22.123Z"
}
],
"generatedAt": "2019-08-24T14:15:22.123Z"
}
}