SAP HANA · JSON Structure

Sap Hana Cloud Rest Inventory Instance Structure

Type: object Properties: 10
AnalyticsCloudDatabaseEnterpriseIn-Memory

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

Properties

serviceInstanceId servicePlanName instanceName provisioningState operationalState memory vcpu storage createdAt modifiedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InventoryInstance",
  "type": "object",
  "properties": {
    "serviceInstanceId": {
      "type": "string"
    },
    "servicePlanName": {
      "type": "string"
    },
    "instanceName": {
      "type": "string"
    },
    "provisioningState": {
      "type": "string"
    },
    "operationalState": {
      "type": "string"
    },
    "memory": {
      "type": "integer"
    },
    "vcpu": {
      "type": "integer"
    },
    "storage": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    }
  }
}