{
"@odata.context": "/redfish/v1/$metadata#JobService.JobService",
"@odata.etag": "W/\"gen-2\"",
"@odata.id": "/redfish/v1/JobService",
"@odata.type": "#JobService.v1_1_0.JobService",
"DateTime": "2025-12-03T13:11:42+05:30",
"Description": "Represent a job service for a Redfish",
"Id": "JobService",
"Jobs": {
"@odata.id": "/redfish/v1/JobService/Jobs"
},
"Log": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog"
},
"Name": "Job Service",
"ServiceCapabilities": {
"MaxJobs": 256,
"MaxSteps": 1,
"Scheduling": true
},
"ServiceEnabled": true,
"Status": {
"Health": "OK",
"State": "Enabled"
}
}