All,
How would you do a bulk modify of objects to insert tags based on a csv? I have tried the following to no avail. what am i doing wrong?
dataset examples
name,tag
Test_Net_10.104.50.0_24,class1
Test_Net_10.104.51.0_24,class2
name,tags
Test_Net_10.104.50.0_24,class1
Test_Net_10.104.51.0_24,class2
name,tag.add
Test_Net_10.104.50.0_24,class1
Test_Net_10.104.51.0_24,class2
with the following commands.
mgmt_cli set network --batch /path/to/csv/dataset.csv --format json -s id.txt > tag_add.json
mgmt_cli publish -s id.txt
Nothing gets published. What is the structure of the dataset supposed to look like? Or is this just something that isn't working yet?
Sincerely,
Rupert