Skip to main content

Cloudflare/mnm

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

Cloudflare mnm infrastructure models

02Release Notes
  • Added: rules
03Models1
@swamp/cloudflare/mnm/rulesv2026.05.22.1rules.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
automatic_advertisementbooleanToggle 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?numberThe 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?enumThe 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"].
namestringThe 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?numberThe 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?enumPrefix match type to be applied for a prefix auto advertisement when using an advanced_ddos rule.
prefixesarray
typeenumMNM rule type.
zscore_sensitivity?enumLevel of sensitivity set for zscore rules.
zscore_target?enumTarget of the zscore rule analysis.
fn create()
Create a Rules
fn get(id: string)
Get a Rules
ArgumentTypeDescription
idstringThe ID of the Rules
fn update()
Update Rules attributes
fn delete(id: string)
Delete the Rules
ArgumentTypeDescription
idstringThe 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