Error Examples

Example with an error:

{
  "data": "Problem with connection to bconsole.",
  "error": 4
}

Example of a single item with no errors:

{
  "error": 0,
  "limit": 50,
  "data": [
    {
      "clientid": 3,
      "name": "darkstarus-fd",
      "uname": "5.2.3 (16Dec11) x86_64-unknown-linux-gnu,ubuntu,11.10",
      "autoprune": 1,
      "fileretention": 5184000,
      "jobretention": 15552000
    }
  ],
  "offset": 0
}

Go back to the Output Data Format chapter.

Go back to the REST API chapter.

Go back to the main Advanced Features Usage page.