創建彈性加速計算實例EAIS實例后,您需要調用API AttachEaisEi將該EAIS實例綁定到客戶端實例(ECS實例或ECI實例)上,才能為客戶端實例提供GPU資源。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 實例所屬的地域 ID。 | cn-hangzhou |
ClientInstanceId | string | 是 | 待綁定的 ECS 或 ECI 實例 ID。 | i-bp14ws9hbt1oe0u9**** |
EiInstanceId | string | 否 | EAIS 實例 ID。不設置該參數時,會自動查詢用戶賬號下符合條件的可綁定實例,并選擇查詢出的第一個實例進行綁定。 | eais-hzu00xufs1c8j5nn**** |
EiInstanceType | string | 否 | EAIS 實例的規格。當未指定
| eais.ei-a6.2xlarge |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "C3BCB7DA-BEB6-4982-A765-6EA61EC8****",
"EiInstanceId": "eais-hzu00xufs1c8j5nn****",
"ClientInstanceId": "i-bp14ws9hbt1oe0u9****"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidClientInstanceId.NotBound | The client instance is not bound. | 客戶端實例未綁定。 |
400 | InvalidClientInstanceId.NotFound | The client instance does not exist or is not bound. | 客戶端實例不存在或未綁定。 |
400 | InvalidClientInstanceId.TypeError | The client instance ID is invalid. Currently, only ECS or ECI instances can be bound. | 無效的客戶端實例ID, 目前只支持綁定ECS或ECI實例。 |
400 | InvalidClientInstanceId.TypeError | The client instance ID is invalid. The current instance only supports binding ECS instances. | 無效的客戶端實例ID, 當前實例只支持綁定ECS實例。 |
400 | InvalidClientInstanceId.VpcIdError | The client instance is invalid. Please make sure that the VpcId of the client instance and the VpcId of the EAIS instance are the same. | 無效的客戶端實例,請確保客戶端實例與EAIS實例的專有網絡VpcId一致。 |
400 | InvalidClientInstanceId.VSwitchIdError | The client instance is invalid. Please make sure that the VSwitchId of the client instance and the VSwitchId of the EAIS instance are the same. | 無效的客戶端實例,請確保客戶端實例與EAIS實例的交換機VSwitchId一致。 |
404 | InvalidClientInstanceId.Forbidden | Please make sure the ClientInstanceId exists and belongs to you. | 無效的客戶端實例ID, 請確定該實例存在并歸屬于您。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史