Game image job fields

During the game image process, the game image update job has various fields that provide information about the update job, such as when it was initiated, the current progress, and error messages. The table below has definitions for each field within game image update jobs. Refer to Game image job states.

FIELDDESCRIPTION
jobcreateThe jobcreate field has a Unix timestamp representing the time the image install job was created.
joberrorIf the image install job fails, the joberror field will contain an error message.
jobetaThe jobeta field has a Unix timestamp representing the time at which the job is expected to complete.
jobfailedThe jobfailed field has a number representing the number of times the image install job has failed.
jobprogressThe jobprogress field has an integer between 0 and 100 representing the completion progress of the image install job.
jobstartThe jobstart field has a Unix timestamp representing the time at which the job started processing.
jobstateidThe jobstateid field has an ID representing the state of the image install job.
jobstatenameThe jobstatename field has the human-readable name of the job state.
jobupdatedThe jobupdated field has a Unix timestamp representing the time at which the job was last updated.