How to get response data from SPV\GPV

Hello,

How can I get information about response from CPE (status code, value, etc) of my calls GetParameterValue\SetParameterValue\FW Update ? (For call I’m using Api)

for example:
I run GPV of InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID
GenieACS create task , if device answer - genieacs send code 200 and delete created task
May be have any solution to get information about task (response from device) - may be from DB or may be can set parameter for don’t delete success tasks (if they have response value)

Please tell me, it`s impossible?

What are you trying to accomplish?

Hello,

For example:

  1. I trying to get status of SetParametersValues
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><SOAP-ENV:Header><cwmp:ID SOAP-ENV:mustUnderstand="1">180a7cb8ec70000</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body><cwmp:SetParameterValuesResponse>**<Status>0</Status>**
</cwmp:SetParameterValuesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
  1. UploadResponse
<SOAP-ENV:Body><cwmp:UploadResponse><Status>1</Status>
<StartTime>0001-01-01T00:00:00Z</StartTime>
<CompleteTime>0001-01-01T00:00:00Z</CompleteTime>
</cwmp:UploadResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Or response from GetParametersValues

etc

Thank you

By why do you need the status of the response? What is the actual underlying goal? I’ve been using GenieACS for 7 years and have never once needed the status of the response. Only the parameter values, and I have some fairly complicated workflows.