修改DNS授權(quán)規(guī)則。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
IoTCloudConnectorId | string | 是 | 云連接器實(shí)例ID。 | iotcc-1y6h8z7imd2yu4**** |
DNSServiceRuleId | string | 是 | DNS授權(quán)規(guī)則ID。 | ar-r56ijpurlu50gi**** |
ServiceType | string | 否 | DNS授權(quán)規(guī)則的目標(biāo)類型。取值:
| Normal |
Destination | string | 否 | 重定向后的DNS服務(wù)地址。 說明當(dāng)ServiceType參數(shù)取值為DNSRedirect時(shí),該參數(shù)必選。 | 192.168.0.2 |
Source | string | 否 | 源DNS IP地址。包括但不限于以下取值: 100.100.2.136,100.100.2.137,100.100.2.138,114.114.114.114,8.8.8.8,8.8.4.4,223.5.5.5,223.6.6.6,221.5.88.88,116.116.116.116,221.228.15.26,61.139.2.69,218.6.200.139,119.29.29.29,218.2.2.2,208.67.220.220,208.67.222.222,218.4.4.4。 除以上默認(rèn)的DNS授權(quán)規(guī)則的IP,如有其他DNS授權(quán)規(guī)則的IP訴求,請(qǐng)提交工單,并在工單中附上需要申請(qǐng)的DNS授權(quán)規(guī)則的IP。 | 100.100.2.138 |
DNSServiceRuleName | string | 否 | DNS授權(quán)規(guī)則名稱。 長(zhǎng)度為2~128個(gè)英文或中文字符,開頭必須為大小寫英文字母或中文,可包含數(shù)字、半角句號(hào)(.)、下劃線(_)和短劃線(-)。 | test |
DNSServiceRuleDescription | string | 否 | DNS授權(quán)規(guī)則描述。 長(zhǎng)度為2~256個(gè)字符,開頭必須為大小寫英文字母或中文,但不能為 | description |
ClientToken | string | 否 | 客戶端Token,用于保證請(qǐng)求的冪等性。 從您的客戶端生成一個(gè)參數(shù)值,確保不同請(qǐng)求間該參數(shù)值唯一。ClientToken只支持ASCII字符。 說明若您未指定,則系統(tǒng)自動(dòng)使用API請(qǐng)求的RequestId作為ClientToken標(biāo)識(shí)。每次API請(qǐng)求的RequestId可能不一樣。 | 123e4567-e89b-12d3-a456-426655440000 |
DryRun | boolean | 否 | 是否只預(yù)檢此次請(qǐng)求。取值:
| false |
RegionId | string | 是 | DNS授權(quán)規(guī)則所在的地域ID。 您可以通過調(diào)用ListRegions接口獲取地域ID。 | cn-hangzhou |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "BC6D1C1D-6DBD-568C-B867-BC9CA699ED01"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | Forbidden.RAM | Ram user does not have permission to perform this operation. | RAM用戶無(wú)權(quán)限執(zhí)行此操作。 |
400 | OperationDenied.NoParamModify | The operation is not allowed because of no param modified. | - |
400 | ResourceNotFound.IoTCloudConnector | The param of IoTCloudConnectorId is illegal. | IoTCloudConnectorId參數(shù)非法 |
400 | QuotaExceeded.sourceCidrLimit | The quota of SourceCidrsPerAuthorizationRule is exceeded | SourceCidrsPerAuthorizationRule quota超出 |
400 | QuotaExceeded.authorizationRuleInstanceLimit | The quota of AuthorizationRulePerIotCC is exceeded | - |
400 | IllegalParamFormat | The param is illegal. | - |
400 | IllegalParam | The param is illegal. | 參數(shù)非法 |
400 | ResourceInConfiguring.IoTCloudConnector | The specified resource of IoTCloudConnector is configuring, please try again later. | iotcc狀態(tài)非穩(wěn)態(tài),或者鎖沖突 |
400 | ResourceNotFound.AuthorizationRule | The param of AuthorizationRuleId is illegal. | AuthorizationRuleId非法 |
400 | IllegalParam.Destination | The param of Destination is illegal. | Destination無(wú)效 |
400 | OperationDenied.CC5GInstanceNotSupport | The operation is not allowed because of CC5G instance not support. | CC5G托管實(shí)例不支持此操作。 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。