GithubHelp home page GithubHelp logo

hewlettpackard / python-ilorest-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmtf/python-redfish-library

181.0 41.0 88.0 3.26 MB

Python library for interacting with devices which support a Redfish Service

License: Apache License 2.0

Batchfile 0.04% Python 95.28% Makefile 3.80% PowerShell 0.85% Shell 0.03%

python-ilorest-library's Introduction

python-ilorest-library

image

image

image

image

depth

1

Description ----------The python-ilorest-library is a python library built for interacting with the Redfish API remotely to any BMC that implements a Redfish API or any HPE system locally. The library also supports HPE's legacy REST API. Go to the library documentation for more details.

HPE RESTful API for iLO is a RESTful application programming interface for the management of iLO and iLO Chassis Manager based HPE servers. REST (Representational State Transfer) is a web based software architectural style consisting of a set of constraints that focuses on a system's resources. iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application State) REST architecture. The API allows the clients to manage and interact with iLO through a fixed URL and several URIs. Go to the API documentation for more details.

Installing

pip install python-ilorest-library

Building from zip file source ~~~~~~~~~~~~~~~~~~~~~~~~~

python setup.py sdist --formats=zip (this will produce a .zip file)
cd dist
pip install python-ilorest-library-x.x.x.zip

Including socks support (Version 2.5 or greater) ~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: console

pip install python-ilorest-library[socks]

python setup.py sdist --formats=zip (this will produce a .zip file)
cd dist
pip install python-ilorest-library-x.x.x.zip[socks]

Requirements

Remote communication

No special requirements.

Inband communication

To enable support for inband communications, you must download the DLL/SO for your system. By downloading, you agree to the terms and conditions of the Hewlett Packard Enterprise Software License Agreement.

It must be placed in your working environment path.

Windows Chif Driver Download: ilorest_chif.dll

Linux Chif Driver Download: ilorest_chif.so

Usage

For usage documentation: https://hewlettpackard.github.io/python-ilorest-library/API-Overview.html

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

  • 04/01/2016: Initial Commit
  • 06/23/2016: Release of v1.1.0
  • 07/25/2016: Release of v1.2.0
  • 08/02/2016: Release of v1.3.0
  • 09/06/2016: Release of v1.4.0
  • 11/04/2016: Release of v1.5.0
  • 12/06/2016: Release of v1.6.0
  • 01/17/2017: Release of v1.7.0
  • 02/01/2017: Release of v1.8.0
  • 03/22/2017: Release of v1.9.0
  • 04/12/2017: Release of v1.9.1
  • 07/17/2017: Release of v2.0.0
  • 10/30/2017: Release of v2.1.0
  • 02/20/2018: Release of v2.2.0
  • 06/11/2018: Release of v2.3.0
  • 07/02/2018: Release of v2.3.1
  • 03/25/2019: Release of v2.4.1
  • 05/09/2019: Release of v2.4.2
  • 07/05/2019: Release of v2.5.0
  • 07/11/2019: Release of v2.5.1
  • 08/13/2019: Release of v2.5.2
  • 11/13/2019: Release of v3.0.0
  • 09/29/2022: Release of v3.6.0
Copyright 2016 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.