{ "id":"/axapi/v3/fw/clear-session-filter", "type":"object", "node-type":"scalar", "title":"clear-session-filter", "partition-visibility":"shared", "description":"Enable clear L4 session filter for fw (Default: Disable)", "properties":{ "status":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'disable': Disable clear L4 session filter for fw (Default: disabled); 'enable': Enable clear L4 session filter for fw; ", "enum":[ "disable", "enable" ], "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 } } }