Hi,
Im trying to create Network-objects from CLi in management with this command:
>mgmt_cli add network --batch @storage-host/anders/GenesysCloudNW.csv
get this error message:
" MGMT9000 code: "generic_err_missing_required_parameters"
message: "Missing parameter: [name]"
syntax in csv-file looks like this:
name,ip-adress,subnet-mask
GenesysCloud1,108.128.0.0,255.248.0.0
GenesysCloud3,34.240.0.0,255.248.0.0
GenesysCloud4,34.248.0.0,255.248.0.0
GenesysCloud2,3.248.0.0,255.248.0.0
GenesysCloud5,52.208.0.0,255.248.0.0
GenesysCloud6,52.48.0.0,255.252.0.0
GenesysCloud7,63.32.0.0,255.252.0.0
......
What is missing? The name(s) is right there!?!?!?
Regards,
Anders