Versions Compared

Key

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

...

HTTP-JSON type delivery methods send alerts to any server configured to receive JSON objects. These JSON objects are sent using the POST request method over HTTP or HTTPS to the server where you intend to receive alerts.

Info

Server configuration

You must configure the destination server to accept petitions from the corresponding Devo domain and return a 200 to 300 status code. If it uses Digest access authentication, you can identify the user and password required for authentication.

There are two types of JSON objects sent by Devo:

...

Expand
titleStructure of JSON object for the validation process
Code Block
{
  "code": "<validationCode>",
  "domain": "<domain>"
}

...

Server configuration

...

You can find below the information required on the New Delivery Method window for this delivery method (for the creation process visit Manage delivery methods).

...