NSX-T Data Center REST API
Delete uri filters for the specified watcher ID.
Delete uri filters for the specified watcher ID.Request:
Method:
POST
URI Path(s):
/api/v1/notification-watchers/<watcher-id>/notifications?action=delete_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=delete_uri_filters { "notification_id": "notification.watcher", "uri_filters": ["/api/v1/notification-watchers/e678b8e7-c18e-4703-9748-7aa1cd47b00a"] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NotificationsList+