Memperbarui properti Pendengar.
Deskripsi operasi
The UpdateListenerAttribute operation is asynchronous. After you send a request, the system returns a request ID. The listener configuration is then updated in the background. You can call the GetListenerAttribute operation to query the update status of the listener:
-
If a listener is in the Configuring state, the listener configuration is being updated.
-
If a listener is in the Running state, the listener configuration is updated.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gwlb:UpdateListenerAttribute |
update |
*LoadBalancer
*Listener
ServerGroup
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ListenerId |
string |
Yes |
ID Pendengar. |
lsn-lxce8iqbof2vl0**** |
| ListenerDescription |
string |
No |
Deskripsi Pendengar. Deskripsi harus sepanjang 2 hingga 256 karakter dan dapat berisi huruf, angka, koma (,), periode (.), titik koma (;), garis miring (/), tanda at (@), garis bawah (_), dan tanda hubung (-). |
listener_description |
| ServerGroupId |
string |
No |
ID kelompok server. |
sgp-sp8d2r6y7t0xtl**** |
| TcpIdleTimeout |
integer |
No |
Periode waktu habis koneksi TCP idle. Nilai valid: 60 hingga 6000. Unit: detik. |
350 |
| DryRun |
boolean |
No |
Apakah akan menjalankan dry run. Nilai valid:
|
false |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. Anda dapat menggunakan klien untuk menghasilkan token, tetapi Anda harus memastikan bahwa token tersebut unik di antara permintaan yang berbeda. Token hanya dapat berisi karakter ASCII. Catatan
Jika Anda tidak menentukan parameter ini, sistem secara otomatis menggunakan RequestId permintaan sebagai ClientToken. RequestId setiap permintaan berbeda. |
123e4567-e89b-12d3-a456-42665544**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
7DBFC67C-A272-5952-8287-6C3EBE4E04D9 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "7DBFC67C-A272-5952-8287-6C3EBE4E04D9"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IncorrectBusinessStatus.LoadBalancer | The business status of %s [%s] is incorrect. | Resource %s with business state %s does not support current operation |
| 400 | IncorrectStatus.LoadBalancer | The status of %s [%s] is incorrect. | Resource %s current state %s does not support operation |
| 400 | IncorrectStatus.Listener | The status of %s [%s] is incorrect. | Operation not supported for resource% s in current state% s. |
| 400 | Mismatch.VpcId | The %s is mismatched for %s and %s. | The VPC IDs of the two resources do not match. |
| 400 | ResourceInUse.IP | The specified resource of IP is in use. | |
| 400 | IncorrectStatus.ServerGroup | The status of %s [%s] is incorrect. | The status of %s [%s] is incorrect. |
| 400 | OperationDenied.TcpIdleTimeoutConflictWithScheduler | The TCP idle timeout of listener must be default value when the scheduling algorithm of server group is not 5TCH. | The TCP idle timeout of listener must be default value when the scheduling algorithm of server group is not 5TCH. |
| 400 | OperationDenied.TcpIdleTimeoutNotConfigurable | The TCP idle timeout of listener is configurable only when the scheduling algorithm of server group is 5TCH. | The TCP idle timeout of listener is configurable only when the scheduling algorithm of server group is 5TCH. |
| 404 | ResourceNotFound.LoadBalancer | The specified resource of %s is not found. | The specified resource of .LoadBalancer is not found. |
| 404 | ResourceNotFound.Listener | The specified resource of %s is not found. | The specified resource of %s is not found. |
| 404 | ResourceNotFound.ServerGroup | The specified resource of %s is not found. | The specified server group resource does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.