Python Bindings for XMLRPC OpenNebula Cloud API
Project description
##############################################
OCA - OpenNebula Cloud Api
##############################################
:Version: 4.10.0-a1
:status:
.. image:: https://travis-ci.org/python-oca/python-oca.svg
:target: https://travis-ci.org/python-oca/python-oca
About
-----
Bindings for XMLRPC OpenNebula Cloud API
Documentation
-------------
see http://python-oca.github.io/python-oca/index.html and http://docs.opennebula.org/4.10/integration/system_interfaces/api.html
All `allocate` functions are implemented as static methods.
Examples
--------
Show all running virtual machines::
client = oca.Client('user:password', 'http://12.12.12.12:2633/RPC2')
client.version()
vm_pool = oca.VirtualMachinePool(c)
vm_pool.info()
for vm in vm_pool:
print "%s (memory: %s MB)" % ( vm.name, vm.template.memory)
License
-------
OCA is under Apache Software License
Authors
-------
See AUTHORS file
OCA - OpenNebula Cloud Api
##############################################
:Version: 4.10.0-a1
:status:
.. image:: https://travis-ci.org/python-oca/python-oca.svg
:target: https://travis-ci.org/python-oca/python-oca
About
-----
Bindings for XMLRPC OpenNebula Cloud API
Documentation
-------------
see http://python-oca.github.io/python-oca/index.html and http://docs.opennebula.org/4.10/integration/system_interfaces/api.html
All `allocate` functions are implemented as static methods.
Examples
--------
Show all running virtual machines::
client = oca.Client('user:password', 'http://12.12.12.12:2633/RPC2')
client.version()
vm_pool = oca.VirtualMachinePool(c)
vm_pool.info()
for vm in vm_pool:
print "%s (memory: %s MB)" % ( vm.name, vm.template.memory)
License
-------
OCA is under Apache Software License
Authors
-------
See AUTHORS file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
oca-4.10.0-a1.tar.gz
(25.4 kB
view details)
Built Distribution
oca-4.10.0_a1-py2-none-any.whl
(16.5 kB
view details)
File details
Details for the file oca-4.10.0-a1.tar.gz
.
File metadata
- Download URL: oca-4.10.0-a1.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99fce2a4eb6285d1404445dd66c7e0180fc7827fc5bbc0b8fb5c3ed4e28105a0 |
|
MD5 | 405985c9f810c60e85a01f01a2153bf8 |
|
BLAKE2b-256 | 936f86145cf3b73ddd72140ae60548f50ec6cb42965be1e012b67c9c84a7fc1f |
File details
Details for the file oca-4.10.0_a1-py2-none-any.whl
.
File metadata
- Download URL: oca-4.10.0_a1-py2-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f077731fb1a6b596d46b0e3397b44e728a115360c17ad43363f71329273629a |
|
MD5 | 300f6053b4b067e8cff04546f2e8116f |
|
BLAKE2b-256 | 3719dfa1cc781ce27f61ee09db3f95cc04492318b0f809425d2ecab49a7ad486 |