Alerting & Response/Alert Channels & Integrations
GETAlertingSince 1.0SynchronousAuth Required
ListAlertIntegrations
List all alert integrations with managed platforms
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
pageIntegerPage number for pagination (1-based) Page number for pagination (1-based)
Example: 0
sizeIntegerPage size for pagination Page size for pagination
Example: 0
Responses
Endpoint
GET/api/v1/alerting/integrations
/api/v1/alerting/integrations
Request Example
curl -X GET '{host}/api/v1/alerting/integrations' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 3,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
