創建DNS授權規則。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
IoTCloudConnectorId | string | 是 | 云連接器實例ID。 | iotcc-1y6h8z7imd2yu4**** |
ServiceType | string | 是 | DNS授權規則的目標類型。取值:
| Normal |
Destination | string | 否 | 重定向后的DNS服務地址。 說明當ServiceType參數取值為DNSRedirect時,該參數必選。 | 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。 除以上默認的DNS授權規則的IP,如有其他DNS授權規則的IP訴求,請提交工單,并在工單中附上需要申請的DNS授權規則的IP。 | 100.100.2.138 |
DNSServiceRuleName | string | 否 | DNS授權規則名稱。 長度為2~128個英文或中文字符,開頭必須為大小寫英文字母或中文,可包含數字、半角句號(.)、下劃線(_)和短劃線(-)。 | test |
DNSServiceRuleDescription | string | 否 | DNS授權規則描述。 長度為2~256個字符,開頭必須為大小寫英文字母或中文,但不能為 | description |
ClientToken | string | 否 | 客戶端Token,用于保證請求的冪等性。 從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken只支持ASCII字符。 說明若您未指定,則系統自動使用API請求的RequestId作為ClientToken標識。每次API請求的RequestId可能不一樣。 | 123e4567-e89b-12d3-a456-426655440000 |
DryRun | boolean | 否 | 是否只預檢此次請求。取值:
| false |
RegionId | string | 是 | DNS授權規則所在的地域ID。 您可以通過調用ListRegions接口獲取地域ID。 | cn-hangzhou |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "BC6D1C1D-6DBD-568C-B867-BC9CA699ED01",
"DNSServiceRuleId": "ar-r56ijpurlu50gi****"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Forbidden.RAM | Ram user does not have permission to perform this operation. | RAM用戶無權限執行此操作。 |
400 | OperationDenied.DomainFeatureDisabled | The operation is not allowed because of domain feature disabled. | - |
400 | IllegalParam.Destination | The param of Destination is illegal. | Destination無效 |
400 | ResourceAlreadyExist.AuthorizationRule | The specified resource of AuthorizationRule already exists. | 規則已經存在 |
400 | Conflict.Param | The param is conflict. | - |
400 | Conflict.Cidr | The cidr is conflict. | - |
400 | ResourceNotFound.IoTCloudConnector | The param of IoTCloudConnectorId is illegal. | IoTCloudConnectorId參數非法 |
400 | QuotaExceeded.sourceCidrLimit | The quota of SourceCidrsPerAuthorizationRule is exceeded | SourceCidrsPerAuthorizationRule quota超出 |
400 | IllegalParam | The param is illegal. | 參數非法 |
400 | QuotaExceeded.authorizationRuleInstanceLimit | The quota of AuthorizationRulePerIotCC is exceeded | - |
400 | IllegalParamFormat | The param is illegal. | - |
400 | ResourceInConfiguring.IoTCloudConnector | The specified resource of IoTCloudConnector is configuring, please try again later. | iotcc狀態非穩態,或者鎖沖突 |
400 | OperationDenied.CC5GInstanceNotSupport | The operation is not allowed because of CC5G instance not support. | CC5G托管實例不支持此操作。 |
訪問錯誤中心查看更多錯誤碼。