{ "id":"/axapi/v3/fw/active-rule-set", "type":"object", "node-type":"scalar", "title":"active-rule-set", "partition-visibility":"shared", "description":"Active firewall policy", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/rule-set", "description":"Rule set name", "optional":true }, "session-aging":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/fw/session-aging", "description":"Session Aging Template", "optional":true }, "override-nat-aging":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Override NAT idle-timeout", "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 } } }