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

Request ID for the operation.String requestIdReturns
InvalidParameter
Exception
Exceptions
ServiceNotFound
Exception
UserNotFoundException
IOSoapException
deactivateService
Deactivates all logical servers in an infrastructure service (existing at the
time of the request).
deactivateServiceName
The ID or name of the service containing the logical servers to deactivate.String serviceNameParameters
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
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
Service 27