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

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
Name of the user that submitted the request (or on whose behalf the request was
submitted).
String createdByUser
Unique identifier for the organization to which the request belongs.String organizationId
RequestStatus
(Required) The value as an enumerated type.RequestStatusEnum enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
RequestStatusEnum
Possible values: PENDING, ALLOCATING, ALLOCATING_DATA_DISKS, ALLOCATED,
ALLOCATED_DATA_DISKS, PAUSED_FOR_APPROVAL, APPROVED, SCHEDULING, SCHEDULED,
PROVISIONING, SAN_VOLUME_PROVISIONING, SAN_VOLUME_PROVISIONED,
SAN_VOLUME_DATA_DISK_PROVISIONING, PAUSED_FOR_MANUAL_STORAGE_ZONING,
PAUSED_FOR_MANUAL_DATA_STORAGE_ZONING, PROVISIONED,
PAUSED_FOR_OS_DEPLOYMENT, OS_DEPLOY, OS_DEPLOYED,
RUNNING_SERVICE_BEGIN_ACTION, RUNNING_SERVICE_END_ACTION,
RUNNING_GLOBAL_END_ACTION, RUNNING_LOGICAL_SERVER_GROUP_BEGIN_ACTION,
RUNNING_LOGICAL_SERVER_GROUP_END_ACTION,
RUNNING_LOGICAL_SERVER_BEGIN_ACTION, RUNNING_LOGICAL_SERVER_END_ACTION,
COMPLETE, REJECTING, REJECTED, FAILED, CANCELING, CANCELED, STOPPING_SERVERS,
STOPPED_SERVERS, STARTING_SERVERS, STARTED_SERVERS, TERMINATED, PAUSED,
IN_PROGRESS, PAUSED_FOR_DISK_SCRUBBING, PAUSED_FOR_BOOT_DISK_ALLOCATION,
PAUSED_FOR_DATA_DISK_ALLOCATION, PROVISIONING_DATA_DISKS,
PROVISIONED_DATA_DISKS, RESERVING, RESERVED,
RUNNING_STOP_SERVICE_BEGIN_ACTION, RUNNING_STOP_SERVICE_END_ACTION,
RUNNING_START_SERVICE_BEGIN_ACTION, RUNNING_START_SERVICE_END_ACTION,
RequestInfo 73