GET – Task service properties
Use the GET method to retrieve properties in TaskService resource for Redfish service.
Request URL
https://<SMM_IPADDR>/redfish/v1/TaskService
Request body
None
Response body
Field | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
CompletedTaskOverWritePolicy | String | “Manual, “Oldest” | ||||||
DateTime | String | The current date and time, with UTC offset, seeting that the task service uses. | ||||||
Description | String | “Task Service” | ||||||
Id | String | “TaskService” | ||||||
Name | String | “TaskService” | ||||||
ServiceEnabled | Boolean | An indication of whether this service is enabled. | ||||||
Status | Object | The status and health of the resource and its subordinate or dependent resources. | ||||||
Health | String | “OK” / “Warning” / “Critical” | ||||||
State | String | “Enabled” | ||||||
TaskAutoDeleteTimeoutMinutes | Integer | The number of minutes after which a completed task is deleted by the service. | ||||||
Tasks | link | The links to the collection of tasks. | ||||||
Give documentation feedback