Image install status
Documentation for Image install status
Read time 1 minuteLast updated a year ago
Get all incomplete image install jobs under the provided .
<accountserviceid>/cfp/v1/imageinstall/status
METHOD | CONTENT TYPE |
GET | application/x-www-form-urlencoded |
VARIABLE | DESCRIPTION | OPTIONAL |
accountserviceid | The parameter accepts an account service ID (ASID) associated with the specified resource. The credentials in the request header must have access to the ASID to perform the request. | 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> } ]}