v1

latestOpenAPI 3.0.1CISCO SAMPLE CODE LICENSE2026-07-17659.0 KB
jobs

Update a job entry.

Updates the status of a particular job.<br>

 0: Ready to deploy
10: Connecting to CIMC
11: Mounting installation ISO
15: Server is booting
16: Installer is running
17: Running final reboot
18: Running cleanup tasks
20: Finished
25: Cancelled
30: Error
31: Error: Failed to login to CIMC
32: Error: Failed to mount installation ISO
34: Error: ESXi Installed but SSH was not enabled
35: Error: No response after final reboot
put/jobs/{jobID}

Path parameters

jobIDstring required

ID of job.

Query parameters

stateinteger required

New job status

Response

OK

hostnamestring
host_ipstring
cimcipstring
start_timestring
finish_timestring
statusstring
macaddrstring
netmaskstring
gatewaystring

Example response

{
  "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"
}