ilert · Example Payload

Post Series {Key}

Post a time point or multiple time points (series) to a metric. User authorization is not required instead provide the integration key of your metric.

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

Post Series {Key} 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": "Ingest a series for a metric",
  "description": "Post a time point or multiple time points (series) to a metric. User authorization is not required instead provide the integration key of your metric.",
  "method": "POST",
  "path": "/series/{key}",
  "parameters": {
    "key": "string"
  },
  "request_body": {},
  "response": null
}