Skip to content

dell/ansible-vxrail-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vxrail_ansible_utility

The VxRail REST API provides a programmatic interface for performing VxRail administrative tasks. Data is available in JSON format.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 7.x/8.x
  • Package version: 2.4.1
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation

Please ensure you follow the instructions carefully and only install the utility hosted on https://github.com/dell/ansible-vxrail-utility. Installating from other sources is done at the users own risk.

pip install

VxRail Ansible Utility can be installed from source, via pip. To clone VxRail Ansible Utility from source use git:

git clone https://github.com/dell/ansible-vxrail-utility.git

To install from source navigate into the new ansible-vxrail-utility directory and use pip:

cd ansible-vxrail-utility/
pip install .

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Documentation For Authorization

basicAuth

  • Type: HTTP basic authentication