調用AssociateACL將訪問控制與智能接入網關實例綁定。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
smartag:AssociateACL | Write |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 地域 ID。 | cn-hangzhou |
AclId | string | 是 | 訪問控制 ID。 | acl-ohlexqptfhy****** |
SmartAGId | string | 是 | 需要綁定訪問控制的智能接入網關實例 ID。 | sag-4yr0p2xa6o3k******* |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "C9A75915-0260-4335-851A-D866A7ED396C"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | SAG.SoftwareNotSupport | The specified SAG software edition instance does not support ACL. | 智能接入網關軟件版實例不支持ACL。 |
403 | Forbidden | User not authorized to operate on the specified resource. | 用戶沒有操作此資源的權限。 |
403 | MissingParameter | The input parameter is missing, please check your input. | 輸入參數缺失,請檢查您的輸入。 |
403 | InvalidId.SMARTAG | The specified smart access gateway instance id is invalid. | 無效的智能接入網關實例ID。 |
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. | 備智能接入網關的當前版本不支持該功能特性。 |
403 | SmartAGAlreadyAssociateAcl | The specified smart access gateway has already been associated with the specified ACL. | 您選擇的智能接入網關已經綁定了acl。 |
403 | AclPerSmartagAmountLimit | No more ACL can be associated with this smart access gateway. | 該智能接入網關所關聯的ACL組數量已經達到限額。 |
403 | InternalError | An internal server error occurred. | 內部服務錯誤。 |
403 | InvalidId.ACL | The specified ACL ID is invalid. | 無效的ACL組ID。 |
訪問錯誤中心查看更多錯誤碼。