Status (Cloud Service)

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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the status resource:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/cloud/services/su908rzmn2/status?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "overallHealth": "Healthy"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.