Status¶
https://{cluster-id}.elevate-api.cloud/api/admin/v3/status
GET¶
Active LTS
This endpoint is part of an API that is currently in Active Long Time Support and its end of life is 2026-12-31. All endpoints in this API version, including this, will be removed. Please upgrade to the latest version before LTS expires.
API upgrade guides can be found here:
More information regarding the API versioning strategy can be found here.
The status endpoint can be used to check if the service is available.
Request¶
curl -i \
-X GET \
"https://{cluster-id}.elevate-api.cloud/api/admin/v3/status"
Response¶
Response codes¶
Status | Description |
---|---|
200 | Service is active and responds to requests. |
503 | Service unavailable, contact support. |