Hello there,

I'm trying to use the following command:

kamctl rpc get_statistics usrloc::registered_users

and i'm getting the following errors:

{
  "jsonrpc":  "2.0",
  "error":  {
    "code": -32000,
    "message":  "Execution Error"
  },
  "id": 12006
}

ERROR: jsonrpcs [jsonrpcs_mod.c:1323]: jsonrpc_exec_ex(): method callback not found [get_statistics]

Question here is:
This rpc raw command isn't available on new kamctl v5? or i have to call this in a different way?

Thank you
Regards
José Seabra