Get Capture Edge Signalling
Returns the Edge Signaling PCAP file based on the provided Start Time, End Time, and RAT. This endpoint captures network traffic at the edge level.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Query parameters
starttimestring · date-timeRequiredExample:
Start time in ISO 8601 format (e.g., 2030-01-01 00:00:00).
2030-01-01 00:00:00endtimestring · date-timeRequiredExample:
End time in ISO 8601 format (e.g., 2030-01-01 00:00:00).
2030-01-01 00:04:59ratstring · enumRequiredExample:
Filter by RAT (Radio Access Technology). Possible values 4G, 5G, Both.
4GPossible values: Responses
200
Edge PCAP file successfully downloaded
application/octet-stream
Responsestring · binary
400
Invalid input parameters
application/json
500
Pod deleted.Server Error
application/json
get
/v1/edge/{edgeIp}/edgepcapLast updated
Was this helpful?