NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List latency profiles | 
                      
                        GET /api/v1/latency-profiles
                           (Deprecated)
                         | 
                    
Create a new latency profile | 
                      
                        POST /api/v1/latency-profiles
                           (Deprecated)
                         | 
                    
Delete an existing latency profile | 
                      
                        DELETE /api/v1/latency-profiles/{latency-profile-id}
                           (Deprecated)
                         | 
                    
Get an existing latency profile configuration | 
                      
                        GET /api/v1/latency-profiles/{latency-profile-id}
                           (Deprecated)
                         | 
                    
Update an existing latency profile | 
                      
                        PUT /api/v1/latency-profiles/{latency-profile-id}
                           (Deprecated)
                         |