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

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
LogicalServerNotFoundFor
ServerException
IOSoapException
getLogicalServer
Gets details of a specified logical server.getLogicalServerName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server for which to get details.String
logicalServerName
LogicalServerDetailsReturns
logicalServer
InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
ServiceNotFoundException
IOSoapException
deactivateLogicalServers
Deactivates selected logical servers in an infrastructure service.deactivateLogicalServersName
The ID or name of the service containing the logical servers to deactivate.String serviceNameParameters
A list of names of logical servers to deactivate.List<String>
logicalServerNames
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
ServiceNotFoundException
IOSoapException
34 Operations