Optionalapplication_The User's specification, provided when the application was launched
The type of Application, which can be a job or an application
The application version
True if the instance is archived (protected from automatic deletion)
Optionalauthorisation_The code obtained from the Account Server
OptionalcoinsThe current running coin cost of the instance.
Optionalerror_If the instance has failed, this will be the error message
Optionalfix_Set if the instance output file permissions are expected to be fixed by the Data Manager when the Instance completes.
The application instance ID
Optionaljob_If the instance relates to a job, this will be the job collection, as defined in the original collection's job definition.
Optionaljob_The Job definition's unique ID
Optionaljob_The Job container image type. Typically a single-container 'SIMPLE' (where only one container runs) or a workflow where multiple container images can be spawned (like NEXTFLOW)
Optionaljob_If the instance relates to a job, this will be the job, as defined in the original collection's job definition.
Optionaljob_If the instance relates to a job, this will be the job's name, as defined in the original collection's job definition.
Optionaljob_If the instance relates to a job, this will be the job's name, as defined in the original collection's job definition.
The data and time (UTC) the instance was launched
The Instance name
OptionaloutputsThe instance's known outputs, a JSON string defining a map of all the outputs. Typically applied only to JOB application types
The application instance owner, the person who launched the application and is the only user than can stop it.
The phase of the application. This is a string, one of a limited number of values that are defined internally within the Data Manager.
The initial phase, indicating that the Instance is preparing to run, is PENDING. The instance is running when the phase is RUNNING. COMPLETED indicates the Instance has finished successfully and FAILED when it's finished but unsuccessfully.
The Project the instances is running in.
The time the instance has spent running in the cluster. It's a string representation of a Python timedelta`` object, e.g. 0:12:32for a run-time of 12 minutes and 32 seconds. The run-time must be considered as an _estimate_ until the instance has stopped and the instance is only considered to be running oncestarted` has been set.
OptionalstartedThe data and time (UTC) the instance started running
OptionalstoppedThe data and time (UTC) the instance stopped running
OptionalurlFor applications (not Jobs) this is the URL the application has exposed. It will only be available when the application has started.
The application ID