Bad Request
Internal Server Error
Gets the SLO's data
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details of the SLO to be updated
Bad Request
Internal Server Error
Gets the updated SLO
{- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "userJourneyRefs": [
- "string"
], - "sloTarget": {
- "type": "Rolling",
- "sloTargetPercentage": 0,
- "spec": {
- "type": "string"
}
}, - "type": "Simple",
- "spec": {
- "type": "string"
}, - "notificationRuleRefs": [
- {
- "notificationRuleRef": "string",
- "enabled": true
}
], - "errorBudgetCalculationPeriod": 0,
- "errorBudgetCalculationValidity": 0
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Returns true if the SLO is deleted
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Composite SLO spec which consists of list of SLO details
Bad Request
Internal Server Error
Gets the time series data points for composite slo onBoarding graph
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Gets the SLOs for list view
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Gets the SLOs
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details of the SLO to be saved
Bad Request
Internal Server Error
Gets the saved SLO
{- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "userJourneyRefs": [
- "string"
], - "sloTarget": {
- "type": "Rolling",
- "sloTargetPercentage": 0,
- "spec": {
- "type": "string"
}
}, - "type": "Simple",
- "spec": {
- "type": "string"
}, - "notificationRuleRefs": [
- {
- "notificationRuleRef": "string",
- "enabled": true
}
], - "errorBudgetCalculationPeriod": 0,
- "errorBudgetCalculationValidity": 0
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}