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

activateService
Activates all logical servers in an infrastructure service (existing at the
time of the request).
activateServiceName
The ID or name of the service containing the logical servers to activate.String serviceNameParameters
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
NoServerPoolsAvailable
Exception
ServerPoolNotFound
Exception
ServiceNotFound
Exception
IOSoapException
changeServiceLease
Changes the start and/or end time of a service lease. Administrator
approval may be required.
changeServiceLeaseName
The ID or name of the service for which to change the lease period.String 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 operation.String 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 off.String serviceNameParameters
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
20 Operations