Scales out an instance group by increasing the number of instances.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceGroupId |
string |
No |
The ID of the instance group. |
ag-asguicdjh**** |
| IncreaseNumberOfInstance |
integer |
No |
The number of instances to add to the instance group. |
10 |
| AutoPay |
boolean |
No |
Specifies whether to enable automatic payment. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
310A783E-CC46-5452-A8A3-71AE5DB59**** |
| OrderId |
string |
The order ID. |
223684716098**** |
| InstanceIds |
string |
The IDs of the instances that are created during the scale-out. |
['acp-3vzqq4y3f31f3z3df'] |
Examples
Success response
JSON format
{
"RequestId": "310A783E-CC46-5452-A8A3-71AE5DB59****",
"OrderId": "223684716098****",
"InstanceIds": "['acp-3vzqq4y3f31f3z3df']"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.