調用BindSmartAccessGateway接口將智能接入網關綁定到指定的云連接網中。 。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
smartag:BindSmartAccessGateway | Write |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
CcnId | string | 是 | 要綁定的云連接網 ID。 | ccn-isdjvvkexkrpk***** |
SmartAGId | string | 是 | 智能接入網關 ID。 | sag-m7ez44zpayma***** |
RegionId | string | 否 | 智能接入網關的所屬區域 ID。 | cn-hangzhou |
SmartAGUid | long | 否 | 智能接入網關實例的用戶 ID。 | 1250123456123456 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "8A3FF8DD-B27D-4ED2-B032-5EF90B38195D"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | SAG.NoBindSN | The specified SAG is not bound with a serial number. Please perform binding first. | 當前智能接入網關實例還未綁定序列號,請先綁定后再操作。 |
400 | SAG.NoBandwidth | Buy bandwidth for the specified SAG instance before binding it to a CCN instance. | 當前SAG實例還未購買帶寬,請先購買后再綁定CCN實例。 |
400 | NotBoundCEN | Bind the specified CCN instance to a CEN instance first. | 當前CCN實例還未綁定CEN,請先綁定。 |
400 | SAG.VbrNotBondCen | Bind the specified VBR instance to a CEN instance first. | 當前VBR還未綁定到CEN,請先綁定CEN。 |
400 | AlreadyBound.CCN | The specified SAG instance is bound to another CCN instance. Unbind them first. | 當前SAG實例已經綁定其他CCN實例,請先解綁。 |
400 | LinkLevelBackupExists | The specified SAG instance is already used as a leased line backup. | 當前實例已經存在專線備份。 |
400 | TunnelIdDistributeError | Tunnel id distribute error. | 隧道ID分配出錯。 |
400 | UpdateError.SMARTAG | Update smart access gateway error. | 更新智能接入網關出錯。 |
400 | SmartAccessGatewayInArrears | The specified Smart Access Gateway has expired. | 該智能接入網關已經到期停服,請續費。 |
400 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | 該智能接入網關尚未激活,請先激活該實例。 |
403 | CidrConflict | Cidr is conflict, Please Check your input. | - |
403 | MissingParameter | The input parameter is missing, please check your input. | 輸入參數缺失,請檢查您的輸入。 |
403 | InvalidId.CCN | Invalid cloud connect network id. | 無效的云連接網ID。 |
403 | InvalidId.SMARTAG | The specified smart access gateway instance id is invalid. | 無效的智能接入網關實例ID。 |
403 | SmartAccessGatewayAlreadyBound | The smart access gateway already bound. | 該智能接入網關已經綁定。 |
403 | TunnelIdNotEnough | Tunnel id is not enough. | 隧道ID不足。 |
403 | Forbidden | User not authorized to operate on the specified resource. | 用戶沒有操作此資源的權限。 |
403 | VbrConflict.ChangeSubnet | The subnet of the gateway conflicts with the VBR. Modify the subnet first. | 該智能接入網關的子網網段與VBR有沖突,請修改子網網段。 |
訪問錯誤中心查看更多錯誤碼。