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

ServerSnapshot
listServerSnapshots
Retrieves a list of snapshots for a server. Supported only for ESX VMs.listServerSnapshotsName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server for which to retrieve snapshot information.String
logicalServerName
A list of snapshots for the servers.List<ServerSnapshot>
snapshots
Returns
InvalidParameterExceptionExceptions
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
56 Operations