Download Simple PCAP

Download PCAP information into a file. Response is a binary PCAP file.

/accounts/{account_identifier}/pcaps/{identifier}/download

get

Magic PCAP collection

magic-pcap-collection-download-simple-pcap

Debug "planAvailability"

{
  "business": false,
  "enterprise": true,
  "free": false,
  "pro": false
}

Debug "tokenPermissions"

null

Debug "parameters"

[
  {
    "in": "path",
    "name": "identifier",
    "required": true,
    "schema": {
      "description": "Identifier",
      "example": "023e105f4ecef8ad9ca31a8372d0c353",
      "maxLength": 32,
      "readOnly": true,
      "type": "string"
    }
  },
  {
    "in": "path",
    "name": "account_identifier",
    "required": true,
    "schema": {
      "description": "Identifier",
      "example": "023e105f4ecef8ad9ca31a8372d0c353",
      "maxLength": 32,
      "readOnly": true,
      "type": "string"
    }
  }
]

Debug "requestBody"

null

Debug "responses"

{
  "200": {
    "content": {
      "application/vnd.tcpdump.pcap": {}
    },
    "description": "Download Simple PCAP response"
  },
  "default": {
    "content": {
      "application/json": {}
    },
    "description": "Download Simple PCAP response failure"
  }
}

Debug "security"

[
  {
    "api_email": [],
    "api_key": []
  }
]