Melepas pendengar NLB dari aplikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:UnbindNlb |
none |
*全部资源
|
None | None |
Sintaks permintaan
DELETE /pop/v1/sam/app/nlb HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
ID aplikasi. |
7171a6ca-d1cd-4928-8642-7d5cfe69**** |
| NlbId |
string |
No |
ID instans NLB. |
nlb-7z7jjbzz44d82c9*** |
| Protocol |
string |
No |
Protokol. Nilai valid:
|
TCP |
| Port |
integer |
No |
Port pendengar. Nilai valid: 0 hingga 65535. |
3306 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The returned message.
|
success |
| TraceId |
string |
The trace ID for the request. Use this ID to query request details. |
0a981dd515966966104121683d**** |
| Data |
object |
The returned data. |
|
| ChangeOrderId |
string |
The change order ID. Use this ID to check the task's execution status. |
ba386059-69b1-4e65-b1e5-0682d9fa**** |
| ErrorCode |
string |
The error code.
|
|
| Code |
string |
The HTTP status code.
|
200 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a981dd515966966104121683d****",
"Data": {
"ChangeOrderId": "ba386059-69b1-4e65-b1e5-0682d9fa****"
},
"ErrorCode": "",
"Code": "200",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.