This method allows to create new host interfaces.该方法允许创建新的主机接口。

    Parameters 参数

    Host interfaces to create. The method accepts host interfaces with the standard host interface properties.主机接口创建。 该方法接受具有标准主机接口属性的主机接口

    Examples 示例

    Create a new interface创建一个新的接口

    Create a secondary IP agent interface on host “30052.”在主机“30052”上创建一个辅助IP代理接口。

    Request:

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

    Source 来源