node-ovsdb
    Preparing search index...

    Interface EchoRequest

    echo request envelope.

    interface EchoRequest {
        id: JsonValue;
        method: "echo";
        params: JsonValue[];
    }
    Index

    Properties

    Properties

    method: "echo"
    params: JsonValue[]