Download

The original file can be retrieved from the CloudShark system using the download API call. When using this call CloudShark provides the raw original capture file only; no CloudShark meta-information is included.

Usage

The download call uses the http or https GET method and returns the original content of the capture file. It is not stored in a JSON variable.

GET /api/v1//download/

Example

curl -s https://www.cloudshark.org/api/v1/26dc27fccea675d0ede6993a85e11972/download/cd17d8b73fea > example.cap

# look at the filetype that you downloaded
file example.cap
example.cap: tcpdump capture file (little-endian) - version 2.4

Notes

This call is not supported if download original functionality has been disabled by an admin user.