Cloudflare/cloudforce One
@swamp/cloudflare/cloudforce-onev2026.06.24.1
01README
Cloudflare cloudforce-one infrastructure models
02Release Notes
- Updated: rules
03Models
@swamp/cloudflare/cloudforce-one/collectionsv2026.06.08.1collections.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| metadata? | record | |
| name | string | |
| columns? | array | |
| description? | string | |
| project_id? | string | |
| tags? | array | |
| rows? | array | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Collections
fn get(id: string)
Get a Collections
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Collections |
fn update()
Update Collections attributes
fn delete(id: string)
Delete the Collections
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Collections |
fn sync()
Sync Collections state from Cloudflare
Resources
state(infinite)— Collections resource state
@swamp/cloudflare/cloudforce-one/groupsv2026.06.08.1groups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| description | string | |
| name | string | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Groups
fn get(id: string)
Get a Groups
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Groups |
fn update()
Update Groups attributes
fn delete(id: string)
Delete the Groups
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Groups |
fn sync()
Sync Groups state from Cloudflare
Resources
state(infinite)— Groups resource state
@swamp/cloudflare/cloudforce-one/priorityv2026.06.08.1priority.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) |
| labels? | array | List of labels. |
| priority? | number | Priority. |
| requirement? | string | Requirement. |
| tlp? | enum | The CISA defined Traffic Light Protocol (TLP). |
| page | number | Page number of results. |
| per_page | number | Number of results per page. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Priority
fn get(id: string)
Get a Priority
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority |
fn update()
Update Priority attributes
fn delete(id: string)
Delete the Priority
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority |
fn sync()
Sync Priority state from Cloudflare
Resources
state(infinite)— Priority resource state
@swamp/cloudflare/cloudforce-one/requestsv2026.06.08.1requests.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) |
| content? | string | Request content. |
| priority? | string | Priority for analyzing the request. |
| request_type? | string | Requested information from request. |
| summary? | string | Brief description of the request. |
| tlp? | enum | The CISA defined Traffic Light Protocol (TLP). |
| completed_after? | string | |
| completed_before? | string | |
| created_after? | string | |
| created_before? | string | |
| page | number | Page number of results. |
| per_page | number | Number of results per page. |
| sort_by? | string | Field to sort results by. |
| sort_order? | enum | Sort order (asc or desc). |
| status? | enum | Request Status. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Requests
fn get(id: string)
Get a Requests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Requests |
fn update()
Update Requests attributes
fn delete(id: string)
Delete the Requests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Requests |
fn sync()
Sync Requests state from Cloudflare
Resources
state(infinite)— Requests resource state
@swamp/cloudflare/cloudforce-one/rulesv2026.06.24.1rules.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| content | string | |
| description? | string | Human-readable description of the rule. Auto-extracted from YARA meta if present. |
| enabled? | boolean | Whether this rule is active for dice consumers. |
| is_public? | boolean | Whether this rule is visible to other internal accounts. |
| name | string | |
| namespaces? | array | Optional WfP deployment tags (customer rules only). Internal rules leave empty. |
| path | string | |
| actions? | array | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Rules
fn get(id: string)
Get a Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn update()
Update Rules attributes
fn delete(id: string)
Delete the Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn sync()
Sync Rules state from Cloudflare
Resources
state(infinite)— Rules resource state
@swamp/cloudflare/cloudforce-one/takedown-noticesv2026.06.08.1takedown-notices.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) |
| domain | string | |
| matchId? | number | |
| matchType? | enum | |
| queryId? | number | |
| status? | enum | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Takedown-notices
fn get(id: string)
Get a Takedown-notices
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Takedown-notices |
fn update()
Update Takedown-notices attributes
fn delete(id: string)
Delete the Takedown-notices
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Takedown-notices |
fn sync()
Sync Takedown-notices state from Cloudflare
Resources
state(infinite)— Takedown-notices resource state
@swamp/cloudflare/cloudforce-one/templatesv2026.06.08.1templates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| body | string | |
| category | string | |
| description? | string | |
| name | string | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Templates
fn get(id: string)
Get a Templates
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Templates |
fn update()
Update Templates attributes
fn delete(id: string)
Delete the Templates
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Templates |
fn sync()
Sync Templates state from Cloudflare
Resources
state(infinite)— Templates resource state
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: groups
- Updated: requests
- Updated: priority
- Updated: rules
- Updated: templates
- Updated: takedown-notices
- Updated: collections
2026.05.29.1May 29, 2026
- Updated: groups
- Updated: requests
- Updated: priority
- Updated: rules
- Updated: templates
- Updated: takedown-notices
- Updated: collections
2026.05.22.1May 22, 2026
- Added: groups
- Added: requests
- Added: priority
- Added: rules
- Added: templates
- Added: takedown-notices
- Added: collections
05Stats
A
100 / 100
Downloads
0
Archive size
22.4 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 types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels