{ "id":"/axapi/v3/cgnv6/stateful-firewall/tcp/stun-timeout/{port}+{port-end}", "type":"object", "node-type":"list", "title":"stun-timeout", "partition-visibility":"shared", "description":"Set STUN timeout for endpoint-independent filtering", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Single Destination Port or Port Range Start", "optional":false }, "port-end":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Port Range End", "optional":false }, "stun-timeout-val-port-range":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "default":2, "partition-visibility":"shared", "description":"STUN timeout (default: 2minutes)", "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":[ "port", "port-end" ], "required":[ "port", "port-end" ] }