{ "id":"/axapi/v3/fw/helper-sessions", "type":"object", "node-type":"scalar", "title":"helper-sessions", "partition-visibility":"shared", "description":"Configure firewall helper-session (TAC use only)", "properties":{ "mode":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'disable': Disable helper-sessions; ", "enum":[ "disable" ], "optional":true }, "idle-timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":1, "partition-visibility":"shared", "description":"helper-sessions idle-timeout time (Idle-timeout in minutes (default: 1 minute))", "optional":true }, "limit":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Limit number of helper-sessions (Limit helper-sessions number)", "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 } } }