CreateFirewallRuleFromConfigFile

Create a firewall rule from a configuration file. For example,
CreateFirewallRuleFromConfigFile ruleInfo=[{"ruleNumber":1004,"action":"accept","allowStates":"new,established,invalid,related","protocol":"ICMP","tcpFlag":null,"icmpTypeName":"echo-reply","sourcePort":null,"destPort":null,"sourceIp":"192.168.0.41","destIp":"192.168.0.50","description":null,"state":"disable", "ruleSetUuid": "${defaultRuleSet.uuid}"}]

Parameters

Name Description Optional Valid Value Starting Version
ruleInfo The firewall rule information. 4.4.0
userTags The user tags. For more information, see CreateUserTag. Yes 4.4.0
systemTags The system tags. For more information, see CreateSystemTag. Yes 4.4.0
timeout