notifications
Send a test alert through a single notification channel
post/notifications/test
Request body
Example request
{
"notificationName": "Ops on-call email",
"type": "email",
"address": "alerts@example.com"
}Response
OK
{
"notificationName": "Ops on-call email",
"type": "email",
"address": "alerts@example.com"
}OK