Send Test Alert > Channels
Sends a test alert to PagerDuty to verify a valid PagerDuty setup.
post/server/channels/pagerduty
Request body
Example request
{
"integrationKey": "INTEGRATION_KEY"
}Response
OK
Example response
{
"result": "PING_SUCCESS"
}