ilert · Example Payload

Post Connectors

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Post Connectors is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Create a new connector.",
  "description": "",
  "method": "POST",
  "path": "/connectors",
  "parameters": {},
  "request_body": {
    "id": "string",
    "type": "jira",
    "name": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "params": {}
  },
  "response": {
    "id": "string",
    "type": "jira",
    "name": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "params": {}
  }
}