Image install status
Warning: The API documentation here is for Clanforge. If you’re using Multiplay Hosting, refer to the Multiplay Hosting API documentation.
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 <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> }, ... ] }