rpelissi / python-redfish-utility

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-ilorest-utility

https://travis-ci.org/HewlettPackard/python-redfish-utility.svg?branch=master https://img.shields.io/github/release/HewlettPackard/python-redfish-utility.svg?maxAge=2592000

https://img.shields.io/badge/python-2.7-blue.svg?maxAge=2592000

https://api.codacy.com/project/badge/Grade/1283adc3972d42b4a3ddb9b96660bc07

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.

No special requirements.

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://pages.github.hpe.com/intelligent-provisioning/python-restful-interface-tool/

  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
  • 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

Copyright 2017-2021 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.

About

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

License:Other


Languages

Language:Python 98.2%Language:Makefile 0.8%Language:PowerShell 0.7%Language:CSS 0.2%Language:Batchfile 0.0%