Multiplay Clanforge

Open Clanforge

Multiplay Clanforge

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>
.
/cfp/v1/imageinstall/status
METHODCONTENT TYPE
GETapplication/x-www-form-urlencoded
VARIABLEDESCRIPTIONOPTIONAL
accountserviceidThe
<accountserviceid>
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>
    }
  ]
}