ilert · Example Payload

Post Metric Data Sources

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

Post Metric Data Sources 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 Metric Data Source.",
  "description": "",
  "method": "POST",
  "path": "/metric-data-sources",
  "parameters": {},
  "request_body": {
    "name": "string",
    "type": "DATADOG",
    "teams": [
      {
        "id": null,
        "name": null
      }
    ],
    "metadata": {}
  },
  "response": {
    "id": 1.0,
    "name": "string",
    "type": "DATADOG",
    "teams": [
      {
        "id": null,
        "name": null
      }
    ],
    "metadata": {}
  }
}