GET
/
spark
/
info
{
  "mode": "LOCAL",
  "masterUrl": "<string>",
  "cluster": {
    "masters": [
      {
        "url": "<string>",
        "status": "<string>",
        "cores": 123,
        "coresused": 123,
        "memory": 123,
        "memoryused": 123
      }
    ],
    "workers": [
      {
        "id": "<string>",
        "host": "<string>",
        "port": 123,
        "webuiaddress": "<string>",
        "cores": 123,
        "coresused": 123,
        "coresfree": 123,
        "memoryused": 123,
        "memoryfree": 123,
        "state": "<string>",
        "lastheartbeat": 123
      }
    ],
    "activeApps": [
      {
        "id": "<string>",
        "weburl": "<string>",
        "startTime": 123,
        "name": "<string>",
        "user": "<string>",
        "memoryperslave": 123,
        "submitdate": "<string>",
        "state": "<string>",
        "duration": 123
      }
    ],
    "completedApps": [
      {
        "id": "<string>",
        "weburl": "<string>",
        "startTime": 123,
        "name": "<string>",
        "user": "<string>",
        "memoryperslave": 123,
        "submitdate": "<string>",
        "state": "<string>",
        "duration": 123
      }
    ]
  },
  "activeJobs": {},
  "completedJobs": {},
  "config": {}
}

Response

200 - application/json

successful operation

The response is of type object.