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

activateLogicalServers
Activates selected logical servers in an infrastructure service.activateLogicalServersName
The ID or name of the service containing the logical servers to activate.String serviceNameParameters
A list of names of logical servers to activate.List<String>
logicalServerNames
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.String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
NoServerPoolsAvailable
Exception
ServerPoolNotFound
Exception
ServiceNotFoundException
IOSoapException
powerOffLogicalServers
Powers off one or more logical servers.powerOffLogicalServersName
The ID or name of service containing the logical servers.String serviceNameParameters
A list of names of logical servers to power off.List<String>
logicalServerNames
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
ServiceNotFoundException
IOSoapException
powerOnLogicalServers
Powers on one or more logical servers.powerOnLogicalServersName
The ID or name of service containing the logical servers.String serviceNameParameters
A list of names of logical servers to power on.List<String>
logicalServerNames
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerNotFound
Exception
Logical Server 35