Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deploying a virtual machine interacting directly with thee EIS Virtual ITS Private Cloud RESTful API could somehow be overwhelming due to its multiple resources to check such as networks, folders, disks, etc. In order to simplify the interaction with the API we created a Python Client named pyvss with many self-descriptive methods  and available in the Python Package Index

...

  • Python 2.7.10+
  • Ptpython
  • Access to the EIS Virtual Cloud RESTful API the ITS Private Cloud API
  • Python client for the EIS Virtual Cloud RESTful the ITS Private Cloud API: pyvss

    Code Block
    pip install pyvss


  • ptpython (optional) - usual python console can be used

    Code Block
    pip install ptpython


  • httpie (optional) - curl or wget can be used as well

    Code Block
    pip install httpie


...