{ "id":"/axapi/v3/ip/map-list/{name}", "type":"object", "node-type":"list", "title":"map-list", "partition-visibility":"shared", "description":"Configure IP Map List name", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of the IP Map List", "optional":false }, "file":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Create/Edit a IP Map List stored as a file", "optional":true }, "mapping-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "local-start-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Local Start IPv4 Address of this list" }, "global-start-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Global Start IPv4 Address of this list" }, "count":{ "type":"number", "format":"number", "minimum":1, "maximum":16777216, "partition-visibility":"shared", "description":"Number of addresses to be translated in this range" } } } ] }, "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":[ "name" ], "required":[ "name" ] }