Platform Operations/Platform Self-Monitor
GETPlatformSince 1.0SynchronousAuth Required
ListSelfMonAlerts
List recent self-monitoring alerts ordered by fired time descending.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
limitIntegerMaximum number of alert records to return Maximum number of alert records to return
Example: 0
Responses
Endpoint
GET/api/v1/self-monitor/alerts
/api/v1/self-monitor/alerts
Request Example
curl -X GET '{host}/api/v1/self-monitor/alerts' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 20,
"limit": 50,
"offset": 20
}Change History
This API has no change history records yet.
