<div dir="ltr"><div>POST a request to /devices/_modem_id_/tasks?timeout=3000&connection_request</div><div><br></div><div>{</div><div>  "name": "getParameterValues",</div><div>  "parameterNames": [</div><div>    "InternetGatewayDevice.ManagementServer.KickURL",</div><div>    "InternetGatewayDevice.ManagementServer.CWMPRetryMinimumWaitInterval",</div><div>    "InternetGatewayDevice.ManagementServer.UDPConnectionRequestAddress",</div><div>    "some.parameter.you.want"</div><div>  ]</div><div>}</div><div><br></div><div>The &connection_request in the URL tell GenieACS to try and talk to the CPE. If you get back a 202, that means the CPE didn't respond in a timely fashion.</div><div><br></div><div>Here is my response for the above query:</div><div><div>{</div><div>  "name": "getParameterValues",</div><div>  "parameterNames": [</div><div>    "InternetGatewayDevice.ManagementServer.KickURL",</div><div>    "InternetGatewayDevice.ManagementServer.CWMPRetryMinimumWaitInterval",</div><div>    "InternetGatewayDevice.ManagementServer.UDPConnectionRequestAddress"</div><div>  ],</div><div>  "device": "00236a-96318REF-SR360NA0A4%2D0003196",</div><div>  "timestamp": "2015-01-09T20:02:41.898Z",</div><div>  "_id": "54b033e1f160d0240bbf0a28"</div><div>}</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 9, 2015 at 8:20 AM, Christopher Chance <span dir="ltr"><<a href="mailto:cchance@newtechgrp.com" target="_blank">cchance@newtechgrp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div><p class="MsoNormal">How would I go about pulling a list of say 6-7 different stats from a cpe (preferably live not queued) via geniefs, and have the results returned by json.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I want to pull a few vars out to perform signal tests from my oss system, but the API docs  are a bit sparse in regards to the getparams<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p></div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>