NSX-T Data Center REST API
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
                         | 
                    
Add a new notification watcher.Add a new notification watcher.  | 
                      
                        POST /api/v1/notification-watchers
                         | 
                    
Delete an existing Notification-Watcher.Delete notification watcher.  | 
                      
                        DELETE /api/v1/notification-watchers/{watcher-id}
                         | 
                    
Returns notification watcher by watcher id.Returns notification watcher by watcher id.  | 
                      
                        GET /api/v1/notification-watchers/{watcher-id}
                         | 
                    
Update notification watcher.Update notification watcher.  | 
                      
                        PUT /api/v1/notification-watchers/{watcher-id}
                         | 
                    
Get notifications for the specified watcher ID.Get notifications for the specified watcher ID.  | 
                      
                        GET /api/v1/notification-watchers/{watcher-id}/notifications
                         | 
                    
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
                         | 
                    
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
                         | 
                    
Update notifications for the specified watcher ID.Update notifications for the specified watcher ID.  | 
                      
                        PUT /api/v1/notification-watchers/{watcher-id}/notifications
                         |