All Products
Search
Document Center

Enterprise Distributed Application Service:InsertDeployGroup

Last Updated:Dec 22, 2025

Creates an instance group for a specified application.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

edas:ManageApplication

create

*Application

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

None None

Request syntax

POST /pop/v5/deploy_group HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

AppId

string

Yes

The ID of the application.

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

GroupName

string

Yes

The name of the instance group. The name can be up to 64 characters in length.

test

InitPackageVersionId

string

No

The version of the initial deployment package associated with the instance group. You can call the ListHistoryDeployVersion operation to query the version. For more information, see ListHistoryDeployVersion.

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

Response elements

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***********

Examples

Success response

JSON format

{
  "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***********"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.