{ "id":"/axapi/v3/tuple-filter/{name}/filter-rule/{id}", "type":"object", "node-type":"list", "title":"filter-rule", "partition-visibility":"shared", "description":"Specify filter matching rule", "properties":{ "id":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "partition-visibility":"shared", "description":"filter rule id", "optional":false }, "src-addr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Source IPv4 address with prefix", "optional":true }, "dst-addr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Destination IPv4 address with prefix", "optional":true }, "src-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Source port", "optional":true }, "dst-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Destination port", "optional":true }, "src-v6-addr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Source IPv6 address with prefix", "optional":true }, "dst-v6-addr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Destination IPv6 address with prefix", "optional":true }, "src-v6-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Source port", "optional":true }, "dst-v6-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Destination port", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "id" ], "required":[ "id" ] }