Re: [SR-Users] jsonrpc http interface cant recognize method

2018-05-29 Thread Yuriy Gorlichenko
found my mystake: params : { name : "mytable" } closed 2018-05-29 10:53 GMT+03:00 Yuriy Gorlichenko : > Hi i trying to get > > htable.dump mytable > via jsonrpc request > > {jsonrpc: "2.0", > method: "htable.dump mytable"} > { > "jsonrpc": "2.0", > "error":{ >

[SR-Users] jsonrpc http interface cant recognize method

2018-05-29 Thread Yuriy Gorlichenko
Hi i trying to get htable.dump mytable via jsonrpc request {jsonrpc: "2.0", method: "htable.dump mytable"} { "jsonrpc": "2.0", "error":{ "code": 500, "message": "Method Not Found" } } But via kamcmd it wroks perfect Aslo