Apache Livy · Example Payload

Rest Api Session List Example

Big DataInteractive ComputingOpen SourceRESTSpark

Rest Api Session List Example is an example object payload from Apache Livy, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fromtotalsessions

Example Payload

Raw ↑
{
  "from": 0,
  "total": 5,
  "sessions": [
    "example-value"
  ]
}