{ "id":"/axapi/v3/fw/tcp/syn-cookie", "type":"object", "node-type":"scalar", "title":"syn-cookie", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Firewall Syn-Cookie Protection", "properties":{ "syn-cookie-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Firewall Syn-Cookie Protection", "optional":true }, "syn-cookie-on-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":1000000, "partition-visibility":"shared", "description":"on-threshold for Syn-cookie (Decimal number)", "optional":true }, "syn-cookie-on-timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":300000, "default":120, "partition-visibility":"shared", "description":"on-timeout for Syn-cookie (Timeout in seconds, default is 120 seconds (2 minutes))", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'syn_ack_sent': SYN cookie SYN ACK sent; 'verification_passed': SYN cookie verification passed; 'verification_failed': SYN cookie verification failed; 'conn_setup_failed': SYN cookie connection setup failed; ", "enum":[ "all", "syn_ack_sent", "verification_passed", "verification_failed", "conn_setup_failed" ] } } } ] } } }