{ "id":"/axapi/v3/fw/tcp-window-check", "type":"object", "node-type":"scalar", "title":"tcp-window-check", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure TCP window check", "properties":{ "status":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable TCP window check (default); 'disable': Disable TCP window check; ", "enum":[ "enable", "disable" ], "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; 'outside-window': packet dropped counter for outside of tcp window; ", "enum":[ "all", "outside-window" ] } } } ] } } }