Queries one or more SAP HANA instances that meet the specified conditions.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VaultId | string | No | The ID of the backup vault. | v-000b0ov******6zs |
ClusterId | string | No | The ID of the SAP HANA instance. | cl-0001zfc******50pr3 |
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 |
Tag | array | No | The tags of SAP HANA instance. | |
object | No | The tags of SAP HANA instance. | ||
Key | string | No | The tag key. | ace:rm:rgld |
Value | string | No | The tag value. | rg-acfmwutpyat2kwy |
ResourceGroupId | string | No | The ID of the resource group. | rg-aekz24ikcjyqjkq |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4003DD68-3C3C-5071-B4FC-631A6C1BAC1C",
"Success": true,
"Code": "200",
"Message": "successful",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 21,
"Hanas": {
"Hana": [
{
"Status": 0,
"Host": "47.100.XX.XX",
"VaultId": "v-0000s974******1hl",
"UseSsl": true,
"HanaName": "HANA-DEV",
"InstanceNumber": 0,
"ValidateCertificate": false,
"AlertSetting": "INHERITED",
"UserName": "admin",
"StatusMessage": "INSTALL_CLIENT_FAILED",
"ClusterId": "cl-0004cf6g6******0yd7y",
"Tags": {
"Tag": [
{
"Key": "ace:rm:rgld",
"Value": "rg-acfmwutpyat2kwy"
}
]
},
"ResourceGroupId": "rg-acfmvnf22m7itha"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.