Solaris Zones actor adapter requests and responses
The adapter requests for the actor adapter use a set of elements to invoke an SSH API call on the Solaris computer. The set of elements used to make an API call is referred to as an operation.
The actor adapter can perform the following categories of operations:
- Basic Zone operations
- Advanced Zone operations
- Configure Zone operations
The actor adapter supports the operations that are categorized and described in the following table:
Adapter operations
Type | Process name | Description |
---|---|---|
Basic Zone operations | Boot Zone | Boots the specified Zone, only if the Zone is in the halted or installed state |
Basic Zone operations | Reboot Zone | Reboots the specified Zone, only if the Zone is in the running state |
Basic Zone operations | Install Zone | Installs the Zone operating system files in the specified zone path |
Basic Zone operations | Uninstall Zone | Uninstalls all files under the root file system of the specified Zone |
Basic Zone operations | Halt Zone | Removes the application environment and the virtual platform for the specified Zone |
Basic Zone operations | Ready Zone | Changes the state of the specified Zone to ready and prepares the virtual platform to initiate the execution of user processes |
Advanced Zone operations | Move Zone | Moves the Zone to the specified location on the same Solaris host computer, by changing the zone path |
Configure Zone operations | Create Zone | Creates a new Zone with the basic parameters |
Configure Zone operations | Create Zone With Custom Settings | Creates a new Zone with advanced configuration options |
Configure Zone operations | Create Zone From Template | Creates a new Zone by using the specified Zone template |
Configure Zone operations | Clone Zone | Creates a new Zone on a Solaris host computer by copying the Zone data from a source zone path to a target zone path |
Configure Zone operations | Delete Zone | Deletes the specified Zone |
Configure Zone operations | Retrieve Zone Configuration | Retrieves the configuration parameters of the specified Zone |
Configure Zone operations | Update Zone Configuration | Updates one or more configuration parameters of the specified Zone |