- URL:
- https://<root>/cloud/services/<serviceID>/status
- Methods:
GET
- Required Capability:
- Access allowed only with the default administrator role
- Version Introduced:
- 11.4
Description
The status
resource returns the health status of a cloud-native object store or relational data store that was registered during site creation.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the status
resource:
https://organization.domain.com/context/admin/cloud/services/su908rzmn2/status?f=pjson
JSON Response example
{
"overallHealth": "Healthy"
}