{ "id":"/axapi/v3/fw/tcp/syn-cookie/stats", "type":"object", "node-type":"scalar", "title":"syn-cookie", "description":"Statistics for the object syn-cookie", "properties":{ "stats":{ "type":"object", "properties":{ "syn_ack_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"SYN cookie SYN ACK sent", "long-description":"{}", "optional":true }, "verification_passed":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"SYN cookie verification passed", "long-description":"{}", "optional":true }, "verification_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"SYN cookie verification failed", "long-description":"{}", "optional":true } } } } }