Image install status

Warning: The API documentation here is for Managed Game Server Hosting (Clanforge). If you’re using Game Server Hosting (Multiplay), refer to the Game Server API documentation.

Get all incomplete image install jobs under the provided <accountserviceid>.

/cfp/v1/imageinstall/status

METHOD

CONTENT 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> }, ... ] }