forked from gwdg/rOCCI-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zdeněk Šustr edited this page Aug 20, 2013
·
16 revisions
rOCCI-core is a ruby-based implementation of the OCCI (Open Cloud Computing Interface) standard, currently released in version 1.1. rOCCI-core implements:
- classes defined by the OCCI Core model and methods for manipulating them
- methods for rendering JSON, plain-text or HTTP header representations of those classes' instances
- methods for basic parsing of such renderings
- rOCCI-api, implementing transport functions for rendered (r)OCCI queries
- rOCCI-cli, a command-line interface to communicate with OCCI-enabled services using the rOCCI-api
- rOCCI-server, a server to interpret OCCI-compliant communication, respond to queries and carry out actions on server side.