{ "id":"/axapi/v3/traffic-control/active-rule-set", "type":"object", "node-type":"scalar", "title":"active-rule-set", "partition-visibility":"shared", "description":"Active traffic-control policy", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/traffic-control/rule-set", "description":"Rule set name", "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 } } }