ApplicationInstallCreate

Application install create endpoints.

Deprecated

Get a list of create application install processes

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
chevron-right
200

OK

application/json
idinteger · integerRead-onlyRequired

Install ID

fileIdinteger · integerRequired

ID of the file

fileNamestringRequired

Name of the file

fileSizeinteger · integerRequired

Size in bytes of the file

fileSHA256stringRequired

Archive file SHA-256 hash

statusinteger · integerRequired

Status of this file 1: File has been seen on your FTP account 2: Your file has stopped - regarding the upload as finished 3: File details have been stored 5: File has been moved to our main file server for further processing 6: Re-packing your original archive 7: Re-packing is done 10: Creating an SHA-256 hash of the archive 11: Hashing done 12: Mirroring the archive to global file servers 13: Mirroring is done 14: ApplicationInstall has been activated 125: Cancelled 1 126: Cancelled 2 127: ApplicationInstall creation is done 128: A permanent error has occurred

statusTextstringRequired

Status in text of this file

get
/v3/applicationInstall/create
Deprecated

Create a new application installation process

post
Authorizations
PRIVATE-TOKENstringRequired
Body
applicationIdstringRequired

The application's ID this application install is coupled to

fileIdinteger · integerRequired

ID of the assignableFile. Can be obtained from GET /applicationInstall/assignable

osGroupIdinteger · integerRequired

Operating system group ID (1 = windows, 2 = linux)

namestringRequired

Application install name

versionstringRequired

Application install version

releaseNotesstring · nullableOptional

Game install release notes

installHasExeinteger · integerRequired

Does the archive contain the game instance executable?

Responses
chevron-right
200

OK

application/json
idinteger · integerRead-onlyRequired

Install ID

fileIdinteger · integerRequired

ID of the file

fileNamestringRequired

Name of the file

fileSizeinteger · integerRequired

Size in bytes of the file

fileSHA256stringRequired

Archive file SHA-256 hash

statusinteger · integerRequired

Status of this file 1: File has been seen on your FTP account 2: Your file has stopped - regarding the upload as finished 3: File details have been stored 5: File has been moved to our main file server for further processing 6: Re-packing your original archive 7: Re-packing is done 10: Creating an SHA-256 hash of the archive 11: Hashing done 12: Mirroring the archive to global file servers 13: Mirroring is done 14: ApplicationInstall has been activated 125: Cancelled 1 126: Cancelled 2 127: ApplicationInstall creation is done 128: A permanent error has occurred

statusTextstringRequired

Status in text of this file

post
/v3/applicationInstall/create
Deprecated

Get a create application install process

get
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
fileIdintegerRequired

The Id of the file

Responses
chevron-right
200

OK

application/json
idinteger · integerRead-onlyRequired

Install ID

fileIdinteger · integerRequired

ID of the file

fileNamestringRequired

Name of the file

fileSizeinteger · integerRequired

Size in bytes of the file

fileSHA256stringRequired

Archive file SHA-256 hash

statusinteger · integerRequired

Status of this file 1: File has been seen on your FTP account 2: Your file has stopped - regarding the upload as finished 3: File details have been stored 5: File has been moved to our main file server for further processing 6: Re-packing your original archive 7: Re-packing is done 10: Creating an SHA-256 hash of the archive 11: Hashing done 12: Mirroring the archive to global file servers 13: Mirroring is done 14: ApplicationInstall has been activated 125: Cancelled 1 126: Cancelled 2 127: ApplicationInstall creation is done 128: A permanent error has occurred

statusTextstringRequired

Status in text of this file

get
/v3/applicationInstall/create/{fileId}
Deprecated

Cancel a application installation process

delete
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
fileIdintegerRequired

The Id of the file

Responses
delete
/v3/applicationInstall/create/{fileId}

No content

Last updated

Was this helpful?