aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/sample_payload_notification.json
blob: 7528fe099cce70012fe9b9f332d599deb6d674a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "simulatorParams": {
    "repeatCount": 1,
    "repeatInterval": 1,
    "vesServerUrl": "http://ves"
  },
  "templateName": "notification.json",
  "patch": {},
  "variables": {
    "dn": "some/dn",
    "attributesList": {
      "attribute1": "value1"
    }
  }
}