| Home | Trees | Indices | Help |
|
|---|
|
|
REST controllers for controlling machines.
Status: Stable
|
|||
| None |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
|
|||
|
|||
Forces the machine to run a status update on all it's children. Nice for populating the database before a "get state" call. URL Format: /rest/machine/<UUID>/trigger_status_updates/
|
List machines available in the database. Returns a list of machines by UUID in the return result machines. URL Format: /rest/machines/
Status: Stable See Also: enomalism2.machine.Machine |
Same as rest/machines. URL Format: /rest/machine/
Status: Stable
|
Returns information about a given machine. URL Format: /rest/machine/<UUID>/
|
Rename the specified machine. URL Format: /rest/machine/<UUID>/rename/
Status: Stable |
Retrieves a list of hypervisors for the requested machine. Alternately (with a POST), adds a new hypervisor to the posted machine. URL Format: /rest/machine/<UUID>/hypervisors/
|
Add or list machine clusters. URL Format: /rest/machine/<UUID>/clusters/
|
Get a list of available machine actions. URL Format: /rest/machine/<UUID>/actions/
|
Unlock the specified machine. URL Format: /rest/machine/<UUID>/actions/unlock/
|
Suspend the specified machine. URL Format: /rest/machine/<UUID>/actions/suspend/
|
Resume the specified machine. URL Format: /rest/machine/<UUID>/actions/resume/
|
Shutdown the specified machine. URL Format: /rest/machine/<UUID>/actions/shutdown/
|
Poweroff the specified machine. URL Format: /rest/machine/<UUID>/actions/poweroff/
|
Reboot the specified machine. URL Format: /rest/machine/<UUID>/actions/reboot/
|
Create the specified machine. URL Format: /rest/machine/<UUID>/actions/create/
|
This overwrites the xml definition in the database with the currently running XML definition. URL Format: /rest/machine/<UUID>/actions/store_xml/
|
This adds an unmanaged machine (legacy machine) into the administrative console. Once added, it is assigned a UUID and other management options become available. URL Format: /rest/machine/<UUID>/actions/manage/
|
This deletes all references to a machine in the database, and deletes it's hard drive images/files. URL Format: /rest/machine/<UUID>/actions/totaldelete/
|
Package the target machine. URL Format: /rest/machine/<UUID>/actions/package/
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 26 13:59:30 2008 | http://epydoc.sourceforge.net |