Minimal CLI client for xapi rpc calls.
The ouptu is in json, so can be piped to jq
or other json tools for further filtering.
``` xapirpc --help Minimal xapi xmlrpc CLI client CLI interface to interrogate an instance of XenServer via xmlrpc
USAGE:
xapirpc [FLAGS] [OPTIONS]
FLAGS: --compact Output the result as non-prettified json. -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--host
ARGS:
```
To try it, clone this repository and build with cargo build --release
or install it using cargo install xapirpc --force
.