Skip to content

Latest commit

 

History

History

list_firewall_rule

DESCRIPTION

List local firewall rules

NOTE: The Json schema used in Workflows expects single object output. Because this script produces an array of results, you may encounter the following error when using this script in a workflow:

The script output does not validate against the output JSON schema

EXAMPLES

REAL-TIME RESPONSE

runscript -CloudFile="list_firewall_rule"

PSFALCON

PS>Invoke-FalconRtr runscript "-CloudFile='list_firewall_rule'" -HostId <id>, <id>

FALCONPY