jobs
Returns a list of jobs.
Returns a list of all the jobs and their status.
get/jobs
Response
OK
Example response
{
"jobID": {
"hostname": "Prefix-01-Suffix",
"host_ip": "192.168.2.11",
"cimcip": "192.168.0.111",
"start_time": "2022-01-01 07:07:07 GMT",
"finish_time": "2022-01-01 08:08:08 GMT",
"status": "Installer is running",
"netmask": "255.255.255.0",
"gateway": "192.168.0.1"
}
}