{ "opencollection": "1.0.0", "info": { "name": "SAP Commerce Cloud Admin Addresses Health API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "SAP Commerce Cloud Get system health status", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/monitoring/health" }, "docs": "Retrieve the overall health status of the SAP Commerce Cloud instance, including readiness and liveness indicators." }, { "info": { "name": "SAP Commerce Cloud Liveness probe", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/monitoring/liveness" }, "docs": "Kubernetes-compatible liveness probe to determine if the application is running." }, { "info": { "name": "SAP Commerce Cloud Readiness probe", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/monitoring/readiness" }, "docs": "Kubernetes-compatible readiness probe to determine if the application is ready to accept traffic." } ] } ], "bundled": true }