Send Test Alert > Channels

Sends a test alert to PagerDuty to verify a valid PagerDuty setup.

post/server/channels/pagerduty

Request body

integrationKeystring

Example request

{
  "integrationKey": "INTEGRATION_KEY"
}

Response

OK

resultstring

Example response

{
  "result": "PING_SUCCESS"
}

Changes