SAP HANA · Schema

MetricValueList

A collection of metric data points for an SAP HANA Cloud service instance.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
metrics array The list of metric series.
View JSON Schema on GitHub

JSON Schema

sap-hana-cloud-rest-metric-value-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MetricValueList",
  "type": "object",
  "description": "A collection of metric data points for an SAP HANA Cloud service instance.",
  "properties": {
    "metrics": {
      "type": "array",
      "description": "The list of metric series."
    }
  }
}