OK, i have done some first commands, at this moment i use curl to test it:
curl -i ‘http://192.168.1.234:7557/devices/00259E-EG8145V5-48575443E87EBE9A/tags/testing123’ -X POST
curl -i ‘http://192.168.1.234:7557/devices/00259E-EG8145V5-48575443E87EBE9A/tasks?connection_request’ -X POST --data ‘{“name”:“setParameterValues”, “parameterValues”: [[“InternetGatewayDeviceonfiguration.1.SSID”, “TEST123”, “xsd:string”]]}’
curl -i ‘http://192.168.1.234:7557/tasks/5f9ada62d1358643fd43563d/retry’ -X POST
etc.
but question is - how to add totally new device to ACS DB, is that necessary to add all parameters (most of then stay blank or default) or can I add only this what i need to set (WLAN parameters, IP, etc)