调用 DetachNetworkInterface 接口,从指定的云服务器实例上卸载辅助网卡。
Detaching
表示卸载中,Available
表示卸载完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DetachNetworkInterface | 要执行的操作。取值: DetachNetworkInterface。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
NetworkInterfaceId | String | 是 | eni-bp1fgnh68xyz9**** | 辅助网卡ID。 |
InstanceId | String | 是 | i-wijfn35c**** | 云服务器的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DetachNetworkInterface&Version=2020-04-01&NetworkInterfaceId=eni-bp1fgn8xyz9****&InstanceId=i-wijfn35c**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DetachNetworkInterface", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidEni.InstanceMismatch | The specified elastic network interface is not attached to the specified instance. | 指定的弹性网卡没有绑定到ECS实例。 |
400 | InvalidEni.InvalidStatus | The specified elastic network interface is not in the correct status for the request. | 指定的弹性网卡所处的状态无法响应该请求。 |
400 | InvalidInstance.InvalidStatus | The specified instance is not in the correct status for the request. | 指定的ECS实例所处的状态无法响应该请求。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic network interface. The specified elastic network interface is a service-managed elastic network interface. | 无权限对指定弹性网卡进行操作。指定的弹性网卡为云产品托管的弹性网卡。 |
404 | InvalidEniId.NotFound | The specified elastic network interface does not exist. | 指定的弹性网卡不存在。 |
404 | InvalidInstance.NotFound | The specified instance does not exist. | 指定的ECS实例不存在。 |
409 | InvalidOperation.Conflict | The specified resource operation conflicts. | 指定的资源操作冲突。 |