Get Capture UE Signalling

Download the Signaling PCAP file based on Start time, End time, IMSI, and RAT.

get

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 · enumRequired

The IP address of the edge

Possible values:
Query parameters
starttimestring · date-timeRequired

Start time in ISO 8601 format (e.g., 2030-01-01 00:00:00).

Example: 2030-01-01 00:00:00
endtimestring · date-timeRequired

End time in ISO 8601 format (e.g., 2030-01-01 00:00:00).

Example: 2030-01-01 00:04:59
imsistringOptional

Filter by IMSI (International Mobile Subscriber Identity).

Example: 315010006701653
ratstring · enumOptional

Filter by RAT (Radio Access Technology). Possible values 4G, 5G.

Example: 4GPossible values:
Responses
200

PCAP file successfully downloaded

application/octet-stream
Responsestring · binary
get
/v1/edge/{edgeIp}/uepcap

Last updated

Was this helpful?