SAP HANA · JSON Structure

Sap Hana Cloud Rest Metering Value Structure

Type: object Properties: 5
AnalyticsCloudDatabaseEnterpriseIn-Memory

MeteringValue 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 computeUnitHours storageGB dataLakeCapacityGB backupStorageGB

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeteringValue",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string"
    },
    "computeUnitHours": {
      "type": "number"
    },
    "storageGB": {
      "type": "number"
    },
    "dataLakeCapacityGB": {
      "type": "number"
    },
    "backupStorageGB": {
      "type": "number"
    }
  }
}