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
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
create |
*Application
|
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.
|
****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*********** |
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.