This method allows to delete host interfaces.此方法允许删除主机接口。
Parameters 参数
IDs of the host interfaces to delete.要删除的主机接口的ID。
Examples 示例
Delete a host interface 删除主机界面
Delete the host interface with ID 30062.删除ID为30062的主机接口。
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "interfaceids": [
- ]
- },
- "id": 1
- }