Menanyakan satu atau lebih instans SAP HANA yang memenuhi kondisi yang ditentukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:DescribeHanaInstances |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
No |
ID dari vault cadangan. |
v-000b0ov******6zs |
| ClusterId |
string |
No |
ID dari instans SAP HANA. |
cl-0001zfc******50pr3 |
| PageNumber |
integer |
No |
Nomor halaman. Halaman dimulai dari halaman 1. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai valid: 1 hingga 99. Nilai default: 10. |
10 |
| Tag |
array<object> |
No |
Tag dari instans SAP HANA. |
|
|
object |
No |
Tag dari instans SAP HANA. |
||
| Key |
string |
No |
Kunci tag. |
ace:rm:rgld |
| Value |
string |
No |
Nilai tag. |
rg-acfmwutpyat2kwy |
| ResourceGroupId |
string |
No |
ID dari grup sumber daya. |
rg-aekz24ikcjyqjkq |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
4003DD68-3C3C-5071-B4FC-631A6C1BAC1C |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai valid:
|
true |
| Code |
string |
Kode respons. Kode status 200 menunjukkan bahwa permintaan berhasil. |
200 |
| Message |
string |
Pesan yang dikembalikan. Jika permintaan berhasil, "successful" dikembalikan. Jika permintaan gagal, pesan kesalahan dikembalikan. |
successful |
| PageNumber |
integer |
Nomor halaman. Halaman dimulai dari halaman 1. Nilai default: 1. |
1 |
| PageSize |
integer |
Jumlah entri per halaman. Nilai valid: 1 hingga 99. Nilai default: 10. |
10 |
| TotalCount |
integer |
Total jumlah entri yang dikembalikan. |
21 |
| Hanas |
object |
||
| Hana |
array<object> |
Informasi tentang instans SAP HANA. |
|
|
array<object> |
Instans SAP HANA. |
||
| Status |
integer |
The status of the SAP HANA instance. Valid values:
|
INITIALIZED |
| Host |
string |
The private or internal IP address of the host where the primary node of the SAP HANA instance resides. |
47.100.XX.XX |
| VaultId |
string |
The ID of the backup vault. |
v-0000s974******1hl |
| UseSsl |
boolean |
Indicates whether the SAP HANA instance is connected over Secure Sockets Layer (SSL). Valid values:
|
true |
| HanaName |
string |
The name of the SAP HANA instance. |
HANA-DEV |
| InstanceNumber |
integer |
The instance number of the SAP HANA system. |
00 |
| ValidateCertificate |
boolean |
Indicates whether the SSL certificate of the SAP HANA instance is verified. |
false |
| AlertSetting |
string |
The alert settings. Valid value: INHERITED, which indicates that the Cloud Backup client sends alert notifications by using the same method configured for the backup vault. |
INHERITED |
| UserName |
string |
The username of the SYSTEMDB database. |
admin |
| StatusMessage |
string |
The status information. |
INSTALL_CLIENT_FAILED |
| ClusterId |
string |
The ID of the SAP HANA instance. |
cl-0004cf6g6******0yd7y |
| Tags |
object |
||
| Tag |
array<object> |
The tags of the SAP HANA instance. |
|
|
object |
The tags of SAP HANA instance. |
||
| Key |
string |
The tag key. |
ace:rm:rgld |
| Value |
string |
The tag value. |
rg-acfmwutpyat2kwy |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmvnf22m7itha |
| CrossAccountType |
string |
Specifies whether data is backed up within the same Alibaba Cloud account or across Alibaba Cloud accounts. Valid values:
|
CROSS_ACCOUNT |
| CrossAccountUserId |
integer |
The ID of the source Alibaba Cloud account that authorizes the current Alibaba Cloud account to back up data across Alibaba Cloud accounts. |
158975xxxxx4625 |
| CrossAccountRoleName |
string |
The name of the Resource Access Management (RAM) role that is created within the source Alibaba Cloud account and assigned to the current Alibaba Cloud account to authorize the current Alibaba Cloud account to back up data across Alibaba Cloud accounts. |
hbrcrossrole |
Contoh
Respons sukses
JSONformat
{
"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",
"CrossAccountType": "CROSS_ACCOUNT",
"CrossAccountUserId": 0,
"CrossAccountRoleName": "hbrcrossrole"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.