All Products
Search
Document Center

Platform For AI:DescribeGroupEndpoints

Last Updated:Jun 11, 2026

Mengambil daftar Titik akhir kelompok layanan.

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

eas:DescribeGroupEndpoints

get

*全部资源

*

None None

Sintaks permintaan

GET /api/v2/groups/{ClusterId}/{GroupName}/endpoints HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

ClusterId

string

No

ID wilayah.

cn-hangzhou

GroupName

string

Yes

Nama kelompok layanan. Untuk informasi selengkapnya tentang cara mendapatkan nama kelompok layanan, lihat ListServices.

xx_test_group

Parameter permintaan

Parameter

Type

Required

Description

Example

Tidak ada parameter yang diperlukan.

Elemen respons

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

890772EF-3AD6-129A-8E15-8F349C944783

Message

string

The response message.

执行成功。

AccessToken

string

The service token.

Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****

Endpoints

array<object>

The endpoints of the service group.

object

EndpointType

string

The service endpoint type. Valid values:

  • DefaultGateway: the shared gateway.

  • PrivateGateway: the dedicated gateway.

  • Nlb: Associate the service with the Network Load Balancer (NLB) instance.

  • Nacos: Associate the service with the Nacos instance.

PrivateGateway

BackendId

string

The backend access ID, which varies based on the value of the EndpointType parameter.

  • If you set EndpointType to DefaultGateway, the value of this parameter is default.

  • If you set EndpointType to PrivateGateway, the value of this parameter is the ID of the dedicated gateway.

  • If you set EndpointType to Nlb, the value of this parameter is the ID of the NLB instance.

  • If you set EndpointType to Nacos, the value of this parameter is the ID of the Nacos instance.

gw-26340kjxjx8l3r****

PathType

string

The path type. Valid values:

  • Group: the path of the service group.

Group

IntranetEndpoints

array

The full endpoint.

string

The full endpoint.

http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group

InternetEndpoints

array

The full endpoint.

string

The full endpoint.

http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group

Port

integer

The port number. This parameter takes effect only when you associate the service with an NLB or Nacos instance.

8080

Contoh

Respons sukses

JSONformat

{
  "RequestId": "890772EF-3AD6-129A-8E15-8F349C944783",
  "Message": "执行成功。",
  "AccessToken": "Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****",
  "Endpoints": [
    {
      "EndpointType": "PrivateGateway",
      "BackendId": "gw-26340kjxjx8l3r****",
      "PathType": "Group",
      "IntranetEndpoints": [
        "http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group"
      ],
      "InternetEndpoints": [
        "http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group"
      ],
      "Port": 8080
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.