{ "id":"/axapi/v3/slb/ipv6-class-list/{name}", "type":"object", "node-type":"list", "title":"ipv6-class-list", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"IPv6 subnet add remove config", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "default":"test", "partition-visibility":"shared", "description":"Specify name of the class list", "optional":false }, "ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'add': Add the entry; 'delete': Delete the entry; ", "enum":[ "add", "delete" ] }, "ipv6-addr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Specify IPv6 host or subnet" }, "lid":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "not-list":[ "glid", "lsn-lid", "lsn-radius-profile" ], "description":"Use Limit ID defined in template (Specify LID index)" }, "glid":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1023, "partition-visibility":"shared", "not-list":[ "lid", "lsn-lid", "lsn-radius-profile" ], "description":"Use global Limit ID (Specify global LID index)" }, "lsn-lid":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "not-list":[ "lid", "glid", "lsn-radius-profile" ], "description":"LSN Limit ID (LID index)" }, "lsn-radius-profile":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "not-list":[ "lid", "glid", "lsn-lid" ], "description":"LSN RADIUS Profile Index" } } } ] }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }