Skip to content

Module jsonrpc

Module jsonrpc implements management interface for SEMS that using JSONRPC protocol as transport.

WARNING

Yeti-switch SEMS fork doesn't support xmlrpc2di module/protocol from mainline SEMS. The only management interface implemented is jsonrpc

Configuration example:

module "jsonrpc" {
    listen {
        address = 10.17.93.13
        port = 7080
    }
    server_threads = 2
}
listen.address
IP address of JSONRPC socket
listen.port
TCP port of JSONRPC socket
server_threads
How many worker threads will be forked for JSONRPC requests handling

INFO

yeti-cli tool is console client for SEMS JSONRPC interface.