User Manual

4-106
Chapter 4: Redfish Technology Pack
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/TaskService
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in Table 51Task Service Propertyfor
which ReadOnly is False that can be sent as Request body in json format.
Example Request Body for Enabling or Disabling TaskService:
{
“ServiceEnabled”: true,
}
• Response
The response status is success with status code as 200 with GET response. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
4.3.40 Task Collection
It displays the collection of links to each task.
The list will be populated and point the odata.id links to the task resources only if the tasks
are created using OEM POSTTask URI as mentioned in the AMI OEM Redfish Entities
Section, otherwise the Members list will be empty.
A. GET
• Request
https://{{ip}}/redfish/v1/TaskService/Tasks
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
E16160_ASMB9-iKVM_UM_V3.indb 106E16160_ASMB9-iKVM_UM_V3.indb 106 1/17/2020 2:29:32 PM1/17/2020 2:29:32 PM