Hi CP-Team,
I am trying to add a bunch of network-objects at a time. I have a csv-file with this syntax:
name, comments, subnet, mask-length, color
<nam_1>, <com_1>, <x.x.x.x>>, 16, forest green
If I no call the csv via <mgmt_cli add network --batch test_add.csv> I get warnings if a object is reached, which has the same network-definition.
I would like the API to just skip these elements, but process the others instead of stopping and discarding all. (the --ignore-errors would just ignore the warning and double objects, what is not my intension).
Best regards