更新授權規則信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
IoTCloudConnectorId | string | 是 | 云連接器實例 ID。 | iotcc-bp1odcab8tmno0hdq**** |
AuthorizationRuleId | string | 是 | 授權規則 ID。 | ar-1234abcb8tmno0hdq**** |
DestinationType | string | 否 | 訪問目標類型。
| Cidr |
DestinationPort | string | 否 | 目標端口范圍。取值范圍:
| 80/80 |
Protocol | string | 否 | 協議類型。取值:
| tcp |
Destination | string | 否 | 訪問目標。 | 192.168.XX.XX |
Policy | string | 否 | 訪問策略。
| Permit |
SourceCidrs | array | 否 | 源 CIDR 地址塊。最多支持傳入 20 個源 CIDR 地址塊。 | |
string | 否 | 源 CIDR 地址塊。最多支持傳入 20 個源 CIDR 地址塊。 | 192.168.XX.XX | |
AuthorizationRuleName | string | 否 | 授權規則名稱。 名稱長度為 2~128 個字符,以大小寫字母或中文開頭,可包含數字、下劃線(_)或短劃線(-)。 | rule01 |
AuthorizationRuleDescription | string | 否 | 授權規則描述。 長度為 2~256 個字符,開頭必須為大小寫英文字母或中文,但不能為 | rule01 |
ClientToken | string | 否 | 客戶端 Token,用于保證請求的冪等性。 從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。 說明
若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 可能不一樣。
| 123e4567-e89b-12d3-a456-426655440000 |
DryRun | boolean | 否 | 是否只預檢此次請求,取值:
| false |
RegionId | string | 是 | 云連接器實例所在的地域 ID。 您可以通過調用 ListRegions 接口獲取地域 ID。 | cn-hangzhou |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Forbidden.RAM | Ram user does not have permission to perform this operation. | RAM用戶無權限執行此操作。 |
400 | OperationDenied.NoParamModify | The operation is not allowed because of no param modified. | - |
400 | ResourceNotFound.IoTCloudConnector | The param of IoTCloudConnectorId is illegal. | IoTCloudConnectorId參數非法 |
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. | 參數非法 |
400 | ResourceInConfiguring.IoTCloudConnector | The specified resource of IoTCloudConnector is configuring, please try again later. | iotcc狀態非穩態,或者鎖沖突 |
400 | ResourceNotFound.AuthorizationRule | The param of AuthorizationRuleId is illegal. | AuthorizationRuleId非法 |
400 | IllegalParam.Destination | The param of Destination is illegal. | Destination無效 |
400 | OperationDenied.NotSupportModify | The operation is not allowed because of this type not support modify. | 此類型不支持修改。 |
400 | OperationDenied.CIDRMaskTooLarge | The operation is not allowed because of CIDR too large. | CIDR掩碼太大了。 |
400 | OperationDenied.CC5GInstanceNotSupport | The operation is not allowed because of CC5G instance not support. | CC5G托管實例不支持此操作。 |
400 | ResourceNotFound.AuthorizationRule | The specified resource of AuthorizationRule is not found. | 未找到此授權規則。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 | ||||
---|---|---|---|---|---|---|
2021-11-18 | OpenAPI 錯誤碼發生變更 | 看變更集 | ||||
|