Queries the information about SAP HANA databases.
Operation Description
After you register an SAP HANA instance and install a backup client on the instance, you can call this operation to query the information about SAP HANA databases. You can call the StartHanaDatabaseAsync operation to start a database and call the StopHanaDatabaseAsync operation to stop a database.
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VaultId | string | No | The ID of the backup vault. | v-00063fq******8xjr |
ClusterId | string | Yes | The ID of the SAP HANA instance. | cl-000hpc******uv14x |
PageNumber | integer | No | The number of the page to return. Pages start from page 1. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return on each page. Valid values: 1 to 99. Default value: 10. | 10 |
ResourceGroupId | string | No | The ID of the resource group. | rg-acfmw2azsegupmi |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "DAAB6A29-34EB-5F56-962F-D5BDBFE8A5C2",
"Success": true,
"Code": "200",
"Message": "successful",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 10,
"HanaDatabases": {
"HanaDatabase": [
{
"Host": "izbp1jbf3zy******antqmz",
"SqlPort": 30013,
"DatabaseName": "SYSTEMDB",
"ServiceName": "indexserver",
"ActiveStatus": "YES",
"Detail": "master"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.