| Home | Trees | Indices | Help |
|
|---|
|
|
Provides interfaces used to convert Python objects used in Enomalism to JSON format.
Status: Stable
|
|||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
| String |
|
||
|
|||
Return the JSON representation of the specified group. The result will contain the users belonging to the group as well as the permissions on the group. Example usage: >>> from enomalism2.json import jsonify_group >>> from enomalism2 import model >>> jsonify_group(model.UUIDSearch.group('123'))
Status: Stable |
Return the JSON representation of the specified user. The result will contain the groups the user belongs to as well as the permissions on the user. Example usage: >>> from enomalism2.json import jsonify_user >>> from enomalism import model >>> jsonify_user(model.UUIDSearch.user('123'))
Status: Stable |
Return the JSON representation of the specified machine. The result will contain all the attributes of the machine. Example usage: >>> from enomalism2.json import jsonify_machine >>> from enomalism2 import model >>> jsonify_machine(model.UUIDSearch.machine('123'))
Status: Stable |
Return the JSON representation of the specified hypervisor. The result will contain all the attributes of the hypervisor. Example usage: >>> from enomalism2.json import jsonify_hypervisor >>> from enomalism2 import model >>> jsonify_hypervisor(model.UUIDSearch.hypervisor('123'))
Status: Stable |
Return the JSON representation of the specified element interface. Example usage: >>> from enomalism2.json import jsonify_elementtree >>> jsonify_elementtree(e) |
Return the JSON representation of the specified machine. The result will contain all the attributes of the machine. Example usage: >>> from enomalism2.json import jsonify_package >>> from enomalism2 import model >>> jsonify_package(model.UUIDSearch.pakages('123'))
Status: Stable |
Return the JSON representation of the specified exception. Example usage: >>> from enomalism2.json import jsonify_exception >>> from enomalism2 import model >>> jsonify_exception(model.UUIDSearch.exception('123'))
Status: Stable |
Return the JSON representation of the specified locker. Example usage: >>> from enomalism2.json import jsonify_locker >>> from enomalism2 import model >>> jsonify_locker(model.UUIDSearch.locker('123'))
Status: Stable |
Return the JSON representation of the specified transaction. Example usage: >>> from enomalism2.json import jsonify_transaction >>> from enomalism2 import model >>> jsonify_transaction(model.UUIDSearch.transaction('123'))
Status: Stable |
Return the JSON representation of the specified cluster. Example usage: >>> from enomalism2.json import jsonify_cluster >>> from enomalism2 import model >>> jsonify_cluster(model.UUIDSearch.cluster('123'))
Status: Stable |
Return the JSON representation of the specified queue. Example usage: >>> from enomalism2.json import jsonify_queue >>> from enomalism2 import model >>> jsonify_queue(model.UUIDSearch.queue('123'))
Status: Stable |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 26 13:59:29 2008 | http://epydoc.sourceforge.net |