Alerting & Response/Alert Channels & Integrations
POSTAlertingSince 1.0SynchronousAuth Required
TestAlertChannel
Test a notification channel by sending a test message
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the channel to test
Responses
Endpoint
POST/api/v1/alerting/channels/{uuid}/test
/api/v1/alerting/channels/{uuid}/test
Request Example
curl -X POST '{host}/api/v1/alerting/channels/{uuid}/test' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"success": true,
"message": "Test message delivered successfully",
"durationMs": 250
}Change History
This API has no change history records yet.
