About this Resource

Defines a Windows Firewall Rule on ASM

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
GroupingNoNostringnone16 - Max Length Specify the group where the rule is assigned.
ActionNoNoEnum1Possible values:
  • 0 - aaaALLOW
  • 1 - aaaBLOCK
  • 2 - aaaMAX
Specify the type of action for this rule.
ApplicationNameNoNostringnone128 - Max Length Specify the service to which this rule is assigned.
LocalIPAddressYesNostringnone64 - Max Length Specifies the Local IP Address of the packet that we filter.
LocalIPAddressMaskYesNostringnone64 - Max Length Specifies the Local IP Address Mask of the packet that we filter.
RemoteIPAddressYesNostringnone64 - Max Length Specifies the Remote IP Address of the packet that we filter.
RemoteIPAddressMaskYesNostringnone64 - Max Length Specifies the Remote IP Address Mask of the packet that we filter.
ProtocolYesNointPossible values:
  • 0 - Minimum
  • 256 - Maximum
Specifies the protocol of the packet being matched against.
LocalPortValuesNoNostringnone16 - Max Length Display the local port range as Windows Firewall stores it.

This attribute is read only

RemotePortValuesNoNostringnone16 - Max Length Display the remote port range as Windows Firewall stores it.

This attribute is read only

LocalPortMinNoNoint0Possible values:
  • 0 - Minimum
  • 65535 - Maximum
Specifies the starting port of the local port range that we filter.
LocalPortMaxNoNoint65535Possible values:
  • 0 - Minimum
  • 65535 - Maximum
Specifies the ending port of the local port range that we filter. This attribute must be equal to or greater than LocalPortMin.
RemotePortMinNoNoint0Possible values:
  • 0 - Minimum
  • 65535 - Maximum
Specifies the starting port of the remote port range that we filter.
RemotePortMaxNoNoint65535Possible values:
  • 0 - Minimum
  • 65535 - Maximum
Specifies the ending port of the remote port range that we filter. This attribute must be equal to or greater than RemotePortMin.
DescriptionNoNostringnone64 - Max Length User-friendly description of this rule.