All Products
Search
Document Center

Smart Access Gateway:DowngradeSmartAccessGatewaySoftware

Last Updated:Mar 03, 2024

Decreases the quota of client accounts that can be connected to a Smart Access Gateway (SAG) app instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SmartAGIdstringYes

The ID of the SAG app instance.

sag-n2uym2h45lnd31****
RegionIdstringYes

The ID of the region where the SAG app instance is deployed.

cn-shanghai
AutoPaybooleanYes

Specify whether the bill belongs to a subscription instance that has auto renewal enabled. Valid values:

  • false (default): no
  • true: yes
false
DataPlanlongYes

The amount of free data transfer allocated to each client account per month, which is 5 GB.

5
UserCountintegerYes

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

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

3145AF24-1A5E-4AB7-90DA-7201FDD90B8D
OrderIdstring

The ID of the order.

204595234160786

Examples

Sample success responses

JSONformat

{
  "RequestId": "3145AF24-1A5E-4AB7-90DA-7201FDD90B8D",
  "OrderId": "204595234160786"
}

Error codes

HTTP status codeError codeError messageDescription
400SAG.InvalidUserCountThe specified UserCount is invalid.The specified number of users is invalid.
400SAG.InvalidDataPlanThe specified DataPlan is invalid.The specified data plan is invalid.

For a list of error codes, visit the Service error codes.