NSX-T Data Center REST API
Returns the Views based on query criteria defined in ViewQueryParameters.
If no query params are specified then all the views entitled for the userare returned. The views to which a user is entitled to include the views
created by the user and the shared views.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/ui-views
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ViewQueryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/ui-viewsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ViewList+
  