{ "id":"/axapi/v3/template/csv/{csv-name}", "type":"object", "node-type":"list", "title":"csv", "partition-visibility":"shared", "description":"Specify csv template", "properties":{ "csv-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of csv template", "optional":false }, "delim-num":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":44, "partition-visibility":"shared", "not":"delim-char", "description":"enter a delimiter number, default 44 (\",\")", "optional":true }, "delim-char":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1, "default":",", "partition-visibility":"shared", "not":"delim-num", "description":"enter a delimiter character, default \",\"", "optional":true }, "ipv6-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Support IPv6 IP ranges", "optional":true }, "multiple-fields":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "field":{ "type":"number", "format":"number", "minimum":1, "maximum":64, "partition-visibility":"shared", "description":"Field index number (Index of Field)" }, "csv-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ip-from': Beginning address of IP range or subnet; 'ip-to-mask': Ending address of IP range or Mask; 'continent': Continent; 'country': Country; 'state': State or province; 'city': City; ", "enum":[ "ip-from", "ip-to-mask", "continent", "country", "state", "city" ] } } } ] }, "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":[ "csv-name" ], "required":[ "csv-name" ] }