NSX-T Data Center REST API
Add uri filters for the specified watcher ID.
Add uri filters for the specified watcher ID.Request:
Method:
POST
URI Path(s):
/api/v1/notification-watchers/<watcher-id>/notifications?action=add_uri_filters
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
Notification+
Example Request:
POST /api/v1/notification-watchers/daabc688-3a90-4545-9af8-23e1b045e6f3/notifications?action=add_uri_filters { "notification_id": "notification.watcher", "uri_filters": ["/api/v1/notification-watchers/2fb7bc9b-b7e4-4643-952f-17eb10554842"] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NotificationsList+