Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
raw_configuration | query | no | - | boolean |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
logName | query | no | - | string | |
level | query | no | - | string |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
path | query | no | - | string | |
offset | query | no | - | string | |
end | query | no | - | string | |
limit | query | no | - | string |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
offset | query | no | - | string | |
limit | query | no | - | string |
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
path | query | no | - | string | |
offset | query | no | - | string | |
end | query | no | - | string | |
limit | query | no | - | string |
name | type | required | description | example |
---|---|---|---|---|
revision | string | optional | - | |
uptimeMs | integer (int64) | optional | - | |
startTimeMs | integer (int64) | optional | - | |
lostWorkers | array[WorkerInfo] | optional | - | |
metrics | object | optional | - | |
mountPoints | object | optional | - | |
rpcAddress | string | optional | - | |
capacity | Capacity | optional | - | |
tierCapacity | object | optional | - | |
ufsCapacity | Capacity | optional | - | |
workers | array[WorkerInfo] | optional | - | |
configuration | object | optional | - | |
version | string | optional | - |
name | type | required | description | example |
---|---|---|---|---|
used | integer (int64) | optional | - | |
total | 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 |
---|---|---|---|---|
readOnly | boolean | optional | - | |
ufsUri | string | optional | - | |
ufsType | string | optional | - | |
ufsUsedBytes | integer (int64) | optional | - | |
shared | boolean | optional | - | |
mountId | integer (int64) | optional | - | |
ufsCapacityBytes | integer (int64) | optional | - | |
properties | object | optional | - |
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 |