Hi all,
maybe you can spot the error as I cannot see what is not correct:
CSV content
name,subnet,mask-length,tags,set-if-exists,color,comments,groups
ne_myDCs_8.25.203.0-24,8.25.203.0,24,myDCs,true,red,CmyDCs,ge_myDCs
ne_myDCs_8.34.34.0-24,8.34.34.0,24,myDCs,true,red,CmyDCs,ge_myDCs
ne_myDCs_8.35.35.0-24,8.35.35.0,24,myDCs,true,red,CmyDCs,ge_myDCs
ne_myDCs_52.18.93.240-32,52.18.93.240,32,myDCs,true,red,CmyDCs,ge_myDCs
API
[Expert@FW:0]# mgmt_cli add network --batch cp_bulk_add_networks.csv
Username: admin
Password:
Line 269: code: "generic_err_invalid_parameter"
message: "Invalid parameter for [color]. The invalid value [CmyDCs] should be replaced by one of the following values: [aquamarine, black, blue, crete blue, burlywood, cyan, dark green, khaki, orchid, dark orange, dark sea green, pink, turquoise, dark blue, firebrick, brown, forest green, gold, dark gold, gray, dark gray, light green, lemon chiffon, coral, sea green, sky blue, magenta, purple, slate blue, violet red, navy blue, olive, orange, red, sienna, yellow]"
Thanks and regards
Thomas