Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetSLAReport
Generate a Service Level Agreement (SLA) report for a platform over a given period
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
platformUuidStringRequiredUUID of the platform to generate the SLA report for
Query Parameters
periodStringReporting period identifier (e.g. 2024-01, last-30d) Reporting period identifier (e.g. 2024-01, last-30d)
Responses
Endpoint
GET/api/v1/monitoring/platform/{platformUuid}/sla-report
/api/v1/monitoring/platform/{platformUuid}/sla-report
Request Example
curl -X GET '{host}/api/v1/monitoring/platform/{platformUuid}/sla-report' -H 'Authorization: Bearer {token}'
Response Example
200{
"platformUuid": "plat-001-abc",
"period": "2024-01",
"uptimePercent": 99.95,
"mttrMinutes": 12,
"mtbfMinutes": 14400,
"incidentCount": 3,
"totalDowntimeMinutes": 21,
"slaTarget": 99.9
}Change History
This API has no change history records yet.
