Can't find configuration tab on the ui genieacs 1.2.13

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.

Yes, provision scripts are the new supported way. There is no way to set parameters via presets in v1.2. I’m not sure where you are seeing “Configurations” on the new preset screen.