{ "id":"/axapi/v3/fw/tcp-rst-close-immediate", "type":"object", "node-type":"scalar", "title":"tcp-rst-close-immediate", "partition-visibility":"shared", "description":"Configure TCP RST behavior", "properties":{ "status":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable TCP RST close immediate (default); 'disable': Disable TCP RST close immediate; ", "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 } } }