Python Bindings for XMLRPC OpenNebula Cloud API
Project description
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
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.tar.gz
(25.5 kB
view details)
File details
Details for the file oca-4.10.0.tar.gz
.
File metadata
- Download URL: oca-4.10.0.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d580a1f83206a51237642c18b17d89aaeed1f4d3590521e25432dfcae81d3699 |
|
MD5 | 9ec5e6c09fe293f7a5f2dab2719bedc2 |
|
BLAKE2b-256 | af532ddbdb30dc5992c969e82203e494358da328d265a0a78931b73e4ceb7a70 |