{
"@odata.context": "/redfish/v1/$metadata#TaskService.TaskService",
"@odata.etag": "W/\"gen-2\"",
"@odata.id": "/redfish/v1/TaskService",
"@odata.type": "#TaskService.v1_2_1.TaskService",
"DateTime": "2025-12-03T13:11:44+05:30",
"Description": "Represents the properties for the service itself and has links to the actual list of Tasks",
"Id": "TaskService",
"LifeCycleEventOnTaskStateChange": false,
"Name": "Task Service",
"ServiceEnabled": true,
"Status": {
"Health": "OK",
"State": "Enabled"
},
"TaskAutoDeleteTimeoutMinutes": 10,
"Tasks": {
"@odata.id": "/redfish/v1/TaskService/Tasks"
}
}