Cloudflare/pcaps
@swamp/cloudflare/pcapsv2026.05.22.1
01README
Cloudflare pcaps infrastructure models
02Release Notes
- Added: pcaps
03Models
@swamp/cloudflare/pcaps/pcapsv2026.05.22.1pcaps.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| filter_v1? | object | The packet capture filter. When this field is empty, all packets are captured. |
| offset_time? | string | The 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? | number | The limit of packets contained in a packet capture. |
| system | enum | The system used to collect packet captures. |
| time_limit | number | The packet capture duration in seconds. |
| type | enum | The type of packet capture. `Simple` captures sampled packets, and `full` captures entire payloads and non-sampled packets. |
| byte_limit? | number | The maximum number of bytes to capture. This field only applies to `full` packet captures. |
| colo_name? | string | The 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? | string | The 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
| Argument | Type | Description |
|---|---|---|
| id | string | The 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