ApplicationAssignableFile

Assignable file for application installs

Deprecated

Get a list of assignable files

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
chevron-right
200

OK

application/json
idinteger · integerRead-onlyRequired

ID of the file

fileNamestringRead-onlyRequired

Name of the file

fileSizeinteger · integerRead-onlyRequired

Size in bytes of the file

fileSHA256stringRead-onlyRequired

Archive file SHA-256 hash

statusinteger · integerRead-onlyRequired

Status of this file, options:

  • 0: no status.
  • 1: new file discovered on FTP account.
  • 2: new file on FTP account has been scanned and added to collection.
  • 3: application install details have been provided.
  • 4: transferring the original archive to the main file server.
  • 5: finished transferring the original archive to the main file server.
  • 6: re-packing the original archive.
  • 7: finished re-packing the original archive.
  • 10: creating a hash of the new archive.
  • 11: deploying the final archive to all relevant file servers.
  • 12: deploying the final archive to all relevant file servers
  • 13: finished deploying the final archive to all relevant file servers.
  • 14: activated the game install.
  • 125: cancelled.
  • 126: cancelled and cleaned up.
  • 127: the application install creation process has finished.
  • 128: a permanent error has been encountered.
statusTextstringRead-onlyRequired

Status in text of this file

get
/v3/applicationInstall/assignable
Deprecated

Get details for the given assignable file

get
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
fileIdintegerRequired

The Id of the assignable file

Responses
chevron-right
200

OK

application/json
idinteger · integerRead-onlyRequired

ID of the file

fileNamestringRead-onlyRequired

Name of the file

fileSizeinteger · integerRead-onlyRequired

Size in bytes of the file

fileSHA256stringRead-onlyRequired

Archive file SHA-256 hash

statusinteger · integerRead-onlyRequired

Status of this file, options:

  • 0: no status.
  • 1: new file discovered on FTP account.
  • 2: new file on FTP account has been scanned and added to collection.
  • 3: application install details have been provided.
  • 4: transferring the original archive to the main file server.
  • 5: finished transferring the original archive to the main file server.
  • 6: re-packing the original archive.
  • 7: finished re-packing the original archive.
  • 10: creating a hash of the new archive.
  • 11: deploying the final archive to all relevant file servers.
  • 12: deploying the final archive to all relevant file servers
  • 13: finished deploying the final archive to all relevant file servers.
  • 14: activated the game install.
  • 125: cancelled.
  • 126: cancelled and cleaned up.
  • 127: the application install creation process has finished.
  • 128: a permanent error has been encountered.
statusTextstringRead-onlyRequired

Status in text of this file

get
/v3/applicationInstall/assignable/{fileId}

Last updated

Was this helpful?