Image install status
Documentation for Image install status
Read time 1 minuteLast updated 9 hours ago
Get all incomplete image install jobs under the provided
<accountserviceid>
METHOD | CONTENT TYPE |
GET | application/x-www-form-urlencoded |
VARIABLE | DESCRIPTION | OPTIONAL |
accountserviceid | The
| No |
Example response
{ "installs": [ { "jobid": <jobid>, "jobcreated": <jobcreated>, "joberror": <joberror>, "jobeta": <jobeta>, "jobfailed": <jobfailed>, "jobprogress": <jobprogress>, "jobstart": <jobstart>, "jobstateid": <jobstateid>, "jobstatename": <jobstatename>, "jobupdated": <jobupdated>, "mirroring": <mirroring>, "restart": <restart>, "location": <location>, "machine": <machine>, "imagepath": <imagepath>, "install_at": <install_at>, "mirror": <mirror_name>, "target_imageversionid": <target_imageversionid>, "restart": <restart> } ] }