Versions Compared

Key

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

...

You can now manage your Updown.io notifications in Jira Service Management and leverage its full alerting functionality.

Sample Webhook message from Updown.io

Expand
titleSample Webhook message (in JSON format)
Code Block
[
  {
    "event": "check.up",
    "check": {
      "token": "jzu3",
      "url": "https:\/\/asdf.cm",
      "alias": "asdf",
      "last_status": null,
      "uptime": 97.338,
      "down": false,
      "down_since": "2018-06-07T11:18:06Z",
      "error": "Couldn't connect to server",
      "period": 30,
      "apdex_t": 0.5,
      "string_match": "",
      "enabled": true,
      "published": false,
      "disabled_locations": [
        
      ],
      "last_check_at": "2018-06-07T11:18:36Z",
      "next_check_at": "2018-06-07T11:19:06Z",
      "mute_until": null,
      "favicon_url": null,
      "custom_headers": {
        
      },
      "ssl": {
        "tested_at": "2018-06-07T11:17:16Z",
        "valid": false,
        "error": null
      }
    },
    "downtime": {
      "error": "Couldn't connect to server",
      "started_at": "2018-06-07T11:18:06Z",
      "ended_at": null,
      "duration": null
    }
  }
]

...