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

InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
ServiceNotFoundException
IOSoapException
syncLogicalServers
Causes IO to resynchronize the state of the logical servers that IO is
managing with the current state of the logical servers in Matrix OE
syncLogicalServersName
visualization. This operation runs asynchronously, returning before the
synchronization has completed. This operation may be performed only
by an infrastructure orchestration Administrator.
noneParameters
noneReturns
IOSoapExceptionExceptions
Server Pool
listServerPools
Gets a list of names of the server pools available to the user. For
infrastructure orchestration Administrators, the list contains all server pools
including the Maintenance and Unassigned pools.
listServerPoolsName
noneParameters
Names of the server pools for the requesting user.List<String> serverPoolsReturns
IOSoapExceptionExceptions
getServerPool
Gets details of a specified server pool.getServerPoolName
The name of the server pool to get.String serverPoolNameParameters
Details of the server pool contents and configuration.SanVolume serverPoolReturns
InvalidParameterExceptionExceptions
ServerPoolNotFound
Exception
IOSoapException
createServerPool
Creates an empty server pool. This operation may be performed only by
an infrastructure orchestration Administrator or Organization
Administrator.
createServerPoolName
The name of the server pool to create. It is limited to 64 characters
(alphanumeric, hyphen, underscore, and space).
String serverPoolNameParameters
Optional annotation to be attached to the server pool.String note
Server Pool 37