Optional
application_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)
Optional
authorisation_The code obtained from the Account Server
Optional
coinsThe current running coin cost of the instance.
Optional
error_If the instance has failed, this will be the error message
Optional
fix_Set if the instance output file permissions are expected to be fixed by the Data Manager when the Instance completes.
The application instance ID
Optional
job_If the instance relates to a job, this will be the job collection, as defined in the original collection's job definition.
Optional
job_The Job definition's unique ID
Optional
job_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)
Optional
job_If the instance relates to a job, this will be the job, as defined in the original collection's job definition.
Optional
job_If the instance relates to a job, this will be the job's name, as defined in the original collection's job definition.
Optional
job_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
Optional
outputsThe 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 once
started` has been set.
Optional
startedThe data and time (UTC) the instance started running
Optional
stoppedThe data and time (UTC) the instance stopped running
Optional
urlFor applications (not Jobs) this is the URL the application has exposed. It will only be available when the application has started.
The application ID