Mengkueri Instans Server Load Balancer (SLB) yang tidak terpakai dan terkait dengan gerbang.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:SelectGatewaySlb |
get |
*Gateway
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
Nama Instans SLB. |
test-slb |
| Type |
string |
No |
Tipe Instans SLB. |
PUB_NET |
| GatewayUniqueId |
string |
Yes |
ID unik gerbang. |
gw-492af9b04bb4474cae9d645be850**** |
| AcceptLanguage |
string |
No |
Bahasa tanggapan. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data structure. |
||
| RequestId |
string |
The ID of the request. |
E00C6D90-A28A-5813-8981-0459AA436F46 |
| HttpStatusCode |
integer |
The HTTP status code returned. |
200 |
| Message |
string |
The message returned. |
The request is successfully processed. |
| Code |
integer |
The status code returned. |
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
array<object> |
The data structure. |
|
|
object |
The data structure. |
||
| SlbId |
string |
The ID of the SLB instance. |
lb-bp14lqiw5n96hq2**** |
| SlbName |
string |
The name of the SLB instance. |
MseGatewaySlb-gw |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E00C6D90-A28A-5813-8981-0459AA436F46",
"HttpStatusCode": 200,
"Message": "The request is successfully processed.\n",
"Code": 200,
"Success": true,
"Data": [
{
"SlbId": "lb-bp14lqiw5n96hq2****",
"SlbName": "MseGatewaySlb-gw"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.