從一台執行個體上分離彈性網卡(ENI)。

描述

  • 不允許分離執行個體主網卡。

  • 彈性網卡必須處於 已綁定InUse)狀態。

  • 執行個體必須處於 運行中Running)或者已停止Stopped)狀態。

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:DetachNetworkInterface
RegionId String 執行個體所在地域的 ID。您可以調用 DescribeRegions 查看最新的阿里雲地域列表。
NetworkInterfaceId String 彈性網卡 ID。
InstanceId String 執行個體 ID。

返回參數

全是公共返回參數。參閱 公共參數

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=DetachNetworkInterface
&RegionId=cn-hangzhou
&NetworkInterfaceId=[networkInterfaceId]
&InstanceId=AY121018033933eaxxxxx
&<公共請求參數>
返回樣本

XML 格式

<DetachNetworkInterfaceResponse>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FExxxxx</RequestId>
</DetachNetworkInterfaceResponse>
JSON 格式
{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FExxxxx",
}

錯誤碼

以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API 錯誤中心

錯誤碼 錯誤資訊 HTTP 狀態碼 說明
UnsupportedParameter The parameters is unsupported. 400 該參數不存在,或者不支援該參數。
InvalidOperation.InvalidEcsState The operation is not allowed in the current ECS state. 400 當前 ECS 執行個體狀態不支援該操作。
InvalidOperation.DetachPrimaryEniNotAllowed Detaching primary ENI from ECS instance is not allowed. 400 不允許從 ECS 執行個體上解綁主網卡。
MissingParameter The input parameter that is mandatory for processing this request is not supplied. 400 缺少必需參數。
Forbidden.SubUser The specified action is not available for you. 403 不允許 RAM 使用者執行該操作。
Abs.InvalidAccount.NotFound The Account is not found or ak is expired. 403 您的阿里雲帳號不存在,或者您的 AccessKey 已經過期。
Forbidden.NotSupportRAM This action does not support accessed by RAM mode. 403 不允許 RAM 使用者執行該操作。
EniPerInstanceLimitExceeded The number of ENI exceeds the limit for the type of instance you are trying to launch. 403 彈性網卡的數量超過了指定執行個體類型允許的最大值
InvalidOperation.InvalidEniType The operation is not allowed in the current ENI type. 403 當前彈性網卡類型不支援該操作。
InvalidEcsId.NotFound The specified EcsId is not found. 404 指定的執行個體 ID 不存在。