GET – Task properties
Use the GET method to retrieve properties in Task resource for Redfish service.
Request URL
Https://<SMM_IPADDR>/redfish/v1/TaskService/Tasks/{Id}
Request body
None
Response body
Field | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
Description | String | “Tasks” | ||||||
EndTime | String | The date and time when the task was completed. | ||||||
EstimateDuration | String | The estimated total time required to complete the task. | ||||||
Id | String | “Tasks” | ||||||
Name | String | “Tasks” | ||||||
PercentComplete | Integer | 0 ~ 100, the completion percentage of the task. | ||||||
StartTime | String | The date and time when the task was started. | ||||||
SubTasks | link | The link to a collection of sub-tasks for this task. | ||||||
TaskState | String | “New”, “Starting”, “Running”, “Suspended”, “Interrupted”, “Pending”, “Stopping”, “Completed”, “Killed”, “Exception”, “Service”, “Cancelling”, “Cancelled” | ||||||
TaskStatus | String | “OK”, “Warning”, “Critical” | ||||||
Give documentation feedback