The DellJobService resource provides some actions to support Job management functionality.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Managers/{ManagerId}/DellJobService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellJobService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellJobService.DellJobService",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService",
"@odata.type": "#DellJobService.v1_2_0.DellJobService",
"Actions": {
"#DellJobService.CreateRebootJob": {
"RebootJobType@Redfish.AllowableValues": [
"GracefulRebootWithForcedShutdown",
"GracefulRebootWithoutForcedShutdown",
"PowerCycle"
],
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.CreateRebootJob"
},
"#DellJobService.DeleteJobQueue": {
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.DeleteJobQueue"
},
"#DellJobService.SetDeleteOnCompletionTimeout": {
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.SetDeleteOnCompletionTimeout"
},
"#DellJobService.SetupJobQueue": {
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.SetupJobQueue"
}
},
"CurrentNumberOfJobs": 47,
"DeleteOnCompletionTimeoutMinutes": 2880,
"Description": "The DellJobService resource provides some actions to support Job management functionality.",
"Id": "Job Service",
"MaximumNumberOfJobs": 256,
"Name": "DellJobService",
"StartAutoDeleteAtThreshold": 128
}