Hi,
After having a look at GUI edit preset page source code, I found the way to do it curl -i 'http://172.16.2.56:7557/presets/646EEA-G69_10-ISKT47845E90-DATA' -vX DELETE curl -i 'http://172.16.2.56:7557/presets/646EEA-G69_10-ISKT47845E90-DATA' -vX PUT --data '{ "weight":1, "precondition": "{\"summary.serialNumber\":\"ISKT47845E90\", \"$and\":[{\"_tags\":{\"$ne\":\"CONFIG\"}}, {\"_tags\":\"BRIDGE\"}]}", "configurations": [{ "type": "value", "name": "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Enable", "value": "false" }, { "type": "add_tag", "tag": "CONFIG"}, { "type": "age", "name": "InternetGatewayDevice.Layer2Bridging", "age": "25" }] }' I post this here for reference. Kind regards, Miguel ----- Original Message ----- From: "Miguel Angel Bérniz" <[email protected]> To: [email protected] Sent: Wednesday, 20 June, 2018 9:46:54 PM Subject: Syntax to create a preset with two tags Hi, Does anyone know how to create a preset with two tags. I cant find the right syntax. For example curl -i ' http://172.16.2.56:7557/presets/646EEA-G69_10-ISKT47845E90-DATA ' -vX DELETE curl -i ' http://172.16.2.56:7557/presets/646EEA-G69_10-ISKT47845E90-DATA ' -vX PUT --data '{ "weight":1, "precondition": "{\"summary.serialNumber\":\"ISKT47845E90\", \"_tags\":{\"BRIDGE\":\"BRIDGE2\"}}", "configurations": [{ "type": "value", "name": "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Enable", "value": "false" }] }' This only creates the second one. I have tried several combinations with no luck. Thanks in advance, Miguel _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
