Vincula uma instância do Server Load Balancer (SLB) à aplicação.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
sae:BindSlb |
create |
*All Resource
|
Nenhuma | Nenhuma |
Sintaxe da solicitação
POST /pop/v1/sam/app/slb HTTP/1.1
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| AppId |
string |
Sim |
0099b7be-5f5b-4512-a7fc-56049ef1**** |
0099b7be-5f5b-4512-a7fc-56049ef1**** |
| Internet |
string |
Não |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
| Intranet |
string |
Não |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
| InternetSlbId |
string |
Não |
lb-bp1tg0k6d9nqaw7l1**** |
lb-bp1tg0k6d9nqaw7l1**** |
| IntranetSlbId |
string |
Não |
lb-bp1tg0k6d9nqaw7l1**** |
lb-bp1tg0k6d9nqaw7l1**** |
| InternetSlbChargeType |
string |
Não |
O método de cobrança de uma instância SLB voltada para a Internet. Os seguintes métodos de cobrança são suportados:
|
PayBySpec |
| IntranetSlbChargeType |
string |
Não |
O método de cobrança de uma instância SLB voltada para a rede interna. Os seguintes métodos de cobrança são suportados:
|
PayBySpec |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
A mensagem retornada. |
success |
| TraceId |
string |
O ID do rastreamento. Pode ser usado para consultar os detalhes de uma solicitação. |
0a98a02315955564772843261e**** |
| Data |
object |
Os dados retornados. |
|
| ChangeOrderId |
string |
O ID da ordem de alteração. Pode ser usado para consultar o status da tarefa. |
01db03d3-3ee9-48b3-b3d0-dfce2d88**** |
| ErrorCode |
string |
O código de erro.
|
空 |
| Code |
string |
O código de status HTTP. Valores válidos:
|
200 |
| Success |
boolean |
Indica se a instância SLB foi associada com sucesso à aplicação. Valores válidos:
|
true |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"ChangeOrderId": "01db03d3-3ee9-48b3-b3d0-dfce2d88****"
},
"ErrorCode": "空",
"Code": "200",
"Success": true
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | Slb.NotFound | The SLB instance does not exist: slbId [%s] | |
| 400 | InvalidApplication.NotFound | The current application does not exist. | |
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | SlbHttpsCert.NotConsistent | The HTTPS listening certificate for each listener must match. | |
| 400 | SlbHttpsCert.NotFound | You must configure the certificate before you configure HTTPS listening for the SLB instance. | |
| 400 | SlbListenerPort.NotAvailable | The SLB listening port is unavailable: slbId [%s], port [%s] | |
| 400 | SlbListenerType.Invalid | An SLB listener type error occurred. Only HTTPS and TCP are supported. | |
| 400 | SlbSpec.NotSupport | Shared performance SLB instances are not supported. | |
| 400 | SlbType.Invalid | An SLB network type error occurred. | |
| 400 | SSLCert.NotFound | The specified SSL certificate cannot be found. | |
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | |
| 400 | Application.ChangerOrderRunning | An application change process is in progress. Please try again later. | An application change process is in progress. Please try again later. |
| 400 | Application.InvalidStatus | The application status is abnormal. Please try again later. | The application status is abnormal. Please try again later. |
| 400 | Application.NotDeployYet | The application has not been deployed. Please deploy it and try again. | The application has not been deployed. Please deploy it and try again. |
| 400 | InvalidParam.ProtocolNotSupport | Only TCP protocol is supported. | Only TCP protocol is supported. |
| 400 | SLBInstanceQuota.OverQuota | The total number of SLB instances exceeds the quota. Please reduce the instances and try again. | The total number of SLB instances exceeds the quota. Please reduce the instances and try again. |
| 400 | Slb.Tag.Not.Qualified | The current SLB instance cannot be reused because it may have been occupied by %s. | The current SLB instance cannot be reused because it may have been occupied by %s. |
| 400 | Application.NoInstanceAvailable | No instance is available for the application. Please scale out and try again. | No instance is available for the application. Please scale out and try again. |
| 400 | SlbAppVSwitch.NotMatch | The SLB instance does not match the vSwitch of the current application. | The specified vSwitch does not exist. Please change the vSwitch. |
| 404 | InvalidAppId.NotFound | The specified AppId does not exist. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.