Returns details of the specified notification action

Params

Param name Description
pretty
optional

Return a pretty formatted response if true, Default is false


Value: Must be a Boolean

Examples

Request - get details of the specified notification (notification_action_key specified as a part of the url)
  curl -X GET -H "Content-Type:application/json" -H 'X-Auth-Token:RRxnt_0gBxeo0fNQOdObTw'  https://api.datonis.io/api/v2/notification_actions/67ff65b815

Response (details of the notification action requested)
{
  "notification_action": {
    "body": "",
    "headers": {
    },
    "method": "GET",
    "notification_action_key": "67ff65b815",
    "query": {
    },
    "url": "http://examplehost.outgoingdomain.com/some_get",
    "type": "CallHttpUrlAction",
    "created_at": 1418889738,
    "updated_at": 1418889738
  }
}