Bad Request
Internal Server Error
Gets the error budget reset history
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Gets the notification rules for SLO
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Gets the SLO's logs
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details needed to reset error budget
Bad Request
Internal Server Error
Reset Error budget history
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Get Underlying Metrics Graph for SLO
Metric Graph response
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Bad Gateway
[- {
- "start_time": 0,
- "end_time": 0,
- "data_points": [
- {
- "value": 0,
- "timestamp": 0
}
], - "metric_name": "string",
- "metric_identifier": "string"
}
]
Returns a list of Service Level Objectives
SLO List Response body
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Bad Gateway
[- {
- "slo_identifier": "string",
- "name": "string",
- "org_name": "string",
- "project_name": "string",
- "monitored_service_identifier": "string",
- "monitored_service_name": "string",
- "service_identifier": "string",
- "health_source_identifier": "string",
- "health_source_name": "string",
- "service_name": "string",
- "environment_identifier": "string",
- "environment_name": "string",
- "tags": [
- "string"
], - "description": "string",
- "user_journey_name": "string",
- "user_journeys": [
- {
- "name": "string",
- "identifier": "string"
}
], - "burn_rate": 0,
- "error_budget_remaining_percentage": 0,
- "error_budget_remaining": 0,
- "total_error_budget": 0,
- "slo_target_type": {
- "type": "string"
}, - "slo_type": {
- "type": "string"
}, - "slo_target_percentage": 0,
- "no_of_active_alerts": 0,
- "evaluation_type": {
- "type": "string"
}, - "downtime_status_details": {
- "status": {
- "status": "string"
}, - "start_time": 0,
- "end_time": 0,
- "end_date_time": "string"
}, - "project_params": {
- "account_identifier": "string",
- "org_identifier": "string",
- "project_identifier": "string"
}, - "slo_error": {
- "failed_state": true,
- "error_message": "string",
- "slo_error_type": "string"
}, - "error_budget_risk": "string"
}
]