HP CloudSystem Matrix/Matrix Operating Environment 7.1 Integration Interfaces API and CLI Operations Reference Guide

ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
createServerSnapshot
Creates a snapshot of the current state of a server, with Administrator
approval. Supported only for ESX VMs.
createServerSnapshotName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server for which to create a snapshot.String
logicalServerName
The name to assign to the new snapshot.String snapshotName
Indicates whether to include the server memory state in the snapshot if
the server is running. Defaults to true.
Boolean
includeMemoryState
Indicates whether to ensure the snapshot represents a consistent file system
state if the server is running. Defaults to false.
Boolean
quiesceFileSystem
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
revertServerSnapshot
Reverts a server to a specified snapshot. Supported only for ESX VMs.revertServerSnapshotName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server for which to revert a snapshot.String
logicalServerName
The ID or name of the snapshot to which to revert.String snapshotName
Indicates whether the server should be left powered off even if it was
powered on when the snapshot was created. Defaults to false.
Boolean
suppressPowerOn
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
deleteServerSnapshot
Deletes a server snapshot and optionally its child snapshots. Supported
only for ESX VMs.
deleteServerSnapshotName
The ID or name of the service containing the logical server.String serviceNameParameters
46 Operations