ilert · Example Payload

Post Deployment Events

Use the Deployment events API to integrate your CI & CD tools or custom deployment workflows with ilert. Create a new deployment pipeline to generate an integration key for this endpoint.

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

Post Deployment Events 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": "Post a deployment event to ilert.",
  "description": "Use the Deployment events API to integrate your CI & CD tools or custom deployment workflows with ilert. Create a new deployment pipeline to generate an integration key for this endpoint.",
  "method": "POST",
  "path": "/deployment-events",
  "parameters": {},
  "request_body": {
    "integrationKey": "string",
    "summary": "string",
    "timestamp": 1,
    "userEmail": "string",
    "customDetails": {},
    "links": [
      {
        "href": null,
        "text": null
      }
    ]
  },
  "response": null
}