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

noneReturns
InvalidParameterExceptionExceptions
IOSoapException
deleteServerPool
Deletes an existing server pool. Any servers in the server pool are moved
to the "Unassigned" pool. This operation may be performed only by an
infrastructure orchestration Administrator or Organization Administrator.
deleteServerPoolName
The name of the server pool to delete.String serverPoolNameParameters
NoneReturns
InvalidParameterExceptionExceptions
ServerPoolNotFound
Exception
IOSoapException
moveServerToServerPool
Moves a server to a different server pool. This operation may be
performed only by an infrastructure orchestration Administrator or
Organization Administrator.
moveServerToServerPoolName
The name of the server pool to which the server is to be moved.String
destinationPoolName
Parameters
The resource ID of the server to be moved. (For example, the
LogicalServerInfo.resourceBindingId value when
LogicalServerInfo.isVirtual=false.)
String serverResourceId
Optional annotation to be attached to the resource move. This note used
only when the destination pool is the Maintenance pool.
String note
noneReturns
InvalidParameterExceptionExceptions
ServerPoolNotFound
Exception
ServerPoolNotFoundFor
ResourceException
IOSoapException
assignUsersToServerPool
Assigns user access to a server pool. This operation may be performed
only by an infrastructure orchestration Administrator or Organization
Administrator.
assignUsersToServerPoolName
The name of the server pool to which to assign user access.String serverPoolNameParameters
A list of the names of users and Active Directory groups for which to allow
server pool access.
List<String> userNames
noneReturns
InvalidParameterExceptionExceptions
38 Operations