Parameter |
Choices/Defaults |
Comments |
auth_key
|
|
Authentication key provided by the dashboard. Required if environmental variable MERAKI_KEY is not set.
|
host
string |
Default:
api.meraki.com
|
Hostname for Meraki dashboard
Only useful for internal Meraki developers
|
net_id
|
|
ID of network which MX firewall is in.
|
net_name
|
|
Name of network which MX firewall is in.
|
org_id
|
|
ID of organization.
|
org_name
|
|
Name of organization.
If clone is specified, org_name is the name of the new organization.
aliases: organization
|
output_level
|
|
Set amount of debug output during module execution
|
rules
|
|
List of firewall rules.
|
|
policy
|
|
Policy to apply if rule is hit.
|
|
protocol
|
Choices:
- any
- icmp
- tcp
- udp
|
Protocol to match against.
|
|
dest_port
|
|
Comma separated list of destination port numbers to match against.
|
|
dest_cidr
|
|
Comma separated list of CIDR notation destination networks.
|
|
src_port
|
|
Comma separated list of source port numbers to match against.
|
|
src_cidr
|
|
Comma separated list of CIDR notation source networks.
|
|
comment
|
|
Optional comment to describe the firewall rule.
|
|
syslog_enabled
|
|
Whether to log hints against the firewall rule.
Only applicable if a syslog server is specified against the network.
|
state
|
|
Create or modify an organization.
|
syslog_default_rule
bool |
|
Whether to log hits against the default firewall rule.
Only applicable if a syslog server is specified against the network.
This is not shown in response from Meraki. Instead, refer to the syslog_enabled value in the default rule.
|
timeout
int |
Default:
30
|
Time to timeout for HTTP requests.
|
use_https
bool |
|
If no , it will use HTTP. Otherwise it will use HTTPS.
Only useful for internal Meraki developers
|
use_proxy
bool |
|
If no , it will not use a proxy, even if one is defined in an environment variable on the target hosts.
|
validate_certs
bool |
|
Whether to validate HTTP certificates.
|