Updates the image of a delivery group.
Operation description
After the update is published, changes typically take about 2 minutes to take effect on the end user side.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:UpdateAppInstanceGroupImage |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| AppInstanceGroupId |
string |
Yes |
The delivery group ID. |
aig-9ciijz60n4xsv**** |
| AppCenterImageId |
string |
Yes |
The application image ID. You can obtain this ID from the Image Management page in the WUYING Cloud Application console. |
img-8z4nztpaqvay4**** |
| BizRegionId |
string |
Yes |
The region ID of the delivery group. For more information about supported regions, see Limits. Valid values:
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Code |
string |
The error code returned if the request failed. |
InvalidParameter.ProductType |
| Message |
string |
The error message returned if the request failed. |
The parameter ProductType is invalid. |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Code": "InvalidParameter.ProductType",
"Message": "The parameter ProductType is invalid."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.