{ "id":"/axapi/v3/cgnv6/lsn/tcp/reset-on-error", "type":"object", "node-type":"scalar", "title":"reset-on-error", "partition-visibility":"shared", "description":"Send TCP resets for invalid sessions (Default: enabled)", "properties":{ "outbound":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'disable': Disable send TCP reset on error; ", "enum":[ "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 } } }