Link

Root Cause Report Incoming Webhook Payload

Method URL URL created for this integration
HTTP Method POST
Content Type application/json

Payload

Name Type Description Required
zebrium.incident_ts string UTC Timestamp to perform RC Analysis (e.g. 2022-03-15T08:23:05Z) Yes
zebrium.service_group string Zebrium service group to perform RC Analysis or ‘All’ Yes

Example Payload

{
  "zebrium" : {
    "incident_ts" : "2022-03-15T08:23:05Z",
    "service_group" : "production"
  }
}
curl -X POST -H 'Content-type: application/json' --data '{ "zebrium" : { "incident_ts" : "2022-03-15T08:23:05Z", "service_group" : "production" } }' https://cloud.zebrium.com/api/v2/signal/E0D2C20624779984FADBE0D22E4125860A37299B