Management Plane API: NSX Notifications

Associated URIs:

API Description API Path

Returns a list of registered notification watchers.


Returns a list of registered notification watchers.
GET /api/v1/notification-watchers (Experimental)

Add a new notification watcher.


Add a new notification watcher.
POST /api/v1/notification-watchers (Experimental)

Delete an existing Notification-Watcher.


Delete notification watcher.
DELETE /api/v1/notification-watchers/<watcher-id> (Experimental)

Returns notification watcher by watcher id.


Returns notification watcher by watcher id.
GET /api/v1/notification-watchers/<watcher-id> (Experimental)

Update notification watcher.


Update notification watcher.
PUT /api/v1/notification-watchers/<watcher-id> (Experimental)

Get notifications for the specified watcher ID.


Get notifications for the specified watcher ID.
GET /api/v1/notification-watchers/<watcher-id>/notifications (Experimental)

Add uri filters for the specified watcher ID.


Add uri filters for the specified watcher ID.
POST /api/v1/notification-watchers/<watcher-id>/notifications?action=add_uri_filters (Experimental)

Delete uri filters for the specified watcher ID.


Delete uri filters for the specified watcher ID.
POST /api/v1/notification-watchers/<watcher-id>/notifications?action=delete_uri_filters (Experimental)

Update notifications for the specified watcher ID.


Update notifications for the specified watcher ID.
PUT /api/v1/notification-watchers/<watcher-id>/notifications (Experimental)