調用ModifySagUserDns修改用戶自定義DNS。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
smartag:ModifySagUserDns | Write |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 智能接入網關實例地域 ID。 | cn-shanghai |
SmartAGId | string | 是 | 智能接入網關實例 ID。 | sag-whfn**** |
SmartAGSn | string | 是 | 綁定的智能接入網關設備序列號。 | sag32a30**** |
MasterDns | string | 是 | 主 DNS 服務器 IP 地址。 說明
不設置會清空 DNS 配置。
| 192.XX.XX.1 |
SlaveDns | string | 是 | 備 DNS 服務器 IP 地址。 說明
不設置會清空備用 DNS 配置。
| 192.XX.XX.2 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "1120228A-E5E1-4E9C-B56D-96887E1A2B2F"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | SAG.InstanceNoFound | The specified SAG instance does not exist. | 智能接入網關實例不存在。 |
400 | SAG.SoftwareNotSupport | The specified SAG software edition instance does not support ACL. | 智能接入網關軟件版實例不支持ACL。 |
400 | InstanceNotExit | The specified instance does not exist. | 指定的實例不存在。 |
400 | ConfigUnsynchronized | The network configuration is not synchronized. | 網絡配置未同步。 |
403 | SmartAccessGatewayNotOnline | The specified smart access gateway is not online. | 該智能接入網關當前不是在線狀態,無法完成操作。 |
403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | 智能接入網關當前版本不支持該功能特性。 |
403 | FeatureNotSupportForActiveSmartAG | The current edition of the active smart access gateway does not support this feature. | 主智能接入網關的當前版本不支持該功能特性。 |
403 | FeatureNotSupportForStandBySmartAG | The current edition of the standby smart access gateway does not support this feature. | 備智能接入網關的當前版本不支持該功能特性。 |
500 | SmartAccessGatewayInArrears | The specified Smart Access Gateway has expired. | 該智能接入網關已經到期停服,請續費。 |
500 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | 該智能接入網關尚未激活,請先激活該實例。 |
500 | SmartAccessGatewayOffline | The request cannot be completed. The Smart Access Gateway is offline. | 智能接入網關離線,請求無法完成。 |
訪問錯誤中心查看更多錯誤碼。