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 /policy/api/v1/ui-views
(Deprecated)
|
Creates a new View. |
POST /policy/api/v1/ui-views
(Deprecated)
|
Delete View |
DELETE /policy/api/v1/ui-views/{view-id}
(Deprecated)
|
Returns View InformationReturns Information about a specific View. |
GET /policy/api/v1/ui-views/{view-id}
(Deprecated)
|
Update View |
PUT /policy/api/v1/ui-views/{view-id}
(Deprecated)
|