Modifies the DNS configuration of an SCG5000 or SCG5000-5G device whose version is 3.4.2 or later.
Operation description
You can modify the DNS configuration only of 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-3manef62evrfr6**** |
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 |
MasterDns | string | No | The IP address of the primary DNS server. | 10.10.XX.XX |
SlaveDns | string | No | The IP address of the secondary DNS server. | 10.10.XX.XX |
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": "AE9B6C13-86D3-5E56-8C05-BBE58C2BE671",
"Message": "Successful"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | GATEWAY.InvalidSN | The specified gateway serial number does not exist. | - |
400 | InternalError | Internal server error | - |
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 | DeviceNotExist | The specified device does not exist | - |
400 | MissParameter.GatewayId | The input parameter GatewayId that is mandatory for processing this model is not supplied. | - |
400 | InvalidParameter.MasterDns | The input parameter MasterDns is illegal, please check your input. | - |
400 | InvalidParameter.SlaveDns | The input parameter SlaveDns is illegal, please check your input. | - |
400 | InvalidSpec.FeatureNotSupport | The current edition of the cloudbranch does not support this feature. | - |
400 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | The current version of Smart Access Gateway does not support this feature. |
For a list of error codes, visit the Service error codes.