Cloudflare/mnm
@swamp/cloudflare/mnmv2026.05.22.1
01README
Cloudflare mnm infrastructure models
02Release Notes
- Added: rules
03Models
@swamp/cloudflare/mnm/rulesv2026.05.22.1rules.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| automatic_advertisement | boolean | Toggle on if you would like Cloudflare to automatically advertise the IP Prefixes within the rule via Magic Transit when the rule is triggered. Only available for users of Magic Transit. |
| bandwidth_threshold? | number | The number of bits per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. |
| duration? | enum | The amount of time that the rule threshold must be exceeded to send an alert notification. The final value must be equivalent to one of the following 8 values ["1m","5m","10m","15m","20m","30m","45m","60m"]. |
| name | string | The name of the rule. Must be unique. Supports characters A-Z, a-z, 0-9, underscore (_), dash (-), period (.), and tilde (~). You can’t have a space in the rule name. Max 256 characters. |
| packet_threshold? | number | The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. |
| prefix_match? | enum | Prefix match type to be applied for a prefix auto advertisement when using an advanced_ddos rule. |
| prefixes | array | |
| type | enum | MNM rule type. |
| zscore_sensitivity? | enum | Level of sensitivity set for zscore rules. |
| zscore_target? | enum | Target of the zscore rule analysis. |
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
04Stats
A
100 / 100
Downloads
0
Archive size
8.3 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