File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
## Failed notifications
9
- GET /failed-Notifications
9
+ GET /failed-notifications
10
10
11
11
** Query parameters** :
12
- subscriptionName={Subscription Name }
12
+ subscriptionNames={Subscription1,Subscription2,... }
13
13
14
14
Examples of this endpoint using curl
15
15
16
- curl -X GET -H "Content-type: application/json" localhost:39835/failed-notifications?subscriptionName=Subscription_1
16
+ curl -X GET -H "Content-type: application/json" localhost:39835/failed-notifications?subscriptionNames=Subscription1
17
17
18
18
The content of a failed notification json object may look something like the following
19
19
20
20
[
21
21
{
22
- "subscriptionName": "Sub1 ",
22
+ "subscriptionName": "Subscription1 ",
23
23
"aggregatedObject": {},
24
24
"notificationMeta": "http://localhost:9999/some-endpoint",
25
25
"_id": {
You can’t perform that action at this time.
0 commit comments