{ "id":"/axapi/v3/ddos/src-based-policy/{name}/policy-class-list/{class-list-name}", "type":"object", "node-type":"list", "title":"policy-class-list", "partition-visibility":"shared", "description":"Configure class-list", "properties":{ "class-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class-list name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "class-list-name" ], "required":[ "class-list-name" ] }