Jobs in the Job Manager have the following JSON representation. Please note that not all fields may be available at any time.
| RESPONSE Fields | Value Type | Description |
|---|---|---|
| uuid | String | Unique Identifier of the Job |
| name | String | The display name of the job |
| type | String | The job type |
| state | String | The state of the job. The following values are available: |
READY STARTING STARTED WAITING PAUSING PAUSED TERMINATING TERMINATED FINISHED FAILED |
||
| progress | Number | Process in Percent |
| submitDate | Datetime | When was the process was submitted to the queue |
| elapsedExecutionTime | Number | Number of seconds since the execution of the job started |
| userId | String | ID of the user who submitted the job to the queue |
| userName | String | Display Name of the user who submitted the job to the queue |
| memorySize | Number | Size of the consumed memory by this job |
| posInWaitingQueue | Number | Position in the queue when waiting for the next free execution slot |
| stackTraces | Array of String | An array containing a stack trace item for each thread used by this job |
| memorySize | Number | Approximate size of the heap cache memory use by this job |
| swapSize | Number | Size of the externally stored data |
| objectHandles | Number | A relative load (both CPU and Heap) indicator |