# GenieACS Querying Additional Parameters

**URL:** https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140
**Category:** Uncategorized
**Created:** [November 1, 2022, 5:30pm UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140 "2022-11-01T17:30:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kodipallimounika5](https://avatars.discourse-cdn.com/v4/letter/k/ac91a4/32.png) [@kodipallimounika5](https://forum.genieacs.com/u/kodipallimounika5)
#### Post date: [November 1, 2022, 5:30pm UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/1 "2022-11-01T17:30:12Z")

</div>

Hi,

I need to query the additional paths from the ont from the genieacs server  
for example, I have few paths .  
can anyone tell me, how to add these additional paths and read the values.

InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.VLANIDMark  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.PossibleServiceTypes  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.PossibleConnectionTypes  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Username  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Password  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.DefaultGateway  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.DNSServers  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.DNSEnabled  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.Enable

please help me how can i query the additional paths?

---

<div class="post-metadata">

### Author: ![akcoder](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/akcoder/32/11_2.png) [@akcoder](https://forum.genieacs.com/u/akcoder)
#### Post date: [November 1, 2022, 6:30pm UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/2 "2022-11-01T18:30:15Z")

</div>

Your question does not make sense. Are you trying to get the parameter values for those entries? Or are you trying to set them? Are you trying to do this from a provision script or the GUI?

You should probably read the [documentation on provisions](http://docs.genieacs.com/en/latest/provisions.html).

---

<div class="post-metadata">

### Author: ![dustin](https://avatars.discourse-cdn.com/v4/letter/d/5daacb/32.png) [@dustin](https://forum.genieacs.com/u/dustin)
#### Post date: [November 1, 2022, 9:38pm UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/3 "2022-11-01T21:38:23Z")

</div>

If your only intention is to view the values of these parameters, then try navigating the TR69 path, as close to your intended parameter.  
For example:  
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1

Then click the Refresh Tree button (highlighted in yellow). Then click the Commit button.

 ![image](https://canada1.discourse-cdn.com/flex035/uploads/genieacs/original/2X/9/941d43c5de3f4882e255fdaf4f38982796e90bf8.png)

That will download any parameters below.

DR

---

<div class="post-metadata">

### Author: ![kodipallimounika5](https://avatars.discourse-cdn.com/v4/letter/k/ac91a4/32.png) [@kodipallimounika5](https://forum.genieacs.com/u/kodipallimounika5)
#### Post date: [November 2, 2022, 2:54am UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/4 "2022-11-02T02:54:35Z")

</div>

Hi,

I am sending config request through curl request towards nbi. Even if the device is online, ie…in genieacs it show online but i am getting following error while sending config request.

HTTP/1.1 202 Device is offline  
GenieACS-Version: 1.2.9+20221102021128  
Content-Type: application/json  
Date: Wed, 02 Nov 2022 02:53:01 GMT  
Connection: keep-alive  
Keep-Alive: timeout=5  
Transfer-Encoding: chunked

I am getting summon failure, that it could be a config request failure. Please help here.

---

<div class="post-metadata">

### Author: ![kodipallimounika5](https://avatars.discourse-cdn.com/v4/letter/k/ac91a4/32.png) [@kodipallimounika5](https://forum.genieacs.com/u/kodipallimounika5)
#### Post date: [November 2, 2022, 3:00am UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/5 "2022-11-02T03:00:10Z")

</div>

Hi,

I tried doing it. But i am getting device offline error on summon .

HTTP/1.1 202 Device is offline  
GenieACS-Version: 1.2.9+20221102021128  
Content-Type: application/json  
Date: Wed, 02 Nov 2022 02:53:01 GMT  
Connection: keep-alive  
Keep-Alive: timeout=5  
Transfer-Encoding: chunked

---

<div class="post-metadata">

### Author: ![akcoder](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/akcoder/32/11_2.png) [@akcoder](https://forum.genieacs.com/u/akcoder)
#### Post date: [November 2, 2022, 6:40pm UTC](https://forum.genieacs.com/t/genieacs-querying-additional-parameters/3140/6 "2022-11-02T18:40:44Z")

</div>

My suggestion is _only_ for testing to disable connection request auth on the CPE, and CPE → ACS authentication. Then start trying to refresh parameter values from the CPE.
