Consulta as instâncias do Elastic Compute Service (ECS) que podem ser importadas para um cluster especificado. Esta operação é aplicável a clusters ECS.
Experimente agora
Experimente esta API no OpenAPI Explorer, sem necessidade de assinatura manual. Chamadas bem-sucedidas geram automaticamente código SDK correspondente aos seus parâmetros. Faça o download com segurança de credenciais integrada para uso local.Experimente esta API no OpenAPI Explorer, sem necessidade de assinatura manual. Chamadas bem-sucedidas geram automaticamente código SDK correspondente aos seus parâmetros. Faça o download com segurança de credenciais integrada para uso local.
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
edas:ReadCluster |
get |
*Cluster
|
Nenhuma | Nenhuma |
Sintaxe da solicitação
GET /pop/v5/resource/convertable_ecu_list HTTP/1.1
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| clusterId |
string |
Sim |
O ID do cluster. Você pode chamar a operação ListCluster para consultar o ID do cluster. Para mais informações, consulte ListCluster. |
b3e3f77b-462e-****-****-bec8727a**** |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
O conteúdo retornado. |
||
| Code |
integer |
O código de status HTTP retornado. |
200 |
| Message |
string |
As informações adicionais retornadas. |
success |
| RequestId |
string |
O ID da solicitação. |
b197-40ab-9155-7ca7 |
| InstanceList |
object |
||
| Instance |
array<object> |
As instâncias ECS que podem ser importadas para o cluster. |
|
|
object |
As informações sobre as instâncias ECS. |
||
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-2zef6ob8m************ |
| Status |
string |
The state of the instance. Valid values:
|
Running |
| PrivateIp |
string |
The private IP address of the ECS instance. This parameter is valid only when the ECS instance is deployed in a VPC. |
192.XX.XX.123 |
| Expired |
boolean |
Indicates whether the ECS instance has expired. |
false |
| InstanceId |
string |
The ID of the ECS instance. |
i-2ze7s2v0b*********** |
| Mem |
integer |
The size of memory for the ECS instance. |
4096 |
| RegionId |
string |
The ID of the region where the ECS instance is located. |
cn-beijing |
| VpcName |
string |
The name of the VPC. |
jianwei-test |
| EcuId |
string |
The ID of the elastic compute units (ECU). |
b197-40ab-9155-7ca7 |
| Cpu |
integer |
The number of CPU cores of the ECS instance. |
2 |
| InnerIp |
string |
The private IP address of the ECS instance. This parameter is valid only when the ECS instance is deployed in a VPC. |
192.168.13.xx |
| Eip |
string |
The elastic IP address (EIP) associated with the ECS instance. The EIP can be changed. |
13.xx.xxx.xx |
| InstanceName |
string |
The name of the ECS instance. |
worker-k8s |
| PublicIp |
string |
The public IP address of the ECS instance. This IP address can be used only by the ECS instance. |
13.xx.xx.xxx |
Exemplos
Resposta de sucesso
JSON formato
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-7ca7",
"InstanceList": {
"Instance": [
{
"VpcId": "vpc-2zef6ob8m************",
"Status": " Running",
"PrivateIp": "192.XX.XX.123",
"Expired": false,
"InstanceId": "i-2ze7s2v0b***********",
"Mem": 4096,
"RegionId": "cn-beijing",
"VpcName": "jianwei-test",
"EcuId": "b197-40ab-9155-7ca7",
"Cpu": 2,
"InnerIp": "192.168.13.xx",
"Eip": "13.xx.xxx.xx",
"InstanceName": "worker-k8s",
"PublicIp": "13.xx.xx.xxx"
}
]
}
}
Códigos de erro
Consulte Códigos de ErroCódigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de VersãoNotas de Versão para uma lista completa.