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

addServersToLogicalServerGroup
Adds logical servers to a logical server group to achieve the specified
target count (flex up)
addServersToLogicalServerGroupName
The ID or name of service containing the logical server groupString serviceNameParameters
The name of the logical server group to adjustString
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 operationString requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerGroupNotFoundException
NoServerPoolsAvailableException
ServerPoolNotFoundException
ServiceNotFoundException
IOSoapException
addDiskToLogicalServerGroup
Requests the addition of a data disk to a logical server group, based on
an existing stereotype
addDiskToLogicalServerGroupName
The ID or name of service containing the logical server groupString serviceNameParameters
The name of the logical server group to adjustString
logicalServerGroupName
The name of a stereotype disk used by the logical server group. (It must
not be a boot disk.)
String
stereotypeDiskName
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
LogicalDiskNotFoundException
LogicalServerGroupNotFoundException
ServiceNotFoundException
IOSoapException
setLogicalServerGroupActiveServerCount
Activates or deactivates logical servers as necessary to achieve a target
number of active logical servers in a logical server group. The existing
setLogicalServerGroupActiveServerCountName
number of active logical servers is evaluated against the target. If they
are the same, no action is taken. If the target is greater, the required
number of logical servers in a DEACTIVATED state is activated. If the
target is less, the required number of logical servers in an UP state is
deactivated. No logical servers are added to the logical server group in
any case. (Note that the logical servers to be affected may be selected
before the operation is processed, so an independent operation may
cause the resulting active server count to differ from what was requested.)
The ID or name of the service containing the logical server groupString serviceNameParameters
18 Operations