Mengikat instans Server Load Balancer (SLB) ke aplikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:BindSlb |
create |
*全部资源
|
None | None |
Sintaks permintaan
POST /pop/v1/sam/app/slb HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
0099b7be-5f5b-4512-a7fc-56049ef1****. |
0099b7be-5f5b-4512-a7fc-56049ef1**** |
| Internet |
string |
No |
[{"port":80,"targetPort":8080,"protocol":"TCP"}]. |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
| Intranet |
string |
No |
[{"port":80,"targetPort":8080,"protocol":"TCP"}]. |
[{"port":80,"targetPort":8080,"protocol":"TCP"}] |
| InternetSlbId |
string |
No |
lb-bp1tg0k6d9nqaw7l1****. |
lb-bp1tg0k6d9nqaw7l1**** |
| IntranetSlbId |
string |
No |
lb-bp1tg0k6d9nqaw7l1****. |
lb-bp1tg0k6d9nqaw7l1**** |
| InternetSlbChargeType |
string |
No |
Metode penagihan Instans SLB yang menghadap Internet. Nilai valid:
|
PayBySpec |
| IntranetSlbChargeType |
string |
No |
Metode penagihan Instans SLB internal. Nilai valid:
|
PayBySpec |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The returned message. |
success |
| TraceId |
string |
The ID of the trace. It can be used to query the details of a request. |
0a98a02315955564772843261e**** |
| Data |
object |
The returned data. |
|
| ChangeOrderId |
string |
The ID of the change order. It can be used to query the task status. |
01db03d3-3ee9-48b3-b3d0-dfce2d88**** |
| ErrorCode |
string |
The error code.
|
空 |
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the SLB instance was successfully associated with the application. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"ChangeOrderId": "01db03d3-3ee9-48b3-b3d0-dfce2d88****"
},
"ErrorCode": "空",
"Code": "200",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. | |
| 400 | Application.InvalidStatus | The application status is abnormal. Please try again later. | |
| 400 | Application.NotDeployYet | The application has not been deployed. Please deploy it and try again. | |
| 400 | InvalidParam.ProtocolNotSupport | Only TCP protocol is supported. | |
| 400 | SLBInstanceQuota.OverQuota | 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. | |
| 400 | Application.NoInstanceAvailable | 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. | |
| 404 | InvalidAppId.NotFound | The specified AppId does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.