3.2 api introduced new header Session-TTL (bug 921013) which is used to define session TTL or disable it, cli should allow users to use this feature
Where can user find help for this feature in cli?
(In reply to comment #1) > Where can user find help for this feature in cli? [root@lpt21-f yum.repos.d]# rhevm-shell --help Usage: rhevm-shell [options] rhevm-shell [options] command... This program is a command-line interface to RHEVM Virtualization. Options: -h, --help show this help message and exit -d, --debug enable debugging -l URL, --url=URL specifies the API entry point URL (http[s]://server[:port]/api) -u USERNAME, --username=USERNAME connect as this user -K KEY_FILE, --key-file=KEY_FILE specify client PEM key-file -C CERT_FILE, --cert-file=CERT_FILE specify client PEM cert-file -A CA_FILE, --ca-file=CA_FILE specify server CA cert-file -I, --insecure allow connecting to SSL sites without CA certificate -D, --dont-validate-cert-chain do not validate server CA certificate -F, --filter enables user permission based filtering -P PORT, --port=PORT specify port -T TIMEOUT, --timeout=TIMEOUT specify request timeout -S SESSION_TIMEOUT, --session-timeout=SESSION_TIMEOUT specify authentication session timeout (0 disables session expiry) -c, --connect automatically connect -f FILE, --file=FILE read commands from FILE instead of stdin
sf15: [imeerovi@imeerovi ART]$ /usr/bin/rhevm-shell -c --url=https://leonid_rhevm.qa.lab.tlv.redhat.com:443/api/ -u admin@internal -I -S 0 ========================================== >>> connected to RHEVM manager 3.2.0.0 <<< ========================================== ++++++++++++++++++++++++++++++++++++++++++ Welcome to RHEVM shell ++++++++++++++++++++++++++++++++++++++++++ [RHEVM shell (connected)]# exit
3.2 has been released