All Products
Search
Document Center

Server Load Balancer:UpdateListenerAttribute

Last Updated:Jun 10, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

gwlb:UpdateListenerAttribute

update

*LoadBalancer

acs:gwlb:{#regionId}:{#accountId}:loadbalancer/{#LoadBalancerId}

*Listener

acs:gwlb:{#regionId}:{#accountId}:listener/{#ListenerId}

ServerGroup

acs:gwlb:{#regionId}:{#accountId}:servergroup/{#ServerGroupId}

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:

  • true: Menjalankan dry run. Sistem memeriksa parameter yang diperlukan, format permintaan, dan batasan layanan. Jika permintaan gagal dalam dry run, Paket kesalahan dikembalikan. Jika permintaan lolos dry run, kode kesalahan DryRunOperation dikembalikan.

  • false (default): Menjalankan permintaan normal. Jika permintaan lolos pemeriksaan, kode status HTTP 2xx dikembalikan dan operasi dijalankan.

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.