{ "opencollection": "1.0.0", "info": { "name": "SAP HANA Cloud REST Alerts Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Metric Values for a Service Instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.cf.{region}.hana.ondemand.com/metrics/v1/serviceInstances/:serviceInstanceId/values", "params": [ { "name": "serviceInstanceId", "value": "", "type": "path", "description": "The unique identifier of the SAP HANA Cloud service instance for which to retrieve alerts, metrics, or metering data." }, { "name": "metricType", "value": "cpu", "type": "query", "description": "Filter metrics by type. Specify one or more metric types to retrieve specific categories of performance data." }, { "name": "fromTimestamp", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "Start timestamp for the metrics query window in ISO 8601 format." }, { "name": "toTimestamp", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "End timestamp for the metrics query window in ISO 8601 format." }, { "name": "granularity", "value": "MINUTE", "type": "query", "description": "The aggregation granularity for metric data points. Determines the time interval between data points in the response." } ] }, "docs": "Retrieves database performance and resource utilization metrics for a specific SAP HANA Cloud service instance. Metrics include CPU usage, memory consumption, disk utilization, connection counts, statement execution statistics, and other operational indicators. Data can be queried for specific time ranges and metric types." } ] } ], "bundled": true }