Skip to content

HewlettPackard/python-redfish-utility

 
 

Repository files navigation

python-ilorest-utility

image

image

image

image

depth

1

Description ----------

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.

You can download the windows and linux tool directly from HPE's website here or download the windows, linux, debian, and mac versions from the github releases section.

Requirements

No special requirements.

Usage

Installing Dependencies

pip install -r requirements.txt

Running the utility from command line

python.exe rdmc.py

Building an executable from file source

For this process you will need to install pyinstaller for python.

python.exe pyinstaller rdmc-pyinstaller-windows.spec

Documentation

For further usage please refer to our slate documentation:

https://hewlettpackard.github.io/python-redfish-utility

Contributing ----------

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • 03/29/2017: Initial release of version 1.9.0
  • 04/25/2017: Release of version 1.9.1
  • 07/17/2017: Release of version 2.0.0
  • 10/31/2017: Release of version 2.1.0
  • 02/20/2018: Release of version 2.2.0
  • 06/11/2018: Release of version 2.3.0
  • 07/02/2018: Release of version 2.3.1
  • 10/31/2018: Release of version 2.3.3
  • 11/01/2018: Release of version 2.3.4
  • 04/03/2019: Release of version 2.4.1
  • 07/05/2019: Release of version 2.5.0
  • 09/13/2019: Release of version 2.5.1
  • 11/14/2019: Release of version 3.0.0
  • 06/27/2023: Release of version 4.3.0.0

License

Copyright 2017-2023 Hewlett Packard Enterprise Development LP

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Authors

- Jack Garcia .. _Jack Garcia: http://github.com/LumbaJack - Matthew Kocurek .. _Matthew Kocurek: http://github.com/Yergidy - Prithvi Subrahmanya .. _Prithvi Subrahmanya: http://github.com/PrithviBS - Rajeevalochana kallur .. _Rajeevalochana kallur: http://github.com/rajeevkallur

About

Python-based utility for interacting with devices supporting a Redfish Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • PowerShell 1.3%
  • Other 0.5%