ilert · Example Payload

Get Deployment Pipelines

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

Get Deployment Pipelines 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": "Get deployment pipelines",
  "description": "",
  "method": "GET",
  "path": "/deployment-pipelines",
  "parameters": {
    "start-index": 1,
    "max-results": 1
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "name": "string",
      "integrationType": "string",
      "integrationKey": "string",
      "teams": [
        null
      ],
      "createdAt": "string"
    }
  ]
}