NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List VPC Static RoutesPaginated list of all VPC Static Routes  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes
                         | 
                    
Delete VPC static routesDelete VPC static routes  | 
                      
                        DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
                         | 
                    
Read VPC static routesRead VPC static routes  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
                         | 
                    
Create or update a VPC static routesIf static routes for route-id are not already present, create static routes. If it already exists, update static routes for route-id.  | 
                      
                        PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
                         | 
                    
Create or update a VPC static routesIf static routes for route-id are not already present, create static routes. If it already exists, replace the static routes for route-id.  | 
                      
                        PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
                         |