SAP HANA · JSON Structure

Sap Hana Cloud Rest Metric Data Point Structure

Type: object Properties: 5
AnalyticsCloudDatabaseEnterpriseIn-Memory

MetricDataPoint is a JSON Structure definition published by SAP HANA, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

timestamp value min max avg

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricDataPoint",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string"
    },
    "value": {
      "type": "number"
    },
    "min": {
      "type": "number"
    },
    "max": {
      "type": "number"
    },
    "avg": {
      "type": "number"
    }
  }
}