Decreases the quota of client accounts that can be connected to 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-n2uym2h45lnd31**** |
RegionId | string | Yes | The ID of the region where the SAG app instance is deployed. | cn-shanghai |
AutoPay | boolean | Yes | Specify whether the bill belongs to a subscription instance that has auto renewal enabled. Valid values:
| false |
DataPlan | long | Yes | The amount of free data transfer allocated to each client account per month, which is 5 GB. | 5 |
UserCount | integer | Yes | The quota of client accounts that can be connected to an SAG app instance. Typically, you need to create an account for each user that needs to log on to the SAG app. | 5 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "3145AF24-1A5E-4AB7-90DA-7201FDD90B8D",
"OrderId": "204595234160786"
}
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.