DetachInterfaceInDetail【在网卡信息中移除网卡】¶
在网卡信息中移除网卡:可根据云主机ID和端口ID来移除网卡。 如果不指定必要移除条件,则会返回错误信息。
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
action | String | API 标识符 | Yes |
obj_id | String | 云主机 ID | Yes |
port_id | String | 网卡 ID | Yes |
Response Elements
Name | Type | Description |
---|---|---|
message | String | 执行结果信息 |
code | Integer | HTTP Resonpe响应状态码 |
data | Array | 空信息列表 |
Example
Example Request:
Request Headers:
POST /api/ HTTP/1.1
Origin: https://console.plcloud.com
X-CSRFToken: 6An6xEuOJqW6dVDtlgzZr6FqgkSbJmqp
Content-Type: application/json
JSON Data:
{
"action": "DetachInterfaceInDetail",
"obj_id": "8074edee-a3de-48b2-be0d-3ead131ac399",
"port_id": "d63460a8-c174-4e22-a935-5657b3120bf2"
}
Example Response:
{
"message": "成功",
"code": 200,
"data": []
}