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-cloud-rest-create-instance-mapping-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateInstanceMappingRequest",
  "type": "object",
  "description": "Request body for creating a new instance mapping.",
  "properties": {
    "targetSubaccountId": {
      "type": "string",
      "description": "The target subaccount identifier for the mapping."
    },
    "targetEnvironmentInstanceId": {
      "type": "string",
      "description": "The target environment instance identifier."
    }
  }
}