Skip to main content

Cloudflare/pcaps

@swamp/cloudflare/pcapsv2026.05.22.1· 1d agoMODELS
01README

Cloudflare pcaps infrastructure models

02Release Notes
  • Added: pcaps
03Models1
@swamp/cloudflare/pcaps/pcapsv2026.05.22.1pcaps.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
filter_v1?objectThe packet capture filter. When this field is empty, all packets are captured.
offset_time?stringThe RFC 3339 offset timestamp from which to query backwards for packets. Must be within the last 24h. When this field is empty, defaults to time of request.
packet_limit?numberThe limit of packets contained in a packet capture.
systemenumThe system used to collect packet captures.
time_limitnumberThe packet capture duration in seconds.
typeenumThe type of packet capture. `Simple` captures sampled packets, and `full` captures entire payloads and non-sampled packets.
byte_limit?numberThe maximum number of bytes to capture. This field only applies to `full` packet captures.
colo_name?stringThe name of the data center used for the packet capture. This can be a specific colo (ord02) or a multi-colo name (ORD). This field only applies to `full` packet captures.
destination_conf?stringThe full URI for the bucket. This field only applies to `full` packet captures.
fn create()
Create a Pcaps
fn get(id: string)
Get a Pcaps
ArgumentTypeDescription
idstringThe ID of the Pcaps
fn sync()
Sync Pcaps state from Cloudflare

Resources

state(infinite)— Pcaps resource state
04Stats
A
100 / 100
Downloads
0
Archive size
7.8 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels