Get Capture Download Signalling
Download a previously generated Signaling PCAP file by specifying its filename. The filename should be obtained from the /uepcap endpoint. The response will prompt a file download in most clients. If the file is not found, a 404 error will be returned.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Query parameters
filenamestringRequiredExample:
The filename returned by the /uepcap endpoint.
capture_1720000000000.pcapResponses
200
The requested PCAP file
application/octet-stream
Responsestring · binary
400
Invalid input parameters
application/json
404
File not found
application/json
get
/v1/edge/{edgeIp}/downloadpcapLast updated
Was this helpful?