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

RequestDetails
Extends RequestInfo
Detail messages associated with the request.List<RequestHistoryItem>
requestHistory
RequestHistoryItem
Time at which the history item event occurred, in milliseconds since the epoch.Long occurEpoch
A message describing the event.String message
Severity of the event.MessageSeverity messageSeverity
Detail level of the message.RequestHistoryItemLevel level
RequestHistoryItemLevel
(Required) The value as an enumerated type.RequestHistoryItemLevelEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
RequestHistoryItemLevelEnum
Possible values: NORMAL, VERBOSE, OTHER
RequestInfo
An identifier assigned to the request when it is submitted. Corresponds to the request
parameters and return values defined for many of the API operations.
String id
Type of operation represented by the request.RequestType type
Time at which the request was submitted, in milliseconds since the epoch.Long submitEpoch
Time at which processing started for the request, in milliseconds since the epoch.
The value may be null if the request is scheduled for future processing (such as a
Long startEpoch
Create Service request with a future lease start date/time) or if an error prevented
processing of the request.
Time at which processing ended for the request, in milliseconds since the epoch.
The value is null if the request does not have a terminal status.
Long endEpoch
Current status of the request processing. The progression of a request through various
status values is highly dependent on the request type and other parameters as well
as user interaction.
RequestStatus status
Indicates the progress of request processing. The value is based on the number of
steps required/completed and is not a reliable indicator of processing time
remaining.
Integer percentComplete
Indicates whether a manual clean-up action is required as a result of the request
processing.
Boolean manualCleanUpRequired
Name of the service affected by the request.String serviceName
Name of the template used for the service affected by the request.String templateName
62 Data Model