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

The name of the logical server groupString
logicalServerGroupName
The target number of active logical serversint targetServerCount
Accept a partial result when too few logical servers are available to
achieve the target count. If false, an error is returned in this case and the
operation is not partially performed.
boolean
acceptPartialResult
Optional list of server pools from which to allocate physical servers, if
necessary. If null, the pools currently available to the requesting user are
used.
List<String>
serverPoolNames
Request ID for the operation, or an empty string may be returned if no
change is initiated
String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerGroupNotFoundException
NoServerPoolsAvailableException
ServerPoolNotFoundException
ServiceNotFoundException
IOSoapException
Logical Server
findLogicalServer
Gets information about the logical server associated with a hostname or
IP address
findLogicalServerName
The fully-qualified hostname or IP address of the logical server to look
up. If hostId is an IP address, the search will be successful if the IP address
String hostIdParameters
is equivalent to a LogicalIPAddress referenced by a LogicalServer’s
LogicalNetworkInterface. If hostId is a host name, the search will be
successful if the host name differs only by case from the host name of a
LogicalServer or if one of the IP addresses returned by a name service
lookup is equivalent to a LogicalIPAddress referenced by a LogicalServer’s
LogicalNetworkInterface.
Basic information about the logical server associated with the specified
hostname or IP address
LogicalServerInfo
logicalServer
Returns
InvalidParameterExceptionExceptions
LogicalServerNotFoundForServerException
IOSoapException
getLogicalServer
Gets details of a specified logical servergetLogicalServerName
The ID or name of the service containing the logical serverString serviceNameParameters
The name of the logical server for which to get detailsString
logicalServerName
LogicalServerDetailsReturns
logicalServer
InvalidParameterExceptionExceptions
Logical Server 19