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