You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this API to retrieve a PCAP file related to an alert.
1533
-
1534
-
This endpoint does not use a regular access token for authorization. Instead, it requires a special token created by the `/external/v2/alerts/pcap` API endpoint on the CM.
1535
-
1536
-
#### Method
1537
-
1538
-
-**GET**
1539
-
1540
-
#### Query Parameters
1541
-
1542
-
- id: Xsense Alert ID
1543
-
Example:
1544
-
`/api/v2/alerts/pcap/<id>`
1545
-
1546
-
#### Response type
1547
-
1548
-
-**JSON**
1549
-
1550
-
#### Response content
1551
-
1552
-
-**Success**: Binary file containing PCAP data
1553
-
-**Failure**: JSON object that contains error message
0 commit comments