python-redfish/redfish-client/redfish-client_usage.txt
Bruno Cornec b0ff208138 Add the monitor command
- monitor command role is to print on a regular base the values of
variable constants (Temperature, power, Fans, ...)
- new monitor_loop parameter (wait time between queries)
- new monitor_info.template
- get_power has been renamed to get_powerstate to avoid confusion with
Power measures and moved to the Device class as well as get_description
- More genericity for the Power and Thermal classes (moved into types.py)
- Build process amended (0.4.3 is the next version, repo are generic and
in line with pb 0.15

Change-Id: I05016b2557b2f7638e1ea22a89dcf91ebae1066f
2019-10-14 12:32:22 +02:00

35 lines
1.8 KiB
Plaintext

redfish-client ::
Usage:
redfish-client [options] config add <manager_name> <manager_url> [<login>] [<password>]
redfish-client [options] config del <manager_name>
redfish-client [options] config modify <manager_name> (manager_name | url | login | password) <changed_value>
redfish-client [options] config show
redfish-client [options] config showall
redfish-client [options] manager getinfo [<manager_name>]
redfish-client [options] chassis getinfo [<manager_name>]
redfish-client [options] system getinfo [<manager_name>]
redfish-client [options] getserial [<manager_name>]
redfish-client [options] monitor [<manager_name>]
redfish-client (-h | --help)
redfish-client --version
Options:
-h --help Show this screen.
--version Show version.
-c --config FILE Configuration file
-i --inventory FILE Configuration file [default: $HOME/.redfish/inventory]
--insecure Ignore SSL certificates
--debug LEVEL Run in debug mode, LEVEL from 1 to 3 increase verbosity
Security warning LEVEL > 1 could reveal password into the logs
--debugfile FILE Specify the client debugfile [default: $HOME/.redfish/redfish-client.log]
--libdebugfile FILE Specify python-redfish library log file [default: $HOME/.redfish/python-redfish.log]
Commands:
config: manage the configuration file (add, remove modify managers).
manager/chassis/system: manage the manager/chassis/system (Light out management). If <manager_name>
is not provided use the 'default' entry
getserial: display all serial numbers found through that manager to allow inventory
monitor: monitor changing variables accessible through that manager in a loop (CTRL-C to exit)