UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 54.6 kB
{"openapi":"3.0.0","info":{"description":"The SAP HANA on Azure Management Client.","title":"HanaManagementClient","version":"2017-11-03-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"hanaonazure","x-tags":["Azure","Microsoft"]},"paths":{"/providers/Microsoft.HanaOnAzure/operations":{"get":{"description":"Gets a list of SAP HANA management operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationList"},"examples":{"List all HANA management operations supported by HANA RP":{"$ref":"#/components/examples/List_all_HANA_management_operations_supported_by_HANA_RP"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["HanaOnAzure"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.HanaOnAzure/hanaInstances":{"get":{"description":"Gets a list of SAP HANA instances in the specified subscription. The operations returns various properties of each SAP HANA on Azure instance.","operationId":"HanaInstances_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstancesListResult"},"examples":{"List all HANA instances in a subscription":{"$ref":"#/components/examples/List_all_HANA_instances_in_a_subscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Gets a list of SAP HANA instances in the specified subscription.","tags":["HanaOnAzure"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.HanaOnAzure/sapMonitors":{"get":{"description":"Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.","operationId":"SapMonitors_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitorListResult"},"examples":{"List all SAP Monitors in a subscription":{"$ref":"#/components/examples/List_all_SAP_Monitors_in_a_subscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Gets a list of SAP monitors in the specified subscription.","tags":["HanaOnAzure"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/hanaInstances":{"get":{"description":"Gets a list of SAP HANA instances in the specified subscription and the resource group. The operations returns various properties of each SAP HANA on Azure instance.","operationId":"HanaInstances_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstancesListResult"},"examples":{"List all HANA instances in a resource group":{"$ref":"#/components/examples/List_all_HANA_instances_in_a_resource_group"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Gets a list of SAP HANA instances in the specified subscription and the resource group.","tags":["HanaOnAzure"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/hanaInstances/{hanaInstanceName}":{"delete":{"description":"Deletes a SAP HANA instance with the specified subscription, resource group, and instance name.","operationId":"HanaInstances_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"responses":{"200":{"description":"Deleted HanaInstance"},"202":{"description":"Deleting HanaInstance"},"204":{"description":"No HanaInstance to delete"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Deletes a SAP HANA instance.","tags":["HanaOnAzure"],"x-ms-long-running-operation":true},"get":{"description":"Gets properties of a SAP HANA instance for the specified subscription, resource group, and instance name.","operationId":"HanaInstances_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstance"},"examples":{"Get properties of a HANA instance":{"$ref":"#/components/examples/Get_properties_of_a_HANA_instance"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Gets properties of a SAP HANA instance.","tags":["HanaOnAzure"]},"patch":{"description":"Patches the Tags field of a SAP HANA instance for the specified subscription, resource group, and instance name.","operationId":"HanaInstances_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"requestBody":{"$ref":"#/components/requestBodies/Tags"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstance"},"examples":{"Delete Tags field of a HANA instance":{"$ref":"#/components/examples/Delete_Tags_field_of_a_HANA_instance"},"Update Tags field of a HANA instance":{"$ref":"#/components/examples/Update_Tags_field_of_a_HANA_instance"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Patches the Tags field of a SAP HANA instance.","tags":["HanaOnAzure"]},"put":{"description":"Creates a SAP HANA instance for the specified subscription, resource group, and instance name.","operationId":"HanaInstances_Create","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstance"}}},"description":"Request body representing a HanaInstance","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"Created HanaInstance","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstance"},"examples":{"Get properties of a HANA instance":{"$ref":"#/components/examples/Get_properties_of_a_HANA_instance"}}}}},"201":{"description":"Creating HanaInstance","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HanaInstance"},"examples":{"Get properties of a HANA instance":{"$ref":"#/components/examples/Get_properties_of_a_HANA_instance"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Creates a SAP HANA instance.","tags":["HanaOnAzure"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/hanaInstances/{hanaInstanceName}/restart":{"post":{"description":"The operation to restart a SAP HANA instance.","operationId":"HanaInstances_Restart","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["HanaOnAzure"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/hanaInstances/{hanaInstanceName}/shutdown":{"post":{"description":"The operation to shutdown a SAP HANA instance.","operationId":"HanaInstances_Shutdown","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["HanaOnAzure"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/hanaInstances/{hanaInstanceName}/start":{"post":{"description":"The operation to start a SAP HANA instance.","operationId":"HanaInstances_Start","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/HanaInstanceNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["HanaOnAzure"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HanaOnAzure/sapMonitors/{sapMonitorName}":{"delete":{"description":"Deletes a SAP monitor with the specified subscription, resource group, and monitor name.","operationId":"SapMonitors_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/SapMonitorNameParameter"}],"responses":{"200":{"description":"Deleted SapMonitor"},"202":{"description":"Deleting SapMonitor"},"204":{"description":"No SapMonitor to delete"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Deletes a SAP monitor.","tags":["HanaOnAzure"],"x-ms-long-running-operation":true},"get":{"description":"Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.","operationId":"SapMonitors_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/SapMonitorNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitor"},"examples":{"Get properties of a SAP monitor":{"$ref":"#/components/examples/Get_properties_of_a_SAP_monitor"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Gets properties of a SAP monitor.","tags":["HanaOnAzure"]},"patch":{"description":"Patches the Tags field of a SAP monitor for the specified subscription, resource group, and monitor name.","operationId":"SapMonitors_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/SapMonitorNameParameter"}],"requestBody":{"$ref":"#/components/requestBodies/Tags"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitor"},"examples":{"Delete Tags field of a SAP monitor":{"$ref":"#/components/examples/Delete_Tags_field_of_a_SAP_monitor"},"Update Tags field of a SAP monitor":{"$ref":"#/components/examples/Update_Tags_field_of_a_SAP_monitor"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Patches the Tags field of a SAP monitor.","tags":["HanaOnAzure"]},"put":{"description":"Creates a SAP monitor for the specified subscription, resource group, and resource name.","operationId":"SapMonitors_Create","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/SapMonitorNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitor"}}},"description":"Request body representing a SAP Monitor","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"Created SapMonitor","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitor"},"examples":{"Create a SAP Monitor":{"$ref":"#/components/examples/Create_a_SAP_Monitor"}}}}},"201":{"description":"Creating SapMonitor","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SapMonitor"},"examples":{"Create a SAP Monitor":{"$ref":"#/components/examples/Create_a_SAP_Monitor"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Creates a SAP monitor.","tags":["HanaOnAzure"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_all_HANA_management_operations_supported_by_HANA_RP":{"value":{"value":[{"display":{"description":"HanaOp1Description","operation":"HanaOp1OperationName","origin":"HanaOp1Origin","provider":"HanaOp1ProviderName","resource":"HanaOp1ResourceName"},"name":"HanaOp1"},{"display":{"description":"HanaOp2Description","operation":"HanaOp2OperationName","origin":"HanaOp2Origin","provider":"HanaOp2ProviderName","resource":"HanaOp2ResourceName"},"name":"HanaOp2"}]}},"List_all_HANA_instances_in_a_subscription":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1","location":"westus","name":"myHanaInstance1","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S72","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.100"}]},"osProfile":{"computerName":"myComputerName1","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.200"}},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","location":"westus","name":"myHanaInstance2","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S384","hardwareType":"HPE"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.101"}]},"osProfile":{"computerName":"myComputerName2","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1","powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.201"}},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance3","location":"westus","name":"myHanaInstance3","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S960m","hardwareType":"HPE"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.102"}]},"osProfile":{"computerName":"myComputerName3","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.202"}},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance4","location":"westus","name":"myHanaInstance4","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S96","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.103"}]},"osProfile":{"computerName":"myComputerName4","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.203"}},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance5","location":"westus","name":"myHanaInstance5","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S112","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.103"}]},"osProfile":{"computerName":"myComputerName5","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.203"}},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance6","location":"westus","name":"myHanaInstance6","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S224oo","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 4","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.103"}]},"osProfile":{"computerName":"myComputerName6","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.203"}},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance7","location":"westus","name":"myHanaInstance7","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S224oom","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 4","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.103"}]},"osProfile":{"computerName":"myComputerName7","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.203"}},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance8","location":"westus","name":"myHanaInstance8","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S224ooo","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 4","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.103"}]},"osProfile":{"computerName":"myComputerName8","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.203"}},"type":"Microsoft.HanaOnAzure/hanaInstances"}]}},"List_all_SAP_Monitors_in_a_subscription":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/sapMonitors/mySapMonitor1","location":"westus","name":"mySapMonitor1","properties":{"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","keyVaultId":"","logAnalyticsWorkspaceArmId":"","managedResourceGroupName":"testManagedRg","provisioningState":"Succeeded"},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/sapMonitors"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/sapMonitors/mySapMonitor2","location":"westus","name":"mySapMonitor2","properties":{"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","keyVaultId":"","logAnalyticsWorkspaceArmId":"","managedResourceGroupName":"testManagedRg","provisioningState":"Succeeded"},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/sapMonitors"}]}},"List_all_HANA_instances_in_a_resource_group":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1","location":"westus","name":"myHanaInstance1","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S72","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.100"}]},"osProfile":{"computerName":"myComputerName1","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.200"}},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","location":"westus","name":"myHanaInstance2","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S384","hardwareType":"HPE"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.101"}]},"osProfile":{"computerName":"myComputerName2","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1","powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.201"}},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"}]}},"Get_properties_of_a_HANA_instance":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance","location":"westus","name":"myHanaInstance","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S72","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.100"}]},"osProfile":{"computerName":"myComputerName","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","powerState":"started","provisioningState":"Accepted","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.200"}},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"}},"Delete_Tags_field_of_a_HANA_instance":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance","location":"westus","name":"myHanaInstance","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S72","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.100"}]},"osProfile":{"computerName":"myComputerName","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.200"}},"tags":{},"type":"Microsoft.HanaOnAzure/hanaInstances"}},"Update_Tags_field_of_a_HANA_instance":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance","location":"westus","name":"myHanaInstance","properties":{"hanaInstanceId":"00000000-0000-0000-0000-000000000000","hardwareProfile":{"hanaInstanceSize":"S72","hardwareType":"Cisco_UCS"},"hwRevision":"Rev 3","networkProfile":{"circuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit","networkInterfaces":[{"ipAddress":"100.100.100.100"}]},"osProfile":{"computerName":"myComputerName","osType":"SUSE","sshPublicKey":"AAAAB3NzaC1yc2EAAAABJQAAAQB/nAmOjTmezNUDKYvEeIRf2YnwM9/uUG1d0BYsc8/tRtx+RGi7N2lUbp728MXGwdnL9od4cItzky/zVdLZE2cycOa18xBK9cOWmcKS0A8FYBxEQWJ/q9YVUgZbFKfYGaGQxsER+A0w/fX8ALuk78ktP31K69LcQgxIsl7rNzxsoOQKJ/CIxOGMMxczYTiEoLvQhapFQMs3FL96didKr/QbrfB1WT6s3838SEaXfgZvLef1YB2xmfhbT9OXFE3FXvh2UPBfN+ffE7iiayQf/2XR+8j4N4bW30DiPtOQLGUrH1y5X/rpNZNlWW2+jGIxqZtgWg7lTy3mXy5x836Sj/6L","version":"12 SP1"},"partnerNodeId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2","powerState":"started","provisioningState":"Succeeded","proximityPlacementGroup":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup","storageProfile":{"nfsIpAddress":"200.200.200.200"}},"tags":{"testkey":"testvalue"},"type":"Microsoft.HanaOnAzure/hanaInstances"}},"Get_properties_of_a_SAP_monitor":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/sapMonitors/mySapMonitor","location":"westus","name":"mySapMonitor","properties":{"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","keyVaultId":"","logAnalyticsWorkspaceArmId":"","managedResourceGroupName":"testManagedRg","provisioningState":"Succeeded"},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/sapMonitors"}},"Delete_Tags_field_of_a_SAP_monitor":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/sapMonitors/mySapMonitor","location":"westus","name":"mySapMonitor","properties":{"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","keyVaultId":"","logAnalyticsWorkspaceArmId":"","managedResourceGroupName":"testManagedRg","provisioningState":"Succeeded"},"tags":{},"type":"Microsoft.HanaOnAzure/sapMonitors"}},"Update_Tags_field_of_a_SAP_monitor":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/sapMonitors/mySapMonitor","location":"westus","name":"mySapMonitor","properties":{"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","keyVaultId":"","logAnalyticsWorkspaceArmId":"","managedResourceGroupName":"testManagedRg","provisioningState":"Succeeded"},"tags":{"testkey":"testvalue"},"type":"Microsoft.HanaOnAzure/sapMonitors"}},"Create_a_SAP_Monitor":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance","location":"westus","name":"myHanaInstance","properties":{"enableCustomerAnalytics":true,"hanaDbCredentialsMsiId":"","hanaDbName":"","hanaDbPasswordKeyVaultUrl":"","hanaDbSqlPort":1234,"hanaDbUsername":"","hanaHostname":"","hanaSubnet":"","logAnalyticsWorkspaceArmId":"","provisioningState":"Accepted"},"tags":{"key":"value"},"type":"Microsoft.HanaOnAzure/hanaInstances"}}},"parameters":{"ApiVersionParameter":{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List all HANA management operations supported by HANA RP":{"value":"2017-11-03-preview"},"List all HANA instances in a subscription":{"value":"2017-11-03-preview"},"List all SAP Monitors in a subscription":{"value":"2017-11-03-preview"},"List all HANA instances in a resource group":{"value":"2017-11-03-preview"},"Get properties of a HANA instance":{"value":"2017-11-03-preview"},"Delete Tags field of a HANA instance":{"value":"2017-11-03-preview"},"Update Tags field of a HANA instance":{"value":"2017-11-03-preview"},"Restart a HANA instance":{"value":"2017-11-03-preview"},"Shutdown a HANA instance":{"value":"2017-11-03-preview"},"Start a HANA instance":{"value":"2017-11-03-preview"},"Deletes a SAP monitor":{"value":"2017-11-03-preview"},"Get properties of a SAP monitor":{"value":"2017-11-03-preview"},"Delete Tags field of a SAP monitor":{"value":"2017-11-03-preview"},"Update Tags field of a SAP monitor":{"value":"2017-11-03-preview"},"Create a SAP Monitor":{"value":"2017-11-03-preview"}}},"HanaInstanceNameParameter":{"description":"Name of the SAP HANA on Azure instance.","in":"path","name":"hanaInstanceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Get properties of a HANA instance":{"value":"myHanaInstance"},"Delete Tags field of a HANA instance":{"value":"myHanaInstance"},"Update Tags field of a HANA instance":{"value":"myHanaInstance"},"Restart a HANA instance":{"value":"myHanaInstance"},"Shutdown a HANA instance":{"value":"myHanaInstance"},"Start a HANA instance":{"value":"myHanaInstance"}}},"ResourceGroupNameParameter":{"description":"Name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all HANA instances in a resource group":{"value":"myResourceGroup"},"Get properties of a HANA instance":{"value":"myResourceGroup"},"Delete Tags field of a HANA instance":{"value":"myResourceGroup"},"Update Tags field of a HANA instance":{"value":"myResourceGroup"},"Restart a HANA instance":{"value":"myResourceGroup"},"Shutdown a HANA instance":{"value":"myResourceGroup"},"Start a HANA instance":{"value":"myResourceGroup"},"Deletes a SAP monitor":{"value":"myResourceGroup"},"Get properties of a SAP monitor":{"value":"myResourceGroup"},"Delete Tags field of a SAP monitor":{"value":"myResourceGroup"},"Update Tags field of a SAP monitor":{"value":"myResourceGroup"},"Create a SAP Monitor":{"value":"myResourceGroup"}}},"SapMonitorNameParameter":{"description":"Name of the SAP monitor resource.","in":"path","name":"sapMonitorName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Deletes a SAP monitor":{"value":"mySapMonitor"},"Get properties of a SAP monitor":{"value":"mySapMonitor"},"Delete Tags field of a SAP monitor":{"value":"mySapMonitor"},"Update Tags field of a SAP monitor":{"value":"mySapMonitor"},"Create a SAP Monitor":{"value":"mySapMonitor"}}},"SubscriptionIdParameter":{"description":"Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List all HANA instances in a subscription":{"value":"00000000-0000-0000-0000-000000000000"},"List all SAP Monitors in a subscription":{"value":"00000000-0000-0000-0000-000000000000"},"List all HANA instances in a resource group":{"value":"00000000-0000-0000-0000-000000000000"},"Get properties of a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Delete Tags field of a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Update Tags field of a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Restart a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Shutdown a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Start a HANA instance":{"value":"00000000-0000-0000-0000-000000000000"},"Deletes a SAP monitor":{"value":"00000000-0000-0000-0000-000000000000"},"Get properties of a SAP monitor":{"value":"00000000-0000-0000-0000-000000000000"},"Delete Tags field of a SAP monitor":{"value":"00000000-0000-0000-0000-000000000000"},"Update Tags field of a SAP monitor":{"value":"00000000-0000-0000-0000-000000000000"},"Create a SAP Monitor":{"value":"00000000-0000-0000-0000-000000000000"}}}},"requestBodies":{"Tags":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Tags"}}},"description":"Request body that only contains the new Tags field","required":true,"x-ms-parameter-location":"method"}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"Disk":{"description":"Specifies the disk information fo the HANA instance","properties":{"diskSizeGB":{"description":"Specifies the size of an empty data disk in gigabytes.","format":"int32","type":"integer"},"lun":{"description":"Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.","format":"int32","readOnly":true,"type":"integer"},"name":{"description":"The disk name.","type":"string"}}},"Display":{"description":"Detailed HANA operation information","properties":{"description":{"description":"The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views.","readOnly":true,"type":"string"},"operation":{"description":"The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.","readOnly":true,"type":"string"},"origin":{"description":"The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is 'user,system'","readOnly":true,"type":"string"},"provider":{"description":"The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with \"Microsoft\" for 1st party services.","readOnly":true,"type":"string"},"resource":{"description":"The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the “name” section.","readOnly":true,"type":"string"}},"type":"object"},"ErrorResponse":{"description":"Describes the format of Error response.","properties":{"code":{"description":"Error code","type":"string"},"message":{"description":"Error message indicating why the operation failed.","type":"string"}},"type":"object"},"HanaInstance":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"HANA instance info on Azure (ARM properties and HANA properties)","properties":{"properties":{"$ref":"#/components/schemas/HanaInstanceProperties"}}},"HanaInstanceProperties":{"description":"Describes the properties of a HANA instance.","properties":{"hanaInstanceId":{"description":"Specifies the HANA instance unique ID.","readOnly":true,"type":"string"},"hardwareProfile":{"$ref":"#/components/schemas/HardwareProfile"},"hwRevision":{"description":"Hardware revision of a HANA instance","readOnly":true,"type":"string"},"networkProfile":{"$ref":"#/components/schemas/NetworkProfile"},"osProfile":{"$ref":"#/components/schemas/OSProfile"},"partnerNodeId":{"description":"ARM ID of another HanaInstance that will share a network with this HanaInstance","type":"string"},"powerState":{"description":"Resource power state","enum":["starting","started","stopping","stopped","restarting","unknown"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"HanaInstancePowerStateEnum"}},"provisioningState":{"description":"State of provisioning of the HanaInstance","enum":["Accepted","Creating","Updating","Failed","Succeeded","Deleting","Migrating"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"HanaProvisioningStatesEnum"}},"proximityPlacementGroup":{"description":"Resource proximity placement group","readOnly":true,"type":"string"},"storageProfile":{"$ref":"#/components/schemas/StorageProfile"}}},"HanaInstancesListResult":{"description":"The response from the List HANA Instances operation.","properties":{"nextLink":{"description":"The URL to get the next set of HANA instances.","type":"string"},"value":{"description":"The list of SAP HANA on Azure instances.","items":{"$ref":"#/components/schemas/HanaInstance"},"type":"array"}}},"HardwareProfile":{"description":"Specifies the hardware settings for the HANA instance.","properties":{"hanaInstanceSize":{"description":"Specifies the HANA instance SKU.","enum":["S72m","S144m","S72","S144","S192","S192m","S192xm","S96","S112","S224m","S224o","S224om","S224oo","S224oom","S224ooo","S224oxm","S224oxxm","S384","S384m","S384xm","S384xxm","S576m","S576xm","S768","S768m","S768xm","S960m"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"HanaInstanceSizeNamesEnum"}},"hardwareType":{"description":"Name of the hardware type (vendor and/or their product name)","enum":["Cisco_UCS","HPE"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"HanaHardwareTypeNamesEnum"}}}},"IpAddress":{"description":"Specifies the IP address of the network interface.","properties":{"ipAddress":{"description":"Specifies the IP address of the network interface.","type":"string"}}},"MonitoringDetails":{"description":"Details needed to monitor a Hana Instance","properties":{"hanaDbName":{"description":"Name of the database itself.","type":"string"},"hanaDbPassword":{"description":"Password for the HANA database to login for monitoring","type":"string"},"hanaDbSqlPort":{"description":"The port number of the tenant DB. Used to connect to the DB.","type":"integer"},"hanaDbUsername":{"description":"Username for the HANA database to login to for monitoring","type":"string"},"hanaHostname":{"description":"Hostname of the HANA Instance blade.","type":"string"},"hanaSubnet":{"description":"ARM ID of an Azure Subnet with access to the HANA instance.","type":"string"}},"type":"object"},"NetworkProfile":{"description":"Specifies the network settings for the HANA instance disks.","properties":{"circuitId":{"description":"Specifies the circuit id for connecting to express route.","readOnly":true,"type":"string"},"networkInterfaces":{"description":"Specifies the network interfaces for the HANA instance.","items":{"$ref":"#/components/schemas/IpAddress"},"type":"array"}}},"OSProfile":{"description":"Specifi