Skip to main content

Python Bindings for XMLRPC OpenNebula Cloud API

Project description

Version:
4.10.0
TravisCI Status:
https://travis-ci.org/python-oca/python-oca.svg

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


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)

Uploaded Source

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

Hashes for oca-4.10.0.tar.gz
Algorithm Hash digest
SHA256 d580a1f83206a51237642c18b17d89aaeed1f4d3590521e25432dfcae81d3699
MD5 9ec5e6c09fe293f7a5f2dab2719bedc2
BLAKE2b-256 af532ddbdb30dc5992c969e82203e494358da328d265a0a78931b73e4ceb7a70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page