All Products
Search
Document Center

Serverless App Engine:BindSlb

Last Updated:Jun 11, 2026

Mengikat instans Server Load Balancer (SLB) ke aplikasi.

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

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: bayar berdasarkan spesifikasi.

  • PayByCLCU: bayar berdasarkan CLCU.

PayBySpec

IntranetSlbChargeType

string

No

Metode penagihan Instans SLB internal. Nilai valid:

  • PayBySpec: bayar berdasarkan spesifikasi.

  • PayByCLCU: bayar berdasarkan CLCU.

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.

  • The ErrorCode parameter is not returned when the request succeeds.

  • The ErrorCode parameter is returned when the request fails. For more information, see Error codes in this topic.

Code

string

The HTTP status code. Valid values:

  • 2xx: indicates that the request was successful.

  • 3xx: indicates that the request was redirected.

  • 4xx: indicates that the request was invalid.

  • 5xx: indicates that a server error occurred.

200

Success

boolean

Indicates whether the SLB instance was successfully associated with the application. Valid values:

  • true: The SLB instance was successfully associated with the application.

  • false: The SLB instance could not be associated with the application.

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.