Increases the maximum number of client accounts supported by a Smart Access Gateway (SAG) app instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SmartAGId | string | Yes | The ID of the SAG app instance. | sag-8biez7habqwmx6**** |
RegionId | string | Yes | The ID of the region where the SAG app instance is created. | cn-shanghai |
AutoPay | boolean | Yes | Specifies whether to enable auto-payment for the instance.
Note
If the parameter is set to false, you must complete the payment in the SAG console after you call this operation.
| true |
DataPlan | long | Yes | The data transfer plan for each client account. Unit: GB. Note
Each client account has a data transfer plan of 5 GB that is free of charge each month.
| 5 |
UserCount | integer | Yes | The maximum number of client accounts supported by the SAG app instance. After you complete the payment, you can create a client account for each employee who needs to use the SAG app. | 5 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "97A4F8A5-603E-4C3B-A91E-17CD87090EA9",
"OrderId": "20697688135****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | SAG.InvalidUserCount | The specified UserCount is invalid. | The specified number of users is invalid. |
400 | SAG.InvalidDataPlan | The specified DataPlan is invalid. | The specified data plan is invalid. |
For a list of error codes, visit the Service error codes.