Hi, i’m updating my genieacs to version 1.2.13, and I’m uploading data via API. When I create a preset, there’s a field “configurations” where i value data like ‘InternetGatewayDevice.User.1.Password’. I’ve noticed that in the new UI there’s not a tab where I can edit or simply see the values that I’ve inserted with API. Is there a way to see them, or is not possible with the new genieacs version? Thank you in advance.
Use a provision script to set device parameters.
Is it the only way for set parameters in the new version? As I wrote previously I tried with API, in particular I used:
acs.preset_create(“try_123_30”, r’{ “weight”: 30, “precondition”: “{"OUI":"111AAA22","Serial number":"123ABC456"}”, “provision”:“STD_provision”, “configurations”:[ { “type”: “value”, name:“try”,“value”:“tagged” }]}')
But since you wrote that I have to set parameters only with provision, I can’t understand what ‘configurations’ is used for.