Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A successful response will be a hash with 2 objects.  The requestObject that was submitted along with a responseObject : 

Code Block
themeConfluence
{
  "requestData": {
  	...
  },
  "replyData": {
    "options": {
      "subtitleText": "thor",
      "titleText": "Interface eth0 Bits/Second Utilisation",
      "yAxis1TitleText": null,
      "plotBands": [],
      "yAxis0TitleText": "Avg bps"
    },
    "min": null,
    "stacking": null,
    "max": null,
    "meta_data": {
      "time_start": 1400768080,
      "start_date_input": "2014-05-23 00:14:40",
      "end_date_input": "2014-05-23 08:14:40"
    },
    "data": [
      {
        "yAxis": 0,
        "color": "#00FF00",
        "stack": null,
        "name": " Out",
        "type": "line",
        "data": [
          [
            1400768080000,
            7206.53803798496
          ],
          [
            1400768152000,
            7206.53803798496
          ],
          [
            1400768224000,
            7206.53803798496
          ]
        ]
      }
    ]
  }
}