Get Capture UE Signalling
Returns the Signaling PCAP file based on the provided Start Time, End Time, IMSI, and RAT.
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:59imsistringOptionalExample:
Filter by IMSI (International Mobile Subscriber Identity).
315010006701653ratstring · enumOptionalExample:
Filter by RAT (Radio Access Technology). Possible values 4G, 5G.
4GPossible values: Responses
200
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}/uepcapLast updated
Was this helpful?