Modifies the password that is used to log on to an SCG5000 or SCG5000-5G device whose version is 3.4.2 or later.
Operation description
You can modify passwords that are used to log on to only SCG5000 and SCG5000-5G devices whose version is 3.4.2 or later.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SagInsId | string | Yes | The ID of the Smart Access Gateway (SAG) instance. | sag-sv487b7lno6go5**** |
SagSn | string | Yes | The serial number of the SAG device. | sagf4ea**** |
RegionId | string | Yes | The region ID of the SAG instance. You can call the DescribeRegions operation to query the most recent region list. | cn-shanghai |
Password | string | Yes | The new password used to log on to the SAG device. The password must be 8 to 30 characters in length and can contain letters, digits, and underscores (_). Note
In the example, asterisks (*) are used to conceal the real password. This does not mean that the password supports asterisks (*). The actual format requirement prevails.
| 1234**** |
CrossAccount | boolean | No | Specifies whether to query only the SAG instances that belong to another Alibaba Cloud account. Valid values:
| false |
ResourceUid | string | No | The ID of the Alibaba Cloud account to which the SAG instance belongs. | 147304382796**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Success": true,
"RequestId": "EC8487CD-9338-5FCF-896A-B6D1BB1646A7",
"Message": "Successful"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | GATEWAY.InvalidSN | The specified gateway serial number does not exist. | - |
400 | SAG.InstanceNoFound | The specified SAG instance does not exist. | The specified SAG instance does not exist. |
400 | SAG.SoftwareNotSupport | The specified software instance does not support ACL. | - |
400 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | The specified SAG instance is inactive. You must activate the instance first. |
400 | MissParameter.GatewayId | The input parameter GatewayId that is mandatory for processing this model is not supplied. | - |
400 | MissParameter.Password | The input parameter Password that is mandatory for processing this model is not supplied. | - |
400 | InvalidParameter.Password | The input parameter Password is not legal, please check your input. | - |
400 | InvalidSpec.FeatureNotSupport | The current edition of the cloudbranch does not support this feature. | - |
400 | FeatureNotSupport | Cloud Box Not Support the Feature | - |
400 | DeviceNotExist | The specified device does not exist | - |
400 | SmartAccessGatewayNotOnline | The specified instance is not online. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|