All Products
Search
Document Center

Enterprise Distributed Application Service:InsertDeployGroup

Last Updated:Jun 10, 2026

Membuat kelompok instans untuk aplikasi tertentu.

Coba sekarang

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。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

edas:ManageApplication

create

*Application

acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/application/{#AppId}

None None

Sintaks permintaan

POST /pop/v5/deploy_group HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

AppId

string

Yes

ID aplikasi.

3616cdca-4f92-4413-***********

GroupName

string

Yes

Nama kelompok instans. Nama dapat memiliki panjang hingga 64 karakter.

test

InitPackageVersionId

string

No

Versi Paket penyebaran awal yang terkait dengan kelompok instans. Anda dapat memanggil operasi ListHistoryDeployVersion untuk mengkueri versi tersebut. Untuk informasi selengkapnya, lihat ListHistoryDeployVersion.

441beb18-da42-44dc-****-****

Elemen respons

Element

Type

Description

Example

object

Code

integer

The HTTP status code that is returned.

200

Message

string

The additional information that is returned.

success

RequestId

string

The ID of the request.

3RD9-D3FRE****************

DeployGroupEntity

object

The information about the instance group.

UpdateTime

integer

The time when the instance group was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1573627695779

GroupName

string

The name of the instance group.

test

CreateTime

integer

The time when the instance group was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1573627695779

AppVersionId

string

The version of the deployment package for the application.

  • If the application is deployed, a string of random numbers is returned.

  • If the application is not deployed, the return value is empty.

****f4c50-16ee-a02b-667*****

AppId

string

The ID of the application.

3616cdca-4f92-4413-***********

PackageVersionId

string

The version of the deployment package that was used to deploy an application in the instance group.

  • If an application is deployed in the instance group, a string of random numbers is returned.

  • If no application is deployed in the instance group, the return value is empty.

****7b93-8d62-4e34***********

GroupType

integer

The type of the instance group. Valid values:

  • 0: the default group.

  • 1: a group for which canary traffic management is not enabled.

  • 2: a group for which canary traffic management is enabled.

1

Id

string

The ID of the instance group.

577f4c50-16ee-43d8-a02b-667*********

ClusterId

string

The ID of the cluster.

0d247b93-8d62-4e34***********

Contoh

Respons sukses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "3RD9-D3FRE****************",
  "DeployGroupEntity": {
    "UpdateTime": 1573627695779,
    "GroupName": "test",
    "CreateTime": 1573627695779,
    "AppVersionId": "****f4c50-16ee-a02b-667*****",
    "AppId": "3616cdca-4f92-4413-***********",
    "PackageVersionId": "****7b93-8d62-4e34***********",
    "GroupType": 1,
    "Id": "577f4c50-16ee-43d8-a02b-667*********",
    "ClusterId": "0d247b93-8d62-4e34***********"
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat 变更详情Release Notes untuk daftar lengkap.