SAP HANA · JSON Structure

Sap Hana Cloud Rest Service Instance Structure

Type: object Properties: 10
AnalyticsCloudDatabaseEnterpriseIn-Memory

ServiceInstance 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

id name service_plan_id platform_id context labels created_at updated_at ready usable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceInstance",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "service_plan_id": {
      "type": "string"
    },
    "platform_id": {
      "type": "string"
    },
    "context": {
      "type": "object"
    },
    "labels": {
      "type": "object"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "ready": {
      "type": "boolean"
    },
    "usable": {
      "type": "boolean"
    }
  }
}