v1

latestOpenAPI 3.0.1CISCO SAMPLE CODE LICENSE2026-07-17659.0 KB
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"
  }
}
All 6 operations