OpsGenie · Schema

IncidentActionRequest

AlertsIncident ManagementMonitoringOn-CallOperations

Properties

Name Type Description
note string Additional note to add with the action.
View JSON Schema on GitHub

JSON Schema

opsgenie-incidentactionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IncidentActionRequest",
  "title": "IncidentActionRequest",
  "type": "object",
  "properties": {
    "note": {
      "type": "string",
      "description": "Additional note to add with the action."
    }
  }
}