Control

Control the startup and shutdown of nodes and monitoring information.

You can use mvc-cli help command to view the usage of specific commands. The JsonRpc call method is in the example.

Commands

== Control ==
activezmqnotifications
getinfo
getmemoryinfo
help ( "command" )
stop
uptime

activezmqnotifications

Get the active zmq notifications and their addresses

activezmqnotifications
Get the active zmq notifications and their addresses

Result:
[ (array) active zmq notifications
    {
       "notification": "xxxx", (string) name of zmq notification
       "address": "xxxx"       (string) address of zmq notification
    }, ...
]

Examples:
> mvc-cli activezmqnotifications
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "activezmqnotifications", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9882/

getinfo

Deprecated

DEPRECATED. Returns an object containing various state info.

getmemoryinfo

Returns an object containing information about memory usage.

help

List all commands, or get help for a specified command.

stop

Stop MVC server.

uptime

Returns the total uptime of the server.