GET
/
spark
/
worker
/
config
[
  {
    "host": "<string>",
    "port": 123,
    "webUIPort": 123,
    "memory": 123,
    "cores": 123,
    "workDir": "<string>"
  }
]

Response

200 - application/json

successful operation

host
string
port
integer
webUIPort
integer
memory
integer
cores
integer
workDir
string