NSX-T Data Center REST API
Creates a new View.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/ui-views
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    View+
  Example Request:
POST https://<nsx-mgr>/api/v1/ui-views { "resource_type": "View", "display_name": "My View 1", "shared": true, "weight": 19020, "widgets": [{ "widget_id": "DonutConfiguration_Host-Nodes-Deployment", "label": { "text": "Deployment" }, "weight": 9531 },{ "widget_id": "DonutConfiguration_Host-Nodes-Connectivity", "label": { "text": "Connectivity" }, "weight": 9535 }] }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    View+
  