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

NoneReturns
InvalidParameterExceptionExceptions
RequestNotFoundException
IOSoapException
cancelRequest
Cancels a request, if allowed for the request type and status.cancelRequestName
The ID of the request to cancel (returned when the action was initiated).String requestIdParameters
Optional note to be added to the request history on successful
cancellation.
String note
noneReturns
InvalidParameterExceptionExceptions
RequestNotFoundException
IOSoapException
Logical Server Group
getLogicalServerGroup
Gets details of a specified logical server group.getLogicalServerGroupName
The ID or name of the service containing the logical server group.String serviceNameParameters
The name of the logical server group for which to get details.String
logicalServerGroupName
LogicalServerGroupDetailsReturns
logicalServerGroup
InvalidParameterExceptionExceptions
LogicalServerGroupNot
FoundException
ServiceNotFoundException
IOSoapException
addServersToLogicalServerGroup
Adds logical servers to a logical server group to achieve a specified
target count (flex up), with Administrator approval.
addServersToLogicalServerGroupName
The ID or name of service containing the logical server group.String serviceNameParameters
The name of the logical server group to adjust.String
logicalServerGroupName
The target number of logical servers in the group.int targetServerCount
Optional list of server pools used to fulfill the request. If null, the pools
currently available to the requesting user are used.
List<String>
serverPoolNames
Request ID for the operation.String requestIdReturns
Logical Server Group 31