SAP HANA · JSON Structure

Sap Hana Cloud Rest Instance Mapping Structure

Type: object Properties: 5
AnalyticsCloudDatabaseEnterpriseIn-Memory

InstanceMapping 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

mappingId serviceInstanceId targetSubaccountId targetEnvironmentInstanceId createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstanceMapping",
  "type": "object",
  "properties": {
    "mappingId": {
      "type": "string"
    },
    "serviceInstanceId": {
      "type": "string"
    },
    "targetSubaccountId": {
      "type": "string"
    },
    "targetEnvironmentInstanceId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}