Renews a delivery group.
Operation description
Before you call this operation, make sure that you are familiar with the Billable methods and pricing of WUYING Workspace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:RenewAppInstanceGroup |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| PromotionId |
string |
No |
The promotion ID. You can obtain this value by calling the GetResourcePrice operation. |
17440009**** |
| AutoPay |
boolean |
No |
Specifies whether to enable automatic payment. Valid values:
|
false |
| Period |
integer |
Yes |
The numeric part of the resource purchase duration. This parameter is used together with PeriodUnit to specify the complete purchase duration. |
1 |
| PeriodUnit |
string |
Yes |
The unit part of the resource purchase duration. This parameter is used together with Period to specify the complete purchase duration. Valid combinations of Period and PeriodUnit:
Note
This parameter is case-sensitive. For example, Valid values:
|
Week |
| AppInstanceGroupId |
string |
Yes |
The ID of the delivery group. |
aig-9ciijz60n4xsv**** |
| RenewMode |
string |
No |
||
| RenewAmount |
integer |
No |
||
| RenewNodes |
array |
No |
||
|
string |
No |
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 call failed. |
InvalidParameter.ProductType |
| OrderId |
string |
The order ID. |
123456**** |
| Message |
string |
The error message returned if the call failed. |
The parameter ProductType is invalid. |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Code": "InvalidParameter.ProductType",
"OrderId": "123456****",
"Message": "The parameter ProductType is invalid."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.