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:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "interfaceids": [
    5. ]
    6. },
    7. "id": 1
    8. }

    Source 来源