Bindings for XMLRPC OpenNebula Cloud API
Project description
- Version:
- 0.1
About
Bindings for XMLRPC OpenNebula Cloud API
Documentation
see http://www.opennebula.org/documentation:rel2.0:api
All allocate functions are implemented as static methods.
Examples
Allocating new host:
client = oca.Client('user:password', 'http:12.12.12.12:2633/RPC2') new_host_id = oca.Host.allocate(client, 'host_name', 'im_xen', 'vmm_xen', 'tm_nfs') hostpool = oca.HostPool(client) hostpool.info() for i in hostpool: if i.id == new_host_id: vm = i break print vm.name, vm.str_state
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-0.1.3.tar.gz
(6.9 kB
view details)
File details
Details for the file oca-0.1.3.tar.gz
.
File metadata
- Download URL: oca-0.1.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4a9eed5211efacb0f3a9a55a850c110687c9cb990a091acaa982f93f989f042 |
|
MD5 | 390ee531c93f6084b0d798a9c58eb4b5 |
|
BLAKE2b-256 | bca3ed3514b1d3d7e07ee5a8d60e4b04309cca50af075a6adf9f7e07f3170d71 |