修改SAG设备DNS信息,适用于设备类型为SCG5000或SCG5000-5G的智能接入网关实例,且设备版本为3.4.2及以上。
接口说明
目前仅设备版本为 3.4.2 及以上的 SCG5000 和 SCG5000-5G 设备支持修改智能接入网关设备 DNS 信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SagInsId | string | 是 | 智能接入网关实例 ID。 | sag-3manef62evrfr6**** |
SagSn | string | 是 | 智能接入网关设备序列号。 | sagf4ea**** |
RegionId | string | 是 | 智能接入网关实例所属的地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-shanghai |
MasterDns | string | 否 | 主 DNS 服务器 IP 地址。 | 10.10.XX.XX |
SlaveDns | string | 否 | 备 DNS 服务器 IP 地址。 | 10.10.XX.XX |
CrossAccount | boolean | 否 | 是否只查询跨账号所属的智能接入网关实例。取值:
| false |
ResourceUid | string | 否 | 智能接入网关实例所属的阿里云账号(主账号)ID。 | 147304382796**** |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Success": true,
"RequestId": "AE9B6C13-86D3-5E56-8C05-BBE58C2BE671",
"Message": "Successful"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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. | 智能接入网关实例不存在。 |
400 | SAG.SoftwareNotSupport | The specified software instance does not support ACL. | - |
400 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | 该智能接入网关尚未激活,请先激活该实例。 |
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. | 智能接入网关当前版本不支持该功能特性。 |
访问错误中心查看更多错误码。