NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List all livetrace sessions | 
                      
                        GET /api/v1/livetraces
                           (Deprecated)
                         | 
                    
Create a livetrace session | 
                      
                        POST /api/v1/livetraces
                           (Deprecated)
                         | 
                    
Delete a livetrace session | 
                      
                        DELETE /api/v1/livetraces/{livetrace-session-id}
                           (Deprecated)
                         | 
                    
Get the status of a livetrace session | 
                      
                        GET /api/v1/livetraces/{livetrace-session-id}
                           (Deprecated)
                         | 
                    
Get forward packet capture file proxyYou must provide the request header "Accept:application/octet-stream" when calling this API. The capture file can only be found in MP which receives the capture request.  | 
                      
                        GET /api/v1/livetraces/{livetrace-session-id}/proxy/forward/capturefile
                         | 
                    
Get reverse packet capture file proxyYou must provide the request header "Accept:application/octet-stream" when calling this API. The capture file can only be found in MP which receives the capture request.  | 
                      
                        GET /api/v1/livetraces/{livetrace-session-id}/proxy/reverse/capturefile
                         | 
                    
Get the result of a livetrace session | 
                      
                        GET /api/v1/livetraces/{livetrace-session-id}/results
                           (Deprecated)
                         |