GET
/
spark
/
master
/
status
[
  {
    "url": "<string>",
    "status": "<string>",
    "workers": [
      {
        "id": "<string>",
        "host": "<string>",
        "port": 123,
        "webuiaddress": "<string>",
        "cores": 123,
        "coresused": 123,
        "coresfree": 123,
        "memoryused": 123,
        "memoryfree": 123,
        "state": "<string>",
        "lastheartbeat": 123
      }
    ],
    "cores": 123,
    "coresused": 123,
    "memory": 123,
    "memoryused": 123,
    "activeapps": [
      {
        "id": "<string>",
        "starttime": 123,
        "name": "<string>",
        "user": "<string>",
        "memoryperslave": 123,
        "submitdate": "<string>",
        "state": "<string>",
        "duration": 123
      }
    ],
    "completedapps": [
      {
        "id": "<string>",
        "starttime": 123,
        "name": "<string>",
        "user": "<string>",
        "memoryperslave": 123,
        "submitdate": "<string>",
        "state": "<string>",
        "duration": 123
      }
    ],
    "activedrivers": [
      {}
    ]
  }
]

Response

200 - application/json

successful operation

The response is of type object[].