SmartTrace Trace Instance Endpoints
Use the NetMaster SmartTrace API to view, download, save, and delete traces, and to view information about the packets associated with a trace.
Trace Instance Information
Base endpoint URI:
/api/v1/tcpip/{region}/smart/trace
Description | URI |
Get a list of active NetMaster traces. | |
Get details about a single SmartTrace trace. | |
Download a trace in PCAP format. | |
Save a SmartTrace trace. | |
Delete a SmartTrace trace. |
Packet Level Information
Packet level summaries and details are a subset of the trace instance information endpoints.
Base endpoint URI:
/api/v1/tcpip/{region}/smart/trace/{id}/packets
The packet level endpoints associated with the base endpoint URI return information from active and ended traces.
Description | URI |
Get a summary of all packets in a trace. | |
Get detailed information about a single packet. | |
Get detailed packet information, broken out by layer, in a hex-dump format. |