Unlocks a Smart Access Gateway (SAG) 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 instance. | sag-w9unmktmupcde***** |
RegionId | string | No | The ID of the region to which the SAG instance belongs. | cn-shanghai |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "05DC546B-DBF9-4028-88CD-1742AB4E014C"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | Forbidden | User not authorized to operate on the specified resource. | You do not have permissions to manage the specified resource. |
403 | InvalidId.SMARTAG | The specified smart access gateway instance id is invalid. | The SAG instance ID is invalid. |
403 | MissingParameter | The input parameter is missing, please check your input. | Missing parameters. Check whether all required parameters are set. |
For a list of error codes, visit the Service error codes.