NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Returns the Views based on query criteria defined in ViewQueryParameters.If no query params are specified then all the views entitled for the user are returned. The views to which a user is entitled to include the views created by the user and the shared views.  | 
                      
                        GET /api/v1/ui-views
                         | 
                    
Creates a new View. | 
                      
                        POST /api/v1/ui-views
                         | 
                    
Delete View | 
                      
                        DELETE /api/v1/ui-views/{view-id}
                         | 
                    
Returns View InformationReturns Information about a specific View.  | 
                      
                        GET /api/v1/ui-views/{view-id}
                         | 
                    
Update View | 
                      
                        PUT /api/v1/ui-views/{view-id}
                         |