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

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 operationString requestIdReturns
InvalidParameterExceptionExceptions
NoServerPoolsAvailableException
ServerPoolNotFoundException
ServiceNotFoundException
IOSoapException
changeServiceLease
Changes the start and/or end time of a service leasechangeServiceLeaseName
The ID or name of the service for which to change the lease periodString serviceNameParameters
New service lease period. A startEpoch or endEpoch value of null
indicates that the value shall not be changed. A new startEpoch and/or
LeasePeriod leasePeriod
endEpoch value must be specified. If the lease has not yet started, a
startEpoch in the past is considered to be now”. If the lease has already
started, a non-null startEpoch value that differs from the time the lease
started results in an error. An endEpoch value of 0 indicates that the lease
is open ended. Otherwise, the endEpoch must be greater than both the
startEpoch value and the current time.
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
powerOffService
Powers off all logical servers in an infrastructure service (existing at the
time of the request).
powerOffServiceName
The ID or name of the service containing the logical servers to power offString serviceNameParameters
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
powerOnService
Powers on all logical servers in an infrastructure service (existing at the
time of the request).
powerOnServiceName
The ID or name of the service containing the logical servers to power onString serviceNameParameters
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
Service 15