White Papers

OpenManage Essentials-Specific Resource Model
46 REST API GuideOpenManage Essentials
The attributes associated with the task status and progress information are described in the following table.
Attribute Name
Description
StartTime
The start time of the task.
EndTime
The end time of the task.
TaskState
The enumerated state of the task.
PercentComplete
The completion status of the task in percent.
LastUpdated
The time at which the task was last updated.
The values of the TaskState are defined in the following table.
Enum
Value
Description
1
Pending
2
Running
3
Stopped
4
Complete
5
Failed
6
Scheduled
7
Not Scheduled
The details for task execution on multiple devices can be queried by
<SPECIFIC_TASK_URI>/ExecutionDetails
The attributes associated with task execution on multiple devices are described in the following table.
Attribute
Name
Description
StartTime
The start time of the task for the specific device.
EndTime
The end time of the task for the specific device.
Status
The status enumeration of the task for this device.
DeviceId
The device identifier for the task.
Summary
The summary of the task execution for the specific device.
Details
The details of the task execution for the specific device.
The device Status enumeration is defined in the following table.
Enum
Value
Description
0
In progress
1
Pending
2
Running
4
Complete
8
Warning
16
Failed
32
Stopped