Creates an instance group for a specified application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
create |
*Application
|
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.
|
****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.
|
****7b93-8d62-4e34*********** |
| GroupType |
integer |
The type of the instance group. Valid values:
|
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.