OpsGenie · Schema

CloseIncidentRequest

AlertsIncident ManagementMonitoringOn-CallOperations

Properties

Name Type Description
note string Additional note to add when closing the incident.
View JSON Schema on GitHub

JSON Schema

opsgenie-closeincidentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloseIncidentRequest",
  "title": "CloseIncidentRequest",
  "type": "object",
  "properties": {
    "note": {
      "type": "string",
      "description": "Additional note to add when closing the incident."
    }
  }
}