On Wed, 2017-06-07 at 14:00 +0000, Magesh Balaji wrote: > But the below command triggers a GetPrametersNames RPC call instead > of GetPrametersValues. > > curl -i 'http://localhost:7557/devices/0AA00C-DeviceWAVESIO-FFFFFF123 > 456/tasks?timeout=3000&connection_request' \ > -X POST \ > --data '{ "name": "getParameterValues", "parameterNames": > ["Device.DeviceInfo.SoftwareVersion", > "Device.DeviceInfo.SerialNumber", "Device.DeviceInfo.SpecVersion"] }' > > > <?xml version='1.0' encoding='UTF-8' ?> > <soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/en > coding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:cwmp="urn:dslforum-org:cwmp-1-2"><soap-env:Header><cwmp:ID > soap-env:mustUnderstand="1">15c821d3e38000</cwmp:ID></soap- > env:Header><soap- > env:Body><cwmp:GetParameterNames><ParameterPath>Device.DeviceInfo.</P > arameterPath><NextLevel>1</NextLevel></cwmp:GetParameterNames></soap- > env:Body></soap-env:Envelope>
This is normal. Genie may sometimes need to do a GPN request(s) first to make sure the requested parameters exist before sending a GPV request. -- Zaid Abdulla <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
