{ "id":"/axapi/v3/ddos/detection/trustlist", "type":"object", "node-type":"scalar", "title":"trustlist", "partition-visibility":"shared", "description":"Configure trusted IPv4/IPv6 classlists", "properties":{ "v4-class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"IPv4 Class-list name", "optional":true }, "v6-class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"IPv6 Class-list 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 } } }