Retrieves a summary of Content Hub system health, including minimal aggregated service status and links to detailed status resources. You do not need to authenticate to use this endpoint.
Security
OAuth2
- https://your-serverhttps://your-server/api/status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
curl -i -X GET \
https://your-server/api/status \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Successful operation
The date the tenant was last updated. Unlike the build or release date, this property is tenant specific.
Label for Stylelabs.M.Base.Web.Api.Models.Status.StatusInfoResource.AggregatedStatus.
Response
- application/json:
- application/json
- text/json
{ "product_version": "string", "build_date": "string", "rollout_date": "2019-08-24T14:15:22Z", "hostname": "string", "region_name": "string", "aggregated_service_status_label": "string", "index_template_versions": { "main_template_version": "string", "audit_template_version": { … } }, "queues": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "jobs": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "users": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "license": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "system": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "error": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "data_storage": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "media_storage": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "search": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "graph": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "service_status": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "version": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "publishing": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "video-indexing-duration": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }