Sitecore API catalog/Status API//
- Retrieve a hierarchical view of the system status
Retrieve overall system status
Retrieve the status for a specific message using its ID
Retrieve the status of messages in a queue
Retrieve status information for all message queues
Retrieve the status of jobs within a specific retention period
Retrieve the user status
Retrieve the status and statistics for data storage
Retrieve the status and statistics for media storage
Retrieve statistics for a specific tenant and time period
Retrieve the status and statistics for the search service
Retrieve the status and statistics for the graph service
Retrieve the system status
Retrieve a hierarchical v...
Retrieves the current status, message, and downstream service statuses for troubleshooting and diagnostics.
Security
OAuth2
- https://your-serverhttps://your-server/api/status/servicestatus
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
curl -i -X GET \
https://your-server/api/status/servicestatus \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Successful operation
Label for Stylelabs.M.Base.Web.Api.Models.Status.ServiceStatusResource.Status
Message describing the Stylelabs.M.Base.Web.Api.Models.Status.ServiceStatusResource.Status in more detail.
Optional additional JSON serializable data for this Stylelabs.M.Framework.Infrastructure.ServiceStatus. Defaults to null.
Label for Stylelabs.M.Base.Web.Api.Models.Status.ServiceStatusResource.AggregatedStatus.
Optional collection of individual downstream services. This value can be null.
Response
- application/json:
- application/json
- text/json
{ "service_status_label": "string", "service_status_message": "string", "data": {}, "aggregated_service_status_label": "string", "downstream_services": { "property1": { … }, "property2": { … } }, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }