SAP HANA · Schema

CreateInstanceMappingRequest

Request body for creating a new instance mapping.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
targetSubaccountId string The target subaccount identifier for the mapping.
targetEnvironmentInstanceId string The target environment instance identifier.
View JSON Schema on GitHub

JSON Schema

sap-hana-createinstancemappingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateInstanceMappingRequest",
  "title": "CreateInstanceMappingRequest",
  "type": "object",
  "description": "Request body for creating a new instance mapping.",
  "required": [
    "targetSubaccountId"
  ],
  "properties": {
    "targetSubaccountId": {
      "type": "string",
      "description": "The target subaccount identifier for the mapping.",
      "example": "500123"
    },
    "targetEnvironmentInstanceId": {
      "type": "string",
      "description": "The target environment instance identifier.",
      "example": "500123"
    }
  }
}