All Products
Search
Document Center

Smart Access Gateway:UpgradeSmartAccessGatewaySoftware

Last Updated:Mar 03, 2024

Increases the maximum number of client accounts supported by 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-8biez7habqwmx6****
RegionIdstringYes

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

cn-shanghai
AutoPaybooleanYes

Specifies whether to enable auto-payment for the instance.

  • false: no
  • true: yes
Note If the parameter is set to false, you must complete the payment in the SAG console after you call this operation.
true
DataPlanlongYes

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
UserCountintegerYes

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

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

97A4F8A5-603E-4C3B-A91E-17CD87090EA9
OrderIdstring

The ID of the order.

20697688135****

Examples

Sample success responses

JSONformat

{
  "RequestId": "97A4F8A5-603E-4C3B-A91E-17CD87090EA9",
  "OrderId": "20697688135****"
}

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.