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

A List of RequestInfo objects containing request status information.List<RequestInfo>
requests
Returns
IOSoapExceptionExceptions
getRequestInfo
Gets status information about a specified request.getRequestInfoName
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 request.RequestInfo requestReturns
InvalidParameterExceptionExceptions
RequestNotFoundException
IOSoapException
getRequest
Gets status and history information about a specified request.getRequestName
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 request.RequestDetails 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
RequestNotFoundException
IOSoapException
continueRequest
Continues a paused request. This operation may be performed only by
an infrastructure orchestration Administrator.
continueRequestName
The ID of the request to continue (returned when the action was initiated).String requestIdParameters
Optional note to be added to the request history when the request is
continued.
String note
30 Operations