{ "id":"/axapi/v3/fw/tcp/reset-on-error", "type":"object", "node-type":"scalar", "title":"reset-on-error", "partition-visibility":"shared", "description":"Send TCP resets for invalid sessions (Default: Disabled)", "properties":{ "outbound":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': Enable send TCP reset on error; ", "enum":[ "enable" ], "optional":true }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable send TCP reset on error", "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 } } }