Example #1
0
def list_nodes(host, port):
    method = 'list_nodes'
    return _check(_jsonrpc_get(host, port , '/' , method))
Example #2
0
def get_helloworld(host, port):
    method = 'get_helloworld'
    return _check(_jsonrpc_get(host, port , '/' , method))
Example #3
0
def startup(host, port):
    method = 'startup'
    return _check(_jsonrpc_get(host, port , '/' , method))
Example #4
0
def get_service_info(host, port):
    method = 'get_service_info'
    return _check(_jsonrpc_get(host, port , '/' , method))