Please familiarize yourself with HTTP status codes. Thats not an error.
I understand that the task and this queue were not processed.
When should it be processed?
When the CPE next informs.
Please excuse my inconvenience. I am slowly becoming more familiar with GenieACS.
Because from the GenieACS website the change is made instantly. The task does not remain in a queue.
You haven’t told GenieACS how long to wait for a response from the CPE, hence it queues the request, returns a 202 and then initiates a connection request to the CPE.
Please review the API documentation.
Dear Sir, Thank you very much for your help.
I removed the time value “timeout=120” and the log message returned an “OK”
With the following configuration I was able to solve the problem.
curl -i ‘http://172.15.0.13:7559E-HG8145X6%252D10-48575443D31190AC/tasks?connection_request’ -X POST --data ‘{“name”:“setParameterValues”, “parameterValues”: [[“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID”, “TEST”]]}’