Consulta uma ou mais instâncias SAP HANA que atendem às condições especificadas.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
hbr:DescribeHanaInstances |
get |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| VaultId |
string |
Não |
O ID do cofre de backup. |
v-000b0ov******6zs |
| ClusterId |
string |
Não |
O ID da instância SAP HANA. |
cl-0001zfc******50pr3 |
| PageNumber |
integer |
Não |
O número da página. As páginas começam a partir da página 1. Valor padrão: 1. |
1 |
| PageSize |
integer |
Não |
O número de entradas por página. Valores válidos: 1 a 99. Valor padrão: 10. |
10 |
| Tag |
array<object> |
Não |
As tags da instância SAP HANA. |
|
|
object |
Não |
As tags da instância SAP HANA. |
||
| Key |
string |
Não |
A chave da tag. |
ace:rm:rgld |
| Value |
string |
Não |
O valor da tag. |
rg-acfmwutpyat2kwy |
| ResourceGroupId |
string |
Não |
O ID do grupo de recursos. |
rg-aekz24ikcjyqjkq |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
4003DD68-3C3C-5071-B4FC-631A6C1BAC1C |
| Success |
boolean |
Indica se a solicitação foi bem-sucedida. Valores válidos:
|
true |
| Code |
string |
O código de resposta. O código de status 200 indica que a solicitação foi bem-sucedida. |
200 |
| Message |
string |
A mensagem retornada. Se a solicitação foi bem-sucedida, "successful" é retornado. Se a solicitação falhou, uma mensagem de erro é retornada. |
successful |
| PageNumber |
integer |
O número da página. As páginas começam a partir da página 1. Valor padrão: 1. |
1 |
| PageSize |
integer |
O número de entradas por página. Valores válidos: 1 a 99. Valor padrão: 10. |
10 |
| TotalCount |
integer |
O número total de entradas retornadas. |
21 |
| Hanas |
object |
||
| Hana |
array<object> |
As informações sobre as instâncias SAP HANA. |
|
|
array<object> |
A instância 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 |
Exemplos
Resposta de sucesso
JSON formato
{
"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"
}
]
}
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.