The Redfish Utility is a command line interface that allows you to manage servers that take advantage of Redfish APIs. For this release of the utility, you can manage any server running a Redfish API. You can install the utility on your computer for remote use. In addition to using the utility manually to execute individual commands, you can create scripts to automate tasks.
python.exe rdmc.py
For this process you will need to install pyinstaller for python.
python.exe pyinstaller rdmc-pyinstaller-windows.spec
No special requirements.
For further usage please refer to our slate documentation: https://dmtf.github.io/python-redfish-utility/
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
- 01/12/2017: Initial Commit
Copyright Notice: Copyright 2016 Distributed Management Task Force, Inc. All rights reserved. License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/python-redfish-utility/blob/main/LICENSE.md