Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
raw_configuration | query | no | Returns raw configuration values if true, false be default. | - | boolean |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
logName | query | no | - | string | |
level | query | no | - | string |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
raw_configuration | query | no | Returns raw configuration values if true, false be default | - | boolean |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
logName | query | no | - | string | |
level | query | no | - | string |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
jobId | query | no | - | integer (int64) |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
jobId | query | no | - | integer (int64) |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
status | query | no | - | Array[string] (multi) | |
name | query | no | - | string |
name | type | required | description | example |
---|---|---|---|---|
uptimeMs | integer (int64) | optional | Number of milliseconds the Job Master has been running | |
startTimeMs | integer (int64) | optional | Job Master's start time in epoch time | |
workers | array[WorkerInfo] | optional | List of Job Workers that have registered with the Job Master | |
configuration | object | optional | Configuration of the Job Master | |
version | string | optional | Version of the Job Master |
name | type | required | description | example |
---|---|---|---|---|
uptimeMs | integer (int64) | optional | Number of milliseconds the Job Worker has been running | |
startTimeMs | integer (int64) | optional | Job Worker's start time in epoch time | |
configuration | object | optional | Configuration of the Job Worker | |
version | string | optional | Version of the Job Worker |
name | type | required | description | example |
---|---|---|---|---|
errorMessage | string | optional | - | |
errorType | string | optional | - | |
affectedPaths | array[string] | optional | - | |
parentId | integer (int64) | optional | - | |
name | string | optional | - | |
id | integer (int64) | optional | - | |
result | Serializable | optional | - | |
children | array[JobInfo] | optional | - | |
description | string | optional | - | |
status | string | optional | - | |
lastUpdated | integer (int64) | optional | - |
name | type | required | description | example |
---|---|---|---|---|
tierName | string | optional | Name of the tier | host |
value | string | optional | Value of the tier name | localhost |
name | type | required | description | example |
---|
name | type | required | description | example |
---|---|---|---|---|
tiers | array[LocalityTier] | optional | Tiers included in the tier identity |
name | type | required | description | example |
---|---|---|---|---|
revision | string | optional | Git revision at the time of building the worker | |
startTimeMs | integer (int64) | optional | Start time of the worker in epoch time in milliseconds | |
lastContactSec | integer (int32) | optional | Seconds since the worker's last contact | |
capacityBytes | integer (int64) | optional | Size of the worker's local storage in bytes | |
usedBytes | integer (int64) | optional | Number of bytes used of the worker's local storage | |
capacityBytesOnTiers | object | optional | The max capacity of each of the worker's tiers in bytes | |
usedBytesOnTiers | object | optional | The number of bytes currently used on each of the worker's tiers | |
blockCount | integer (int64) | optional | Number of worker block count | |
state | string | optional | Operation state of the worker | In Service |
address | WorkerNetAddress | optional | Address of the worker | |
id | integer (int64) | optional | Worker id, used to identify the worker internally | |
version | string | optional | The project version of the worker |
name | type | required | description | example |
---|---|---|---|---|
containerHost | string | optional | Host name of the physical node if running in a container | |
rpcPort | integer (int32) | optional | Port of the worker's Rpc server for metadata operations | |
webPort | integer (int32) | optional | Port which exposes the worker's web UI | |
domainSocketPath | string | optional | The domain socket path used by the worker, disabled if empty | |
tieredIdentity | TieredIdentity | optional | The worker's tier identity | |
dataPort | integer (int32) | optional | Port of the worker's server for data operations | |
host | string | optional | Host name of the worker |