Owner's Manual

38 REST API Guide OpenManage Essentials | Version 1.0
2.12.5 Task Status And Progress Information
<SPECIFIC_TASK_URI> =<BASE_URI>/Tasks/<SPECIFIC_TASK_ID>
The following resource URI can be used to query the task execution summary:
<SPECIFIC_TASK_URI>/ExecutionSummary
Operations supported:
GET
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.
The values of the TaskState are defined in the following table.
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