{ "id":"/axapi/v3/gslb/ip-list/{gslb-ip-list-obj-name}", "type":"object", "node-type":"list", "title":"ip-list", "partition-visibility":"shared", "description":"Specify a IP List", "properties":{ "gslb-ip-list-obj-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify IP List name", "optional":false }, "gslb-ip-list-filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Load IP List file (IP List filename)", "optional":true }, "gslb-ip-list-addr-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Specify IP address" }, "ip-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IP mask" }, "id":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"ID Number" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "gslb-ip-list-obj-name" ], "required":[ "gslb-ip-list-obj-name" ] }