HP CloudSystem Matrix/Matrix Operating Environment 7.1 Integration Interfaces API and CLI Operations Reference Guide
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 on.String serviceNameParameters
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
powerCycleService
Power cycles all logical servers in an infrastructure service (existing at
the time of the request).
powerCycleServiceName
The ID or name of the service containing the logical servers to power
cycle.
String serviceNameParameters
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
deleteReplicaService
Deletes a DR (disaster recovery) replica service without deprovisioning.deleteReplicaServiceName
The ID or name of the service to delete.String serviceNameParameters
Delete the replica service regardless of its state.boolean ignoreStatus
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
Request
listRequests
Gets a list of requests initiated by the requester. For Administrator users,
the list contains all requests.
listRequestsName
noneParameters
A List of RequestInfo objects containing request status information.List<RequestInfo>
requests
Returns
IOSoapExceptionExceptions
Request 21