With proper set up, users can use the Upload API to share PCAP files from their own applications.
Here is an example:
Upload API v2 endpoint: api/v2/upload
Example to upload using curl
curl -X POST \
-F "apiKey=APIKey000xyz123xyz123" \
-F "file=@/home/user/files/example.pcapng" \
https://app.optigovn.com/api/v2/upload- replace
APIKey000xyz123xyz123with the API corresponding to the Monitoring Node of your choice - replace
/home/user/files/example.pcapngto the filename and path of the file to upload - For Windows,
- replace
curlwithcurl.exe /home/user/files/example.pcapngwill have format of such as@C:\Users\user\files\example.pcapng
- replace
Comments
0 comments
Article is closed for comments.