SAP HANA · Example Payload

Sap Hana Getmetricvalues Example

AnalyticsCloudDatabaseEnterpriseIn-Memory

Sap Hana Getmetricvalues Example is an example object payload from SAP HANA, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMetricValues",
  "method": "GET",
  "path": "/metrics/v1/serviceInstances/{serviceInstanceId}/values",
  "summary": "Retrieve Metric Values for a Service Instance",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmetricvalues200Example",
      "example": {
        "metrics": [
          {
            "metricType": "example_value",
            "unit": "example_value",
            "dataPoints": {}
          }
        ]
      }
    }
  ]
}