{ "id":"/axapi/v3/system/ip-threat-list/ipv6-source-list", "type":"object", "node-type":"scalar", "title":"ipv6-source-list", "partition-visibility":"shared", "description":"List of IPv6 Class Lists for Source IPv6 Threat List", "properties":{ "class-list-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Bind class-list (class-list name)" }, "ip-threat-action-tmpl":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "partition-visibility":"shared", "description":"Bind ip-threat-action Template (ip-threat-action Template number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }