Oore CI
ReferenceAPIOperationsIntegrations

Mark one targeted operator incident notification as read

Mark one targeted operator incident notification as read

Operation IDmark_operator_incident_read
POST
/v1/operator-incidents/{id}/read

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Incident ID

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/operator-incidents/string/read"
{  "first_occurrence_at": 0,  "id": "string",  "latest_occurrence_at": 0,  "occurrence_count": 0,  "read_at": 0,  "reason": "string",  "repair_action": "string",  "repair_url": "string",  "resolved_at": 0,  "resource_id": "string",  "resource_kind": "string",  "resource_name": "string",  "severity": "info",  "status": "open"}