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

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 informationList<RequestInfo>
requests
Returns
IOSoapExceptionExceptions
getRequestInfo
Gets status information about a specified requestgetRequestInfoName
The ID of the request for which to get status (returned when the action
was initiated)
String requestIdParameters
A RequestInfo object containing the status of the requestRequestInfo requestReturns
InvalidParameterExceptionExceptions
RequestNotFoundException
IOSoapException
getRequest
Gets status and history information about a specified requestgetRequestName
The ID of the request for which to get details (returned when the action
was initiated)
String requestIdParameters
A RequestDetails object containing the details of the requestRequestDetails requestReturns
InvalidParameterExceptionExceptions
RequestNotFoundException
IOSoapException
setRequestApprovalState
Approves or rejects a request that is paused for approval. This operation
may be performed only by an infrastructure orchestration Administrator.
setRequestApprovalStateName
The ID of the request to approve or reject (returned when the action was
initiated)
String requestIdParameters
Indicates whether the request is approved (true) or rejected (false)boolean approved
Optional note to be added to the request history when the approval state
is set
String note
noneReturns
InvalidParameterExceptionExceptions
16 Operations