{"info":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","description":"<html><head></head><body><h2 id=\"authentication\">Authentication</h2>\n<p>All requests to this API must be authenticated using Basic authentication. To obtain the credentials for this, access Calix Cloud's administrative menu and look for the \"API for Web Clients (HTTPS)\" username and password.</p>\n<h2 id=\"url\">URL</h2>\n<p>The base URLs for requests are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Center Location</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>United States</td>\n<td><a href=\"https://gcs.calix.com:8444/\">https://gcs.calix.com:8444/</a></td>\n</tr>\n<tr>\n<td>Canada</td>\n<td><a href=\"https://gcs-ca.calix.com:8444/\">https://gcs-ca.calix.com:8444/</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"requestresponse-body-encoding\">Request/Response Body Encoding</h2>\n<p>All requests and respsonses to this API use JSON encoding, unless otherwise specified.</p>\n<h2 id=\"http-response-status-codes\">HTTP Response Status Codes</h2>\n<p>Common HTTP Response Codes used by the API are shown below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n<th>Result or cause</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>The request was handled successfully</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>The request contains invalid URL path and/or query parameters and/or payload.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>The HTTP request does not contain a valid HTTP Basic Authentication Header</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The server understood the request but refused to fulfill it due to one of the following reasons:<br><ul><li>Tried to create a resource that already exists</li><li>Tried to edit a read-only attribute</li></ul></td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>No existing record can be found by the given id string or other query parameter.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>API Server failed to process the request due to an internal error.<br>Please report this failure to Calix Support.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-retrieval-limits\">API Retrieval Limits</h2>\n<p>Starting in the 20.2 release, the CSC API limits the number of responses to \"retrieve all\" requests. To retrieve all elements beyond the default, use the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Permitted Values</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>1-500</td>\n<td>Specifies the number of records to return. If no limit is present, the default limit of 100 is used.</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>&gt;=0</td>\n<td>Specifies an offset, in number of records to skip from the beginning of the returned values. Default is zero.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>URL and parameters</th>\n<th>Result rows retrieved</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://gcs.calix.com:8444/api/device\">https://gcs.calix.com:8444/api/device</a></td>\n<td>1-100</td>\n</tr>\n<tr>\n<td><a href=\"https://gcs.calix.com:8444/api/device?limit=200\">https://gcs.calix.com:8444/api/device?limit=200</a></td>\n<td>1-200</td>\n</tr>\n<tr>\n<td><a href=\"https://gcs.calix.com:8444/api/device?limit=200&amp;skip=200\">https://gcs.calix.com:8444/api/device?limit=200&amp;skip=200</a></td>\n<td>201-400</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3367549","collectionId":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","publishedId":"S1TN7M75","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-21T13:26:10.000Z"},"item":[{"name":"System (Device) Data Management","item":[{"name":"Retrieve All Devices","id":"5e3fcc94-9c80-47e6-bcab-2b0e56c53ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device","description":"<p>Retrieve a list of all devices, returning a JSON array of device JSON objects, each describing a device.\nThere is no filtering nor limit/offset capability with this request.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"cc26ec3f-6fa8-4196-ba2e-5570a97fe0cc","name":"Retrieve All Devices","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"12837558-000631-CXNK001D9030\",\n        \"manufacturer\": \"Calix\",\n        \"manufacturerOUI\": \"000631\",\n        \"productClass\": \"ENT\",\n        \"modelName\": \"844E-1\",\n        \"hardwareVersion\": \"3000219601\",\n        \"softwareVersion\": \"12.2.8.1.11\",\n        \"serialNumber\": \"CXNK001D9030\",\n        \"registrationId\": \"\",\n        \"macAddress\": \"00:06:31:ed:f7:b0\",\n        \"periodicInformInterval\": 86400,\n        \"dataModelName\": \"tr098\",\n        \"timezoneOffset\": \"-08:00\",\n        \"ipAddress\": \"192.168.92.2\",\n        \"changeCounter\": 24,\n        \"defaultGateway\": \"192.168.92.1\",\n        \"subnetMask\": \"255.255.255.0\",\n        \"wapGatewaySn\": \"FTX133981PW\",\n        \"provRecordStatus\": \"Succeeded\",\n        \"opMode\": \"RG\",\n        \"wanAccessType\": \"CopperEthernet\",\n        \"stunEnabled\": true,\n        \"udpConnectionRequestAddr\": \"99.111.154.74:30005\",\n        \"lastInformTime\": \"2019-04-17T05:40:38.904Z\",\n        \"createTime\": \"2019-03-20T13:36:00.657Z\",\n        \"hardwareSerialNumber\": \"261503000429\"\n    },\n    {\n        \"_id\": \"12837558-000631-CXNK001D9031\",\n        \"manufacturerOUI\": \"000631\",\n        \"serialNumber\": \"CXNK001D9031\",\n        \"createTime\": \"2019-04-09T16:04:36.630Z\"\n    },\n    {\n        \"_id\": \"12837558-CCBE59-CXNK005763A3\",\n        \"manufacturer\": \"Calix\",\n        \"manufacturerOUI\": \"CCBE59\",\n        \"productClass\": \"GigaSpire\",\n        \"modelName\": \"GS2020E\",\n        \"hardwareVersion\": \"3000282601\",\n        \"softwareVersion\": \"19.1.0.1.4\",\n        \"serialNumber\": \"CXNK005763A3\",\n        \"registrationId\": \"\",\n        \"macAddress\": \"cc:be:59:fc:07:70\",\n        \"periodicInformInterval\": 86400,\n        \"dataModelName\": \"tr098\",\n        \"timezoneOffset\": \"-04:00\",\n        \"ipAddress\": \"192.168.10.191\",\n        \"changeCounter\": 1,\n        \"opRole\": \"Controller\",\n        \"defaultGateway\": \"192.168.10.1\",\n        \"subnetMask\": \"255.255.255.0\",\n        \"opMode\": \"RG\",\n        \"wanAccessType\": \"CopperEthernet\",\n        \"stunEnabled\": true,\n        \"lastInformTime\": \"2019-05-20T18:13:01.371Z\",\n        \"createTime\": \"2019-05-10T18:53:59.776Z\",\n        \"hardwareSerialNumber\": \"391806000136\"\n    },\n    {\n        \"_id\": \"12837558-44657F-CXNK005A77A9\",\n        \"manufacturer\": \"Calix\",\n        \"manufacturerOUI\": \"44657F\",\n        \"productClass\": \"GigaSpire\",\n        \"modelName\": \"GS2026E\",\n        \"hardwareVersion\": \"3000281011\",\n        \"softwareVersion\": \"19.1.0.1.4\",\n        \"serialNumber\": \"CXNK005A77A9\",\n        \"registrationId\": \"\",\n        \"macAddress\": \"44:65:7f:14:8f:60\",\n        \"periodicInformInterval\": 86400,\n        \"dataModelName\": \"tr098\",\n        \"timezoneOffset\": \"-04:00\",\n        \"ipAddress\": \"192.168.1.71\",\n        \"changeCounter\": 15,\n        \"opRole\": \"Controller\",\n        \"defaultGateway\": \"192.168.1.254\",\n        \"subnetMask\": \"255.255.255.0\",\n        \"opMode\": \"RG\",\n        \"wanAccessType\": \"CopperEthernet\",\n        \"stunEnabled\": true,\n        \"udpConnectionRequestAddr\": \"99.111.154.74:60018\",\n        \"lastInformTime\": \"2019-05-21T13:18:01.219Z\",\n        \"createTime\": \"2019-04-08T20:55:53.295Z\",\n        \"hardwareSerialNumber\": \"391809000281\"\n    }\n]"}],"_postman_id":"5e3fcc94-9c80-47e6-bcab-2b0e56c53ff6"},{"name":"Retrieve Device By ID","id":"42d774ea-fb62-47e4-9bde-1fa02d15e498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device/{{deviceid}}","description":"<p>Retrieve a single device using its internal _id. Returns a JSON object describing the device.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device","{{deviceid}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"f9d323f6-cb35-46e6-bd61-4d3ff7996c0b","name":"Retrieve Device By ID","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device/12837558-000631-CXNK001D9030"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"893"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"12837558-000631-CXNK001D9030\",\n    \"manufacturer\": \"Calix\",\n    \"manufacturerOUI\": \"000631\",\n    \"productClass\": \"ENT\",\n    \"modelName\": \"844E-1\",\n    \"hardwareVersion\": \"3000219601\",\n    \"softwareVersion\": \"12.2.8.1.11\",\n    \"serialNumber\": \"CXNK001D9030\",\n    \"registrationId\": \"\",\n    \"macAddress\": \"00:06:31:ed:f7:b0\",\n    \"periodicInformInterval\": 86400,\n    \"dataModelName\": \"tr098\",\n    \"timezoneOffset\": \"-08:00\",\n    \"ipAddress\": \"192.168.92.2\",\n    \"changeCounter\": 24,\n    \"defaultGateway\": \"192.168.92.1\",\n    \"subnetMask\": \"255.255.255.0\",\n    \"wapGatewaySn\": \"FTX133981PW\",\n    \"provRecordStatus\": \"Succeeded\",\n    \"opMode\": \"RG\",\n    \"wanAccessType\": \"CopperEthernet\",\n    \"stunEnabled\": true,\n    \"udpConnectionRequestAddr\": \"99.111.154.74:30005\",\n    \"lastInformTime\": \"2019-04-17T05:40:38.904Z\",\n    \"createTime\": \"2019-03-20T13:36:00.657Z\",\n    \"hardwareSerialNumber\": \"261503000429\"\n}"}],"_postman_id":"42d774ea-fb62-47e4-9bde-1fa02d15e498"},{"name":"Retrieve Device By Serial Number","id":"421a40b4-1c05-4ec6-8bb0-27a2ad2b1aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device?serialNumber={{serial-number}}","description":"<p>Retrieve a single device by its serial number as reported in the TR-69 INFORM. Returns a JSON object describing the device.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>The device serial number as reported in the TR-69 INFORM. For most Calix devices, this is the FSAN Serial Number starting with CXNK, not the Manufacturing Serial Number.</p>\n","type":"text/plain"},"key":"serialNumber","value":"{{serial-number}}"}],"variable":[]}},"response":[{"id":"ac5b56df-34dd-4b0e-b2d3-71089cfe3280","name":"Retrieve Device By Serial Number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/device?serialNumber=CXNK001D9030","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","device"],"query":[{"key":"serialNumber","value":"CXNK001D9030","description":"The device serial number as reported in the TR-69 INFORM. For most Calix devices, this is the FSAN Serial Number starting with CXNK, not the Manufacturing Serial Number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"893"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"12837558-000631-CXNK001D9030\",\n    \"manufacturer\": \"Calix\",\n    \"manufacturerOUI\": \"000631\",\n    \"productClass\": \"ENT\",\n    \"modelName\": \"844E-1\",\n    \"hardwareVersion\": \"3000219601\",\n    \"softwareVersion\": \"12.2.8.1.11\",\n    \"serialNumber\": \"CXNK001D9030\",\n    \"registrationId\": \"\",\n    \"macAddress\": \"00:06:31:ed:f7:b0\",\n    \"periodicInformInterval\": 86400,\n    \"dataModelName\": \"tr098\",\n    \"timezoneOffset\": \"-08:00\",\n    \"ipAddress\": \"192.168.92.2\",\n    \"changeCounter\": 24,\n    \"defaultGateway\": \"192.168.92.1\",\n    \"subnetMask\": \"255.255.255.0\",\n    \"wapGatewaySn\": \"FTX133981PW\",\n    \"provRecordStatus\": \"Succeeded\",\n    \"opMode\": \"RG\",\n    \"wanAccessType\": \"CopperEthernet\",\n    \"stunEnabled\": true,\n    \"udpConnectionRequestAddr\": \"99.111.154.74:30005\",\n    \"lastInformTime\": \"2019-04-17T05:40:38.904Z\",\n    \"createTime\": \"2019-03-20T13:36:00.657Z\",\n    \"hardwareSerialNumber\": \"261503000429\"\n}"}],"_postman_id":"421a40b4-1c05-4ec6-8bb0-27a2ad2b1aee"},{"name":"Retrieve Device By MAC Address","id":"a2d97014-6999-4778-b7a8-bd147a4aebf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device?macAddress=84:d3:43:5e:a8:29","description":"<p>Retrieve a single device by its hardware MAC address as reported in the TR-69 INFORM. Returns a JSON object describing the device.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>The hardware MAC address as reported in the TR-69 INFORM, in the format 00:11:22:33:44:55</p>\n","type":"text/plain"},"key":"macAddress","value":"84:d3:43:5e:a8:29"}],"variable":[]}},"response":[{"id":"4398ab8f-72c2-4e61-972f-b9bf4e21773a","name":"Retrieve Device By MAC Address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/device?macAddress=00:06:31:ed:f7:b0","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","device"],"query":[{"key":"macAddress","value":"00:06:31:ed:f7:b0","description":"The hardware MAC address as reported in the TR-69 INFORM, in the format 00:11:22:33:44:55"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"893"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"12837558-000631-CXNK001D9030\",\n    \"manufacturer\": \"Calix\",\n    \"manufacturerOUI\": \"000631\",\n    \"productClass\": \"ENT\",\n    \"modelName\": \"844E-1\",\n    \"hardwareVersion\": \"3000219601\",\n    \"softwareVersion\": \"12.2.8.1.11\",\n    \"serialNumber\": \"CXNK001D9030\",\n    \"registrationId\": \"\",\n    \"macAddress\": \"00:06:31:ed:f7:b0\",\n    \"periodicInformInterval\": 86400,\n    \"dataModelName\": \"tr098\",\n    \"timezoneOffset\": \"-08:00\",\n    \"ipAddress\": \"192.168.92.2\",\n    \"changeCounter\": 24,\n    \"defaultGateway\": \"192.168.92.1\",\n    \"subnetMask\": \"255.255.255.0\",\n    \"wapGatewaySn\": \"FTX133981PW\",\n    \"provRecordStatus\": \"Succeeded\",\n    \"opMode\": \"RG\",\n    \"wanAccessType\": \"CopperEthernet\",\n    \"stunEnabled\": true,\n    \"udpConnectionRequestAddr\": \"99.111.154.74:30005\",\n    \"lastInformTime\": \"2019-04-17T05:40:38.904Z\",\n    \"createTime\": \"2019-03-20T13:36:00.657Z\",\n    \"hardwareSerialNumber\": \"261503000429\"\n}"}],"_postman_id":"a2d97014-6999-4778-b7a8-bd147a4aebf0"},{"name":"Retrieve Device By Registration ID","id":"e78c9a0d-9e76-4e84-b0fe-f3eaf01df2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device?registrationId={{registration-id}}","description":"<p>Retrieve a single Calix device by its Registration ID, if used. Returns a JSON object describing the device.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>The Calix ONT Registration ID (aka RONTA) as programmed locally on the device</p>\n","type":"text/plain"},"key":"registrationId","value":"{{registration-id}}"}],"variable":[]}},"response":[],"_postman_id":"e78c9a0d-9e76-4e84-b0fe-f3eaf01df2be"},{"name":"Retrieve Device By IP Address","id":"1760f1ad-312a-42b3-8a0f-4e5e346dc4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/device?ipAddress={{ip-address}}","description":"<p>Retrieve a single Calix device by its WAN IP address. Returns a JSON object describing the device.\nIf STUN is active, this search uses the device's WAN IP, not the STUN binding IP.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>The WAN IP address as reported by TR-69 INFORM</p>\n","type":"text/plain"},"key":"ipAddress","value":"{{ip-address}}"}],"variable":[]}},"response":[{"id":"9611d6da-72a8-48e3-9a51-281942148d7a","name":"Retrieve Device By IP Address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/device?ipAddress=192.168.92.2","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","device"],"query":[{"key":"ipAddress","value":"192.168.92.2","description":"The WAN IP address as reported by TR-69 INFORM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"893"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"12837558-000631-CXNK001D9030\",\n    \"manufacturer\": \"Calix\",\n    \"manufacturerOUI\": \"000631\",\n    \"productClass\": \"ENT\",\n    \"modelName\": \"844E-1\",\n    \"hardwareVersion\": \"3000219601\",\n    \"softwareVersion\": \"12.2.8.1.11\",\n    \"serialNumber\": \"CXNK001D9030\",\n    \"registrationId\": \"\",\n    \"macAddress\": \"00:06:31:ed:f7:b0\",\n    \"periodicInformInterval\": 86400,\n    \"dataModelName\": \"tr098\",\n    \"timezoneOffset\": \"-08:00\",\n    \"ipAddress\": \"192.168.92.2\",\n    \"changeCounter\": 24,\n    \"defaultGateway\": \"192.168.92.1\",\n    \"subnetMask\": \"255.255.255.0\",\n    \"wapGatewaySn\": \"FTX133981PW\",\n    \"provRecordStatus\": \"Succeeded\",\n    \"opMode\": \"RG\",\n    \"wanAccessType\": \"CopperEthernet\",\n    \"stunEnabled\": true,\n    \"udpConnectionRequestAddr\": \"99.111.154.74:30005\",\n    \"lastInformTime\": \"2019-04-17T05:40:38.904Z\",\n    \"createTime\": \"2019-03-20T13:36:00.657Z\",\n    \"hardwareSerialNumber\": \"261503000429\"\n}"}],"_postman_id":"1760f1ad-312a-42b3-8a0f-4e5e346dc4c0"},{"name":"Delete Device","id":"84aaeef2-941a-44a0-bbdd-bf45852b1090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/device/{{deviceid}}","description":"<p>Delete a single device using its internal _id. Returns only a status code for success/failure; no body.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device","{{deviceid}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"443a429e-af85-4d41-8cc1-939e4e7453ad","name":"Delete Device","originalRequest":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/device/12837558-000631-CXNK00001234"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"84aaeef2-941a-44a0-bbdd-bf45852b1090"}],"id":"2bff7ea8-a302-4eed-bb3c-0562dc3ae683","description":"<p>The System Management API allows you to view or delete entries for system which have been discovered by the ACS. In current practice, an in-home RG or similar system is referred to as a \"system,\" and the attached WiFi clients are referred to as \"devices.\" However, the API was written prior to this distinction and uses the term \"device\" for a managed system.</p>\n<p>Note that if you are pre-provisioning a system, you will not use this API to create it. To pre-provision:</p>\n<ul>\n<li>Create a Subscriber record, listing the system's identifier in the locations/devices object.</li>\n<li>Create a Provisioning Record with the appropriate services or settings.</li>\n</ul>\n<p>The device record will then be created once the actual system performs its initial INFORM.</p>\n<h2 id=\"device-data-model\">Device data model</h2>\n<p>The data model consists of these elements:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Read/write</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The internal ID string for this system (auto generated by the ACS server).</td>\n<td></td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>String</td>\n<td>The Manufacturer of the system, for example “Calix”.</td>\n<td>Read-only</td>\n</tr>\n<tr>\n<td>manufacturerOUI</td>\n<td>String</td>\n<td>Organizational unique identifier of the device manufacturer, such as “000631” for Calix.</td>\n<td>Read-only</td>\n</tr>\n<tr>\n<td>productClass</td>\n<td>String</td>\n<td>Identifier of the class of product for which the serial number applies. That is, for a given manufacturer, this parameter is used to identify the product or class of product over which the serial number is unique.</td>\n<td>Read-only</td>\n</tr>\n<tr>\n<td>serialNumber</td>\n<td>String</td>\n<td>System Serial Number, for example “CXNK00186F49”</td>\n<td>Read/write</td>\n</tr>\n<tr>\n<td>hardwareVersion</td>\n<td>String</td>\n<td>A string identifying the particular system model and version.</td>\n<td>Read-only</td>\n</tr>\n<tr>\n<td>softwareVersion</td>\n<td>String</td>\n<td>A string identifying the software version currently installed in the system.</td>\n<td>Read-only</td>\n</tr>\n<tr>\n<td>createTime</td>\n<td>String</td>\n<td>Date/Time (in ISO8601 format) when this device record was created in Calix Cloud (either via this API or via auto discovery). This attribute is generated by the ACS server thus read-only to the API clients.</td>\n<td>Read-only</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"b0993ff7-35bf-414f-9f96-9db5b3b2b3f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dbd7a5be-16e5-42c9-b549-3cbe4ac5db2d","type":"text/javascript","exec":[""]}}],"_postman_id":"2bff7ea8-a302-4eed-bb3c-0562dc3ae683","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}}},{"name":"Subscriber Management","item":[{"name":"Create Subscriber","id":"75fb30b4-43f8-4724-a22d-18aa120a337f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"  {\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }"},"url":"https://{{apihost}}:8444/api/subscriber","description":"<p>Create a new subscriber, using a valid subscriber JSON object which does not contain \"createTime\" or \"_id\".</p>\n<p>Returns the _id value of the subscriber record if successful.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"29dd0e8e-02f4-46e9-abed-3f33aa626d62","name":"Create Subscriber","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"  {\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }"},"url":"https://{{apihost}}:8444/api/subscriber"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"45600aa6-ee09-4c0d-98e3-9569bc908673"}],"_postman_id":"75fb30b4-43f8-4724-a22d-18aa120a337f"},{"name":"Retrieve All Subscribers","id":"4cfb2307-1a79-4caf-bf57-bade0973a201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber","description":"<p>Retrieve a list of all subscribers, returning a JSON array of subscriber JSON objects, each describing a subscriber.\nThere is no filtering nor limit/offset capability with this request.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"1a61d0d7-3b6f-495d-8abb-925bd1e080f0","name":"Retrieve All Subscribers","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"4cfb2307-1a79-4caf-bf57-bade0973a201"},{"name":"Retrieve Subscriber by Internal ID","id":"6c792f33-258e-4e6a-a01b-6fa2f79c3a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/{{_id}}","description":"<p>Retrieve a single subscriber by specifying the internal _id. This value is created by Calix Support Cloud when the subscriber is created.\nReturns a JSON object representing the Subscriber.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber","{{_id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"16866080-1d9d-4406-83e8-14351406820c","name":"Retrieve Subscriber by Internal ID","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/7317b27e-528f-4c40-83bc-6d8a46edd0a3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"413"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n    \"customId\": \"67890\",\n    \"name\": \"Test user\",\n    \"locations\": [\n        {\n            \"address\": {\n                \"streetLine1\": \"123 Oak St\",\n                \"city\": \"Anytown\",\n                \"state\": \"ZZ\",\n                \"zip\": \"00000\",\n                \"country\": \"USA\"\n            },\n            \"contacts\": [\n                {\n                    \"phone\": \"919-123-4567\",\n                    \"email\": \"some@user.org\"\n                }\n            ],\n            \"devices\": [\n                \"CXNK00001234\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6c792f33-258e-4e6a-a01b-6fa2f79c3a7e"},{"name":"Retrieve Subscriber by customId/SubscriberID","id":"6aedf497-0fb9-4312-bdbd-d61812fc3d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/?customId={{subscriber-id}}","description":"<p>Retrieve a single subscriber by specifying the customId value. This value is displayed as \"Subscriber ID\" in Calix Support Cloud, and must match exactly.\nReturns a JSON object representing the Subscriber.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber",""],"host":["{{apihost}}"],"query":[{"key":"customId","value":"{{subscriber-id}}"}],"variable":[]}},"response":[{"id":"e7af9a09-03d9-484b-8910-90e59d789db1","name":"Retrieve Subscriber by customId/SubscriberID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/subscriber/?customId=67890","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","subscriber",""],"query":[{"key":"customId","value":"67890"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"413"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n    \"customId\": \"67890\",\n    \"name\": \"Test user\",\n    \"locations\": [\n        {\n            \"address\": {\n                \"streetLine1\": \"123 Oak St\",\n                \"city\": \"Anytown\",\n                \"state\": \"ZZ\",\n                \"zip\": \"00000\",\n                \"country\": \"USA\"\n            },\n            \"contacts\": [\n                {\n                    \"phone\": \"919-123-4567\",\n                    \"email\": \"some@user.org\"\n                }\n            ],\n            \"devices\": [\n                \"CXNK00001234\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6aedf497-0fb9-4312-bdbd-d61812fc3d0a"},{"name":"Retrieve Subscriber by Name","id":"f09e0705-5069-4071-a35f-911bc6fa1b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/?name={{name}}","description":"<p>Retrieve a list of subscribers matching the top-level \"name\" value, which must match exactly, and may return multiple matches.</p>\n<p>Returns a JSON array of Subscriber JSON objects.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber",""],"host":["{{apihost}}"],"query":[{"key":"name","value":"{{name}}"}],"variable":[]}},"response":[{"id":"d9bb4524-e805-493f-98a4-94e88f90746e","name":"Retrieve Subscriber by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/subscriber/?name=Test user","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","subscriber",""],"query":[{"key":"name","value":"Test user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"f09e0705-5069-4071-a35f-911bc6fa1b74"},{"name":"Retrieve Subscribers by Phone Number","id":"0433336c-9d92-478d-8dba-b587557276aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/?phone={{phone-number}}","description":"<p>Retrieve a list of subscribers by phone number. May match multiple subscribers, as phone number is not required to be unique.</p>\n<p>Returns a JSON array of matching Subscriber JSON objects.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber",""],"host":["{{apihost}}"],"query":[{"key":"phone","value":"{{phone-number}}"}],"variable":[]}},"response":[{"id":"402e8f6c-6b77-4c75-95cb-2e61f7ff3e8a","name":"Retrieve Subscribers by Phone Number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/subscriber/?phone=919-123-4567","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","subscriber",""],"query":[{"key":"phone","value":"919-123-4567"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"0433336c-9d92-478d-8dba-b587557276aa"},{"name":"Retrieve Subscriber by Email Address","id":"8f6208c3-6603-4df5-8d33-afd1a1d8a421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/subscriber/?email={{email-address}}","description":"<p>Retrieve a list of subscribers by phone number. May match multiple subscribers, as phone number is not required to be unique. </p>\n<p>Returns a JSON array of matching Subscriber JSON objects.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber",""],"host":["{{apihost}}"],"query":[{"key":"email","value":"{{email-address}}"}],"variable":[]}},"response":[{"id":"eafb7a85-f2f7-4838-8c97-743c4f51c2c7","name":"Retrieve Subscriber by Email Address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/subscriber/?email=some@user.org","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","subscriber",""],"query":[{"key":"email","value":"some@user.org"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n        \"customId\": \"67890\",\n        \"name\": \"Test user\",\n        \"locations\": [\n            {\n                \"address\": {\n                    \"streetLine1\": \"123 Oak St\",\n                    \"city\": \"Anytown\",\n                    \"state\": \"ZZ\",\n                    \"zip\": \"00000\",\n                    \"country\": \"USA\"\n                },\n                \"contacts\": [\n                    {\n                        \"phone\": \"919-123-4567\",\n                        \"email\": \"some@user.org\"\n                    }\n                ],\n                \"devices\": [\n                    \"CXNK00001234\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"8f6208c3-6603-4df5-8d33-afd1a1d8a421"},{"name":"Update Subscriber or replace associated system","id":"61577ca1-a72d-4b77-beca-ec7466f5e38c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customId\": \"existingSubscriberLocationID\",\n    \"name\": \"Customer XYZ\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"locations\": [\n        {\n            \"address\": {},\n            \"devices\": [\n                \"CXNKFF00FF00\"\n            ],\n            \"contacts\": [\n                {\n                    \"phone\": \"312-555-1060\",\n                    \"email\": \"me@nowhere.bad\"\n                }\n            ]\n        }\n    ]\n}"},"url":"https://{{apihost}}:8444/api/subscriber/","description":"<p>To update subscriber details, first retrieve the subscriber record, and then PUT the record back with your changes, and all other elements intact.</p>\n<p>To use this to replace a system and maintain configuration, retrieve the record with the old system ID (in \"devices\"), and PUT the record back with the new system ID substituted. Do not delete and then add; if you do this in one transaction, Cloud understands that this is a system swap-out.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber",""],"host":["{{apihost}}"],"query":[{"disabled":true,"key":"customId","value":"ap-igmp"}],"variable":[]}},"response":[{"id":"bffdc449-649e-4743-93e7-85daee2a7136","name":"Retrieve Subscriber by customId/SubscriberID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/subscriber/?customId=67890","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","subscriber",""],"query":[{"key":"customId","value":"67890"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"413"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"7317b27e-528f-4c40-83bc-6d8a46edd0a3\",\n    \"customId\": \"67890\",\n    \"name\": \"Test user\",\n    \"locations\": [\n        {\n            \"address\": {\n                \"streetLine1\": \"123 Oak St\",\n                \"city\": \"Anytown\",\n                \"state\": \"ZZ\",\n                \"zip\": \"00000\",\n                \"country\": \"USA\"\n            },\n            \"contacts\": [\n                {\n                    \"phone\": \"919-123-4567\",\n                    \"email\": \"some@user.org\"\n                }\n            ],\n            \"devices\": [\n                \"CXNK00001234\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"61577ca1-a72d-4b77-beca-ec7466f5e38c"},{"name":"Delete Subscriber","id":"5f54f2fb-8809-4672-ad44-60d970c4cad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/subscriber/{{_id}}","description":"<p>Delete a single subscriber by specifying the internal _id. This value is created by Calix Support Cloud when the subscriber is created.</p>\n<p>No return body.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","subscriber","{{_id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"a18ef57e-996a-4874-9f91-e8917cde926d","name":"Delete Subscriber","originalRequest":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/subscriber/7317b27e-528f-4c40-83bc-6d8a46edd0a3"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5f54f2fb-8809-4672-ad44-60d970c4cad0"}],"id":"d6434b24-bcf3-4c5b-b5e0-c40a64a94acf","description":"<p>Subscriber records contain demographic data such as name, address, and account information, and allow association of devices to the subscriber in order to depict how the service is delivered.</p>\n<p>Calix recommends creating one Subscriber record for each unique location where service is delivered. For example, if a single account holder has service at home and at a business, two distinct Subscriber records should be created, each associated only to the device(s) used to deliver service at the respective locations.</p>\n<p>The subscriber record contains the following elements:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The internal ID string for this CPE device (auto generated by the ACS server; read-only).</td>\n</tr>\n<tr>\n<td>customId</td>\n<td>String</td>\n<td>A customer ID value that can uniquely identify this subscriber location, for example, a circuit ID, or the account number plus street address. This value is displayed in Calix Support Cloud as \"Subscriber ID\". If a creation or update request contains a “customId” value that is already being used by an existing subscriber record, the request will be rejected with HTTP status code “409 Conflict”.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the subscriber, which must be either \"Residential\" or \"Business\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The display name to be used for this subscriber location. This value can be repeated for multiple Subscriber records.</td>\n</tr>\n<tr>\n<td>createTime</td>\n<td>String</td>\n<td>Date/Time (in ISO8601 format) when this subscriber record was created in the system. This attribute is generated by the ACS server thus read-only to the API clients.</td>\n</tr>\n<tr>\n<td>locations</td>\n<td>JSON Array</td>\n<td>A subscriber may have 0 or 1 location. As of May 2018, support for multiple locations is discontinued. The location is represented as a JSON object, with elements shown below.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"locations-json-object-definition\">locations JSON object definition</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>devices</td>\n<td>JSON Array</td>\n<td>An array of strings, with each string in the array referring to a device installed (or to be installed) in this subscriber location. Allowed device identifiers are:<br /><ul><li> The _id string of the device already defined in the system.</li><li>The FSAN Serial Number, or other serial number as reported in the TR-69 INFORM message</li><li>The Registration ID for Calix equipment</li><li>A hardware MAC address (as reported in the TR-69 INFORM). This address must contain six groups of two hexadecimal characters, separated by colons in canonical order, such as 00:06:31:00:11:22</li></ul></td>\n</tr>\n<tr>\n<td>address</td>\n<td>JSON Object</td>\n<td>Physical address of this location, consisting of elements:<br /><ul><li>streetLine1</li><li>streetLine2</li><li>city</li><li>state</li><li>zip</li><li>country</li></ul></td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>JSON Array</td>\n<td>Calix Support Cloud will only use a single contact object, using elements:<br /><ul><li>firstName</li><li>lastName</li><li>phone</li><li>email</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"04fe1ed5-8a1b-4633-adaf-19c4e3061113","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f15487e-0037-4076-a9b0-8bdba9143a53","type":"text/javascript","exec":[""]}}],"_postman_id":"d6434b24-bcf3-4c5b-b5e0-c40a64a94acf","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}}},{"name":"Device Provisioning Record Management","item":[{"name":"Create Provisioning Record","id":"c8eb7bdf-f6e9-4dbb-8cf8-79ca22782deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"opMode\": \"RG\",\n    \"deviceId\": \"CXNK00001234\",\n    \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n    \"data\": {\n        \"Enable\": true,\n        \"pppoe\": {\n            \"Username\": \"some@user.org\",\n            \"Password\": \"my-ppp-password\"\n        },\n        \"VlanId\": 888,\n        \"Pbit\": 0\n    },\n    \"video\": {\n        \"Enable\": true,\n        \"VlanId\": 999,\n        \"Pbit\": 4\n    },\n    \"voice\": {\n        \"ServiceType\": \"SIP\",\n        \"FaxT38\": {\n            \"Enable\": false\n        },\n        \"DialPlan\": \"system-default\",\n        \"X_CALIX_SXACC_RG_WAN\": {\n            \"ServiceConnectionType\": \"DHCP\"\n        },\n        \"Line\": {\n            \"1\": {\n                \"Enable\": \"Enabled\",\n                \"SIP\": {\n                    \"AuthUserName\": \"9191234567\",\n                    \"AuthPassword\": \"my-sip-password\",\n                    \"URI\": \"9191234567\"\n                },\n                \"CallingFeatures\": {\n                    \"CallerIDEnable\": true,\n                    \"CallWaitingEnable\": true,\n                    \"X_000631_ThreewayCallingEnable\": true,\n                    \"MWIEnable\": true,\n                    \"X_000631_DirectConnectEnable\": false,\n                    \"X_000631_DirectConnectNumber\": \"\",\n                    \"X_000631_DirectConnectTimer\": 0\n                },\n                \"VoiceProcessing\": {\n                    \"ReceiveGain\": -90,\n                    \"TransmitGain\": -30\n                }\n            },\n            \"2\": {\n                \"Enable\": \"Disabled\"\n            }\n        }\n    },\n    \"wifi\": {\n        \"1\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        },\n        \"9\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        }\n    },\n    \"modelName\": \"844E-1\"\n}"},"url":"https://{{apihost}}:8444/api/provisioning-record","description":"<p>Create a new Provisioning Record, using a valid Provisioning Record JSON objects, which does not contain \"_id\" or \"createTime\".</p>\n<p>Returns the _id of the created record if successful.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"941ae38d-ce3d-4895-8512-3c11f6c51a2f","name":"Create Provisioning Record","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\n    \"opMode\": \"RG\",\n    \"deviceId\": \"CXNK00001234\",\n    \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n    \"data\": {\n        \"Enable\": true,\n        \"pppoe\": {\n            \"Username\": \"some@user.org\",\n            \"Password\": \"my-ppp-password\"\n        },\n        \"VlanId\": 888,\n        \"Pbit\": 0\n    },\n    \"video\": {\n        \"Enable\": true,\n        \"VlanId\": 999,\n        \"Pbit\": 4\n    },\n    \"voice\": {\n        \"ServiceType\": \"SIP\",\n        \"FaxT38\": {\n            \"Enable\": false\n        },\n        \"DialPlan\": \"system-default\",\n        \"X_CALIX_SXACC_RG_WAN\": {\n            \"ServiceConnectionType\": \"DHCP\"\n        },\n        \"Line\": {\n            \"1\": {\n                \"Enable\": \"Enabled\",\n                \"SIP\": {\n                    \"AuthUserName\": \"9191234567\",\n                    \"AuthPassword\": \"my-sip-password\",\n                    \"URI\": \"9191234567\"\n                },\n                \"CallingFeatures\": {\n                    \"CallerIDEnable\": true,\n                    \"CallWaitingEnable\": true,\n                    \"X_000631_ThreewayCallingEnable\": true,\n                    \"MWIEnable\": true,\n                    \"X_000631_DirectConnectEnable\": false,\n                    \"X_000631_DirectConnectNumber\": \"\",\n                    \"X_000631_DirectConnectTimer\": 0\n                },\n                \"VoiceProcessing\": {\n                    \"ReceiveGain\": -90,\n                    \"TransmitGain\": -30\n                }\n            },\n            \"2\": {\n                \"Enable\": \"Disabled\"\n            }\n        }\n    },\n    \"wifi\": {\n        \"1\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        },\n        \"9\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        }\n    },\n    \"modelName\": \"844E-1\"\n}"},"url":"https://{{apihost}}:8444/api/provisioning-record"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"cdfc1c38-5836-4264-94d2-af0be7cf51bd"}],"_postman_id":"c8eb7bdf-f6e9-4dbb-8cf8-79ca22782deb"},{"name":"Retrieve All Provisioning Records","id":"be2a83ab-7b33-4585-888d-b2f8983cd127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record","description":"<p>Retrieve all Provisioning Records, returning a JSON array of Provisioning Record JSON objects, each describing a full configuration.</p>\n<p>There is no filtering nor limit/offset capability with this request.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"3e834869-678e-4105-90a8-d5a6d5d53cf6","name":"Provisioning record","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"b2fe4b73-a7f9-45c5-82d2-9d38247e0edf\",\n        \"orgId\": \"12837558\",\n        \"opMode\": \"RG\",\n        \"deviceId\": \"CXNK00001234\",\n        \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n        \"data\": {\n            \"Enable\": true,\n            \"pppoe\": {\n                \"Username\": \"some@user.org\",\n                \"Password\": \"my-ppp-password\"\n            },\n            \"VlanId\": 888,\n            \"Pbit\": 0\n        },\n        \"video\": {\n            \"Enable\": true,\n            \"VlanId\": 999,\n            \"Pbit\": 4\n        },\n        \"voice\": {\n            \"ServiceType\": \"SIP\",\n            \"FaxT38\": {\n                \"Enable\": false\n            },\n            \"DialPlan\": \"system-default\",\n            \"Line\": {\n                \"1\": {\n                    \"Enable\": \"Enabled\",\n                    \"SIP\": {\n                        \"AuthUserName\": \"9191234567\",\n                        \"AuthPassword\": \"my-sip-password\",\n                        \"URI\": \"9191234567\"\n                    },\n                    \"CallingFeatures\": {\n                        \"CallerIDEnable\": true,\n                        \"CallWaitingEnable\": true,\n                        \"X_000631_ThreewayCallingEnable\": true,\n                        \"MWIEnable\": true,\n                        \"X_000631_DirectConnectEnable\": false,\n                        \"X_000631_DirectConnectNumber\": \"\",\n                        \"X_000631_DirectConnectTimer\": 0\n                    },\n                    \"VoiceProcessing\": {\n                        \"ReceiveGain\": -90,\n                        \"TransmitGain\": -30\n                    }\n                },\n                \"2\": {\n                    \"Enable\": \"Disabled\"\n                }\n            }\n        },\n        \"wifi\": {\n            \"1\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\"\n            },\n            \"9\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\"\n            }\n        },\n        \"modelName\": \"844E-1\"\n    }\n]"}],"_postman_id":"be2a83ab-7b33-4585-888d-b2f8983cd127"},{"name":"Retrieve Provisioning Record by Internal ID","id":"d368b7ed-0b1c-40aa-be77-d37e6dfe6be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record/{{provisioning-record-id}}","description":"<p>Retrieve a single Provisioning Record, using the internal ID of the record. Returns a single Provisioning Record JSON object describing a full configuration.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record","{{provisioning-record-id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"ac3bcd95-21ff-4c54-8f2b-fc24b6a2f147","name":"Retrieve Provisioning Record by Internal ID","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record/cdfc1c38-5836-4264-94d2-af0be7cf51bd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2012"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"cdfc1c38-5836-4264-94d2-af0be7cf51bd\",\n    \"opMode\": \"RG\",\n    \"deviceId\": \"CXNK00001234\",\n    \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n    \"data\": {\n        \"Enable\": true,\n        \"pppoe\": {\n            \"Username\": \"some@user.org\",\n            \"Password\": \"my-ppp-password\"\n        },\n        \"VlanId\": 888,\n        \"Pbit\": 0\n    },\n    \"video\": {\n        \"Enable\": true,\n        \"VlanId\": 999,\n        \"Pbit\": 4\n    },\n    \"voice\": {\n        \"ServiceType\": \"SIP\",\n        \"FaxT38\": {\n            \"Enable\": false\n        },\n        \"DialPlan\": \"system-default\",\n        \"Line\": {\n            \"1\": {\n                \"Enable\": \"Enabled\",\n                \"SIP\": {\n                    \"AuthUserName\": \"9191234567\",\n                    \"AuthPassword\": \"my-sip-password\",\n                    \"URI\": \"9191234567\"\n                },\n                \"CallingFeatures\": {\n                    \"CallerIDEnable\": true,\n                    \"CallWaitingEnable\": true,\n                    \"X_000631_ThreewayCallingEnable\": true,\n                    \"MWIEnable\": true,\n                    \"X_000631_DirectConnectEnable\": false,\n                    \"X_000631_DirectConnectNumber\": \"\",\n                    \"X_000631_DirectConnectTimer\": 0\n                },\n                \"VoiceProcessing\": {\n                    \"ReceiveGain\": -90,\n                    \"TransmitGain\": -30\n                }\n            },\n            \"2\": {\n                \"Enable\": \"Disabled\"\n            }\n        }\n    },\n    \"wifi\": {\n        \"1\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        },\n        \"9\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        }\n    },\n    \"modelName\": \"844E-1\",\n    \"orgId\": \"12837558\"\n}"}],"_postman_id":"d368b7ed-0b1c-40aa-be77-d37e6dfe6be7"},{"name":"Retrieve Provisioning Records by Device","id":"009f6450-595b-4540-a30f-2a04f801615e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record?deviceId={{device-id}}","description":"<p>Retrieve a Provisioning Record by the Device ID, which is one of:</p>\n<ul>\n<li>FSAN Serial Number</li>\n<li>Serial number as reported in the TR-69 INFORM message</li>\n<li>Calix Registration ID</li>\n<li>MAC address, as reported in the TR-69 INFORM message, in the format 00:11:22:33:44:55</li>\n</ul>\n<p>Returns a JSON array of Provisioning Record JSON objects, each describing a full configuration.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Device ID (FSAN/serial/RegID/MAC)</p>\n","type":"text/plain"},"key":"deviceId","value":"{{device-id}}"}],"variable":[]}},"response":[{"id":"6614de53-103a-49c6-ae76-48fce4814828","name":"Retrieve Provisioning Records by Device","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/provisioning-record?deviceId=CXNK00001234","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","provisioning-record"],"query":[{"key":"deviceId","value":"CXNK00001234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"cdfc1c38-5836-4264-94d2-af0be7cf51bd\",\n        \"opMode\": \"RG\",\n        \"deviceId\": \"CXNK00001234\",\n        \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n        \"data\": {\n            \"Enable\": true,\n            \"pppoe\": {\n                \"Username\": \"some@user.org\",\n                \"Password\": \"my-ppp-password\"\n            },\n            \"VlanId\": 888,\n            \"Pbit\": 0\n        },\n        \"video\": {\n            \"Enable\": true,\n            \"VlanId\": 999,\n            \"Pbit\": 4\n        },\n        \"voice\": {\n            \"ServiceType\": \"SIP\",\n            \"FaxT38\": {\n                \"Enable\": false\n            },\n            \"DialPlan\": \"system-default\",\n            \"X_CALIX_SXACC_RG_WAN\": {\n                \"ServiceConnectionType\": \"DHCP\"\n            },\n            \"Line\": {\n                \"1\": {\n                    \"Enable\": \"Enabled\",\n                    \"SIP\": {\n                        \"AuthUserName\": \"9191234567\",\n                        \"AuthPassword\": \"my-sip-password\",\n                        \"URI\": \"9191234567\"\n                    },\n                    \"CallingFeatures\": {\n                        \"CallerIDEnable\": true,\n                        \"CallWaitingEnable\": true,\n                        \"X_000631_ThreewayCallingEnable\": true,\n                        \"MWIEnable\": true,\n                        \"X_000631_DirectConnectEnable\": false,\n                        \"X_000631_DirectConnectNumber\": \"\",\n                        \"X_000631_DirectConnectTimer\": 0\n                    },\n                    \"VoiceProcessing\": {\n                        \"ReceiveGain\": -90,\n                        \"TransmitGain\": -30\n                    }\n                },\n                \"2\": {\n                    \"Enable\": \"Disabled\"\n                }\n            }\n        },\n        \"wifi\": {\n            \"1\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\",\n                \"RadioEnabled\": true\n            },\n            \"9\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\",\n                \"RadioEnabled\": true\n            }\n        },\n        \"modelName\": \"844E-1\",\n        \"orgId\": \"12837558\"\n    }\n]"}],"_postman_id":"009f6450-595b-4540-a30f-2a04f801615e"},{"name":"Retrieve Provisioning Records by Subscriber","id":"d24b9d9d-5943-4137-87a3-373297c2b7f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record?subscriberId={{subscriber-internal-id}}","description":"<p>Retrieve all Provisioning Records associated to a Subscriber, using the Subscriber _id value. You may need to query the Subscriber record by name/account/phone in order to obtain the _id value, then run the Provisioning Record query.</p>\n<p>Returns a JSON array of Provisioning Record JSON objects, each describing a full configuration.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Internal ID value of the associated Subscriber record</p>\n","type":"text/plain"},"key":"subscriberId","value":"{{subscriber-internal-id}}"}],"variable":[]}},"response":[{"id":"da0d5aee-43d3-4d3c-ab29-f9fa3922e613","name":"Retrieve Provisioning Records by Subscriber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/provisioning-record?subscriberId=45600aa6-ee09-4c0d-98e3-9569bc908673","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","provisioning-record"],"query":[{"key":"subscriberId","value":"45600aa6-ee09-4c0d-98e3-9569bc908673","description":"Internal ID value of the associated Subscriber record"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"cdfc1c38-5836-4264-94d2-af0be7cf51bd\",\n        \"opMode\": \"RG\",\n        \"deviceId\": \"CXNK00001234\",\n        \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n        \"data\": {\n            \"Enable\": true,\n            \"pppoe\": {\n                \"Username\": \"some@user.org\",\n                \"Password\": \"my-ppp-password\"\n            },\n            \"VlanId\": 888,\n            \"Pbit\": 0\n        },\n        \"video\": {\n            \"Enable\": true,\n            \"VlanId\": 999,\n            \"Pbit\": 4\n        },\n        \"voice\": {\n            \"ServiceType\": \"SIP\",\n            \"FaxT38\": {\n                \"Enable\": false\n            },\n            \"DialPlan\": \"system-default\",\n            \"X_CALIX_SXACC_RG_WAN\": {\n                \"ServiceConnectionType\": \"DHCP\"\n            },\n            \"Line\": {\n                \"1\": {\n                    \"Enable\": \"Enabled\",\n                    \"SIP\": {\n                        \"AuthUserName\": \"9191234567\",\n                        \"AuthPassword\": \"my-sip-password\",\n                        \"URI\": \"9191234567\"\n                    },\n                    \"CallingFeatures\": {\n                        \"CallerIDEnable\": true,\n                        \"CallWaitingEnable\": true,\n                        \"X_000631_ThreewayCallingEnable\": true,\n                        \"MWIEnable\": true,\n                        \"X_000631_DirectConnectEnable\": false,\n                        \"X_000631_DirectConnectNumber\": \"\",\n                        \"X_000631_DirectConnectTimer\": 0\n                    },\n                    \"VoiceProcessing\": {\n                        \"ReceiveGain\": -90,\n                        \"TransmitGain\": -30\n                    }\n                },\n                \"2\": {\n                    \"Enable\": \"Disabled\"\n                }\n            }\n        },\n        \"wifi\": {\n            \"1\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\",\n                \"RadioEnabled\": true\n            },\n            \"9\": {\n                \"Enable\": true,\n                \"SSID\": \"Test User Home\",\n                \"SSIDAdvertisementEnabled\": true,\n                \"BeaconType\": \"WPAand11i\",\n                \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                \"WPAEncryptionModes\": \"AESEncryption\",\n                \"KeyPassphrase\": \"s3crets!!\",\n                \"RadioEnabled\": true\n            }\n        },\n        \"modelName\": \"844E-1\",\n        \"orgId\": \"12837558\"\n    }\n]"}],"_postman_id":"d24b9d9d-5943-4137-87a3-373297c2b7f8"},{"name":"Modify Provisioning Record","event":[{"listen":"prerequest","script":{"id":"6f8668ff-81d2-4ab6-b0d1-4c48ae6ade1a","exec":["pm.environment.set(\"prov_record_id\", \"447d30a6-d933-4c06-af5d-47798bfd8620\");"],"type":"text/javascript"}}],"id":"9b17ae84-c63d-46fb-82ec-478d4e796b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\n    \"opMode\": \"RG\",\n    \"deviceId\": \"CXNK00001234\",\n    \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n    \"data\": {\n        \"Enable\": true,\n        \"pppoe\": {\n            \"Username\": \"some@user.org\",\n            \"Password\": \"my-ppp-password\"\n        },\n        \"VlanId\": 888,\n        \"Pbit\": 0\n    },\n    \"video\": {\n        \"Enable\": true,\n        \"VlanId\": 999,\n        \"Pbit\": 4\n    },\n    \"voice\": {\n        \"ServiceType\": \"SIP\",\n        \"FaxT38\": {\n            \"Enable\": false\n        },\n        \"DialPlan\": \"system-default\",\n        \"Line\": {\n            \"1\": {\n                \"Enable\": \"Enabled\",\n                \"SIP\": {\n                    \"AuthUserName\": \"9191234567\",\n                    \"AuthPassword\": \"my-sip-password\",\n                    \"URI\": \"9191234567\"\n                },\n                \"CallingFeatures\": {\n                    \"CallerIDEnable\": true,\n                    \"CallWaitingEnable\": true,\n                    \"X_000631_ThreewayCallingEnable\": true,\n                    \"MWIEnable\": true,\n                    \"X_000631_DirectConnectEnable\": false,\n                    \"X_000631_DirectConnectNumber\": \"\",\n                    \"X_000631_DirectConnectTimer\": 0\n                },\n                \"VoiceProcessing\": {\n                    \"ReceiveGain\": -90,\n                    \"TransmitGain\": -30\n                }\n            },\n            \"2\": {\n                \"Enable\": \"Disabled\"\n            }\n        }\n    },\n    \"wifi\": {\n        \"1\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home UPDATE\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        },\n        \"9\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home UPDATE\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        }\n    },\n    \"modelName\": \"844E-1\"\n}"},"url":"https://gcs.calix.com:8444/api/provisioning-record/{{prov_record_id}}","description":"<p>Modify an existing provisioning record.</p>\n<ul>\n<li>You must specify the internal _id of the record to modify.</li>\n<li>When submitting changes, you must include the ENTIRE provisioning record, not just the changed section!</li>\n</ul>\n<p>For example, when changing a Wi-Fi SSID on a device with voice service, you must first retrieve the entire Provisioning Record, modify the JSON with the new SSID value, and then submit the entire record to this API call.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record","{{prov_record_id}}"],"host":["gcs","calix","com"],"query":[],"variable":[]}},"response":[{"id":"4ca6c88b-ab36-4ba2-b620-35870ae9870c","name":"Modify Provisioning Record","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\n    \"opMode\": \"RG\",\n    \"deviceId\": \"CXNK00001234\",\n    \"subscriberId\": \"45600aa6-ee09-4c0d-98e3-9569bc908673\",\n    \"data\": {\n        \"Enable\": true,\n        \"pppoe\": {\n            \"Username\": \"some@user.org\",\n            \"Password\": \"my-ppp-password\"\n        },\n        \"VlanId\": 888,\n        \"Pbit\": 0\n    },\n    \"video\": {\n        \"Enable\": true,\n        \"VlanId\": 999,\n        \"Pbit\": 4\n    },\n    \"voice\": {\n        \"ServiceType\": \"SIP\",\n        \"FaxT38\": {\n            \"Enable\": false\n        },\n        \"DialPlan\": \"system-default\",\n        \"Line\": {\n            \"1\": {\n                \"Enable\": \"Enabled\",\n                \"SIP\": {\n                    \"AuthUserName\": \"9191234567\",\n                    \"AuthPassword\": \"my-sip-password\",\n                    \"URI\": \"9191234567\"\n                },\n                \"CallingFeatures\": {\n                    \"CallerIDEnable\": true,\n                    \"CallWaitingEnable\": true,\n                    \"X_000631_ThreewayCallingEnable\": true,\n                    \"MWIEnable\": true,\n                    \"X_000631_DirectConnectEnable\": false,\n                    \"X_000631_DirectConnectNumber\": \"\",\n                    \"X_000631_DirectConnectTimer\": 0\n                },\n                \"VoiceProcessing\": {\n                    \"ReceiveGain\": -90,\n                    \"TransmitGain\": -30\n                }\n            },\n            \"2\": {\n                \"Enable\": \"Disabled\"\n            }\n        }\n    },\n    \"wifi\": {\n        \"1\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home UPDATE\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        },\n        \"9\": {\n            \"Enable\": true,\n            \"SSID\": \"Test User Home UPDATE\",\n            \"SSIDAdvertisementEnabled\": true,\n            \"BeaconType\": \"WPAand11i\",\n            \"IEEE11iEncryptionModes\": \"AESEncryption\",\n            \"WPAEncryptionModes\": \"AESEncryption\",\n            \"KeyPassphrase\": \"s3crets!!\",\n            \"RadioEnabled\": true\n        }\n    },\n    \"modelName\": \"844E-1\"\n}"},"url":"https://gcs.calix.com:8444/api/provisioning-record/cdfc1c38-5836-4264-94d2-af0be7cf51bd"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b17ae84-c63d-46fb-82ec-478d4e796b11"},{"name":"Delete Provisioning Record","id":"48eb21cb-68e5-43ac-aa8a-95a7ac411e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record/{{provisioning-record-id}}","description":"<p>Delete a single Provisioning Record, using the internal _id value.</p>\n<p>Returns no body.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","provisioning-record","{{provisioning-record-id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"395843f2-6cf0-4fac-9236-575586a8abbf","name":"Delete Provisioning Record","originalRequest":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/provisioning-record/b2fe4b73-a7f9-45c5-82d2-9d38247e0edf"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"48eb21cb-68e5-43ac-aa8a-95a7ac411e5e"}],"id":"a3f64790-afe8-4fc9-9afe-4525bc64b784","description":"<p>Provisioning Records contain persistent configuration information related to a device associated to a subscriber. They can be used to pre-configure service parameters such as Wi-Fi settings, PPPoE credentials, and voice line settings.</p>\n<p>A provisioning record consists of the following elements:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The internal ID of the associated CPE device, generated by the server (read-only).</td>\n</tr>\n<tr>\n<td>subscriberId</td>\n<td>String</td>\n<td>The _id value of the subscriber record associated with this device</td>\n</tr>\n<tr>\n<td>modelName</td>\n<td>String</td>\n<td>The device's model name, for example \"844G-1\" or \"GS2026E\"</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>String</td>\n<td>As with the subscriber record, this ID can be one of:<br /><ul><li> The _id string of the device already defined in the system.</li><li>The FSAN Serial Number, or other serial number as reported in the TR-69 INFORM message</li><li>The Registration ID for Calix equipment</li><li>A hardware MAC address (as reported in the TR-69 INFORM). This address must contain six groups of two hexadecimal characters, separated by colons in canonical order, such as 00:06:31:00:11:22</li></ul></td>\n</tr>\n<tr>\n<td>opMode</td>\n<td>String</td>\n<td>The operational mode of the device, which must be one of:<br /><table><tr><th>Mode</th><th>Description</th></tr><tr><td>RG</td><td>Residential Gateway</td></tr><tr><td>WAP-IGMP</td><td>Wireless Access Point<br />Applies only to 844E devices in extender mode</td></tr><tr><td>Modem</td><td>A DSL modem. Service provisioning is not allowed in this mode.</td></tr><tr><td>Managed ONT</td><td>Applies only to Calix Active Ethernet ONT 844GE. This is an advanced mode, and as such provisioning these devices must be done through the Calix Support Cloud GUI.</td></tr></table></td>\n</tr>\n<tr>\n<td>data</td>\n<td>JSON Object</td>\n<td>The data object contains configuration related to the WAN High-Speed Internet (HSI) service. Supported JSON elements are:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>Enable</td><td>Boolean</td><td>State of the HSI service (true = enabled, false = disabled)</td></tr></table></td>\n</tr>\n<tr>\n<td>video</td>\n<td>JSON Object</td>\n<td>Contains a single Boolean element \"Enable\" to specify enabled/disabled state of video service.</td>\n</tr>\n<tr>\n<td>voice</td>\n<td>JSON Object</td>\n<td>A JSON object defining voice service settings, which includes both top-level common attributes as well as per-line settings. Settings common to both lines include:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>ServiceType</td><td>String</td><td>Voice protocol, one of:<br /><ul><li>SIP</li><li>H.248</li><li>MGCP</li><li>X_000631_TDMGW (Calix TDM Gateway)</li></ul></td></tr><tr><td>FaxT38</td><td>JSON Object</td><td>A JSON object with boolean element \"Enable\" describing the use of T.38 Fax Relay (true = enabled, false = disabled)</td></tr><tr><td>DialPlan</td><td>String</td><td>The internal _id of a dial plan, or the string \"system-default\". Dial plans must be configured via the GUI, and only apply to SIP services.</td></tr></table>See the Voice Configuration Per-Line section below for a detailed description of per-line settings.</td>\n</tr>\n<tr>\n<td>wifi</td>\n<td>JSON Object</td>\n<td>A JSON object defining Wi-Fi configuration. Each child represents a single SSID configuration. See the Wi-Fi Configuration Per-SSID section below for details.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"wi-fi-configuration-per-ssid\">Wi-Fi Configuration Per-SSID</h2>\n<p>Wi-Fi configuration is done on a per-SSID basis, with the top-level element in the JSON object containing an integer index value. For Calix GigaCenter devices, SSID values 1-8 correspond to 2.4 GHz radio SSIDs, and 5-16 correspond to 5 GHz SSIDs. For other manufacturer devices, you will need to explore the device data model to determine the index values.</p>\n<p>The following elements are supported beneath the top-level SSID index:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Enable</td>\n<td>Boolean</td>\n<td>Enable or disable service on the SSID</td>\n</tr>\n<tr>\n<td>SSID</td>\n<td>String</td>\n<td>The SSID value or Wi-Fi network name</td>\n</tr>\n<tr>\n<td>SSIDAdvertisementEnabled</td>\n<td>Boolean</td>\n<td>Determines whether the SSID should be broadcast (true) or hidden (false)</td>\n</tr>\n<tr>\n<td>KeyPassphrase</td>\n<td>String</td>\n<td>The Wi-Fi password, an ASCII value from which the keys are generated</td>\n</tr>\n<tr>\n<td>BeaconType</td>\n<td>String</td>\n<td>The beacon type used on this SSID. Possible values:<br /><ul><li>None - No SSID present</li><li>Basic - WEP or no security</li><li>WPA - For WPA(v1)</li><li>11i - For WPA2</li><li>WPAand11i - For WPA/WPA2</li><li>BasicandWPAand11i - For WEP/WPA/WPA2</li></ul></td>\n</tr>\n<tr>\n<td>BasicEncryptionModes</td>\n<td>String</td>\n<td>Encryption mode to be used with Basic 802.11, must be either \"None\" (for no security) or \"WEPEncryption\" for WEP PSK</td>\n</tr>\n<tr>\n<td>BasicAuthenticationMode</td>\n<td>String</td>\n<td>Authentication mode to be used with Basic 802.11, must be either \"None\"  or \"EAPAuthentication\"</td>\n</tr>\n<tr>\n<td>WPAEncryptionModes</td>\n<td>String</td>\n<td>Encryption mode to be used with WPA, must be one of:<br /><ul><li>AESEncryption</li><li>TKIPEncryption</li><li>TKIPandAESEncryption</li></ul><br /><b>Note that on Calix GigaFamily devices' 5GHz radio, only AESEncryption is supported.</b></td>\n</tr>\n<tr>\n<td>WPAAuthenticationMode</td>\n<td>String</td>\n<td>Authentication mode to be used with WPA, must be either \"PSKAuthentication\"  or \"EAPAuthentication\"</td>\n</tr>\n<tr>\n<td>RadioEnabled</td>\n<td>Boolean</td>\n<td>Indicates whether or not the access point radio is enabled.<p>Please note that this attribute may not be applicable on all SSID instances. For example, this attribute is only applicable on SSID instance 1 and 9 for Calix GigaCenter/GigaHub devices, controlling the state of the 2.4GHz and 5GHz radios, respectively.</p></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"calix-gigafamily-examples\">Calix GigaFamily Examples</h3>\n<h4 id=\"wpawpa2-personal\">WPA/WPA2 Personal</h4>\n<p>Calix GigaCenter devices use WPA/WPA2-PSK as the default Wi-Fi security mode. To configure this mode, use a configuration such as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"wifi\": {\n      \"1\": {\n        \"BeaconType\" : \"WPAand11i\", \n        \"WPAAuthenticationMode\" : \"PSKAuthentication\", \n        \"WPAEncryptionModes\" : \"TKIPandAESEncryption\", \n        \"IEEE11iAuthenticationMode\" : \"PSKAuthentication\", \n        \"IEEE11iEncryptionModes\" : \"TKIPandAESEncryption\", \n        \"BasicAuthenticationMode\" : \"None\", \n        \"BasicEncryptionModes\" : \"None\", \n        \"SSIDAdvertisementEnabled\": true,\n        \"Enable\": true,\n        \"SSID\": \"John Doe\",\n        \"KeyPassphrase\": \"calix123\",\n        \"RadioEnabled\": true\n    }, \n      \"9\": {\n            \"RadioEnabled\": false\n        }\n    }\n</code></pre><h4 id=\"wpa2-personal\">WPA2 Personal</h4>\n<p>To enable only WPA2, the BeaconType parameter needs to be set to 11i, IEEE11iAuthenticationMode must be set to PSKAuthentication, and\nIEEE11iEncryptionModes must be set to AESEncryption. The below example configures the primary SSID\non both radios to WPA2-Personal with broadcasting enabled:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"wifi\": {\n  \"1\": {\n    \"BeaconType\" : \"11i\",\n    \"IEEE11iAuthenticationMode\" : \"PSKAuthentication\",\n    \"IEEE11iEncryptionModes\" : \" AESEncryption\",\n    \"WPAAuthenticationMode\" : \"PSKAuthentication\",\n    \"WPAEncryptionModes\" : \"AESEncryption\",\n    \"BasicAuthenticationMode\" : \"None\",\n    \"BasicEncryptionModes\" : \"None\",\n    \"SSIDAdvertisementEnabled\": true,\n    \"Enable\": true,\n    \"SSID\": \"John Doe\",\n    \"KeyPassphrase\": \"calix123\",\n    \"RadioEnabled\": true\n  }, \n\"9\": {\n    \"BeaconType\" : \"11i\",\n    \"IEEE11iAuthenticationMode\" : \"PSKAuthentication\",\n    \"IEEE11iEncryptionModes\" : \" AESEncryption\",\n    \"WPAAuthenticationMode\" : \"PSKAuthentication\",\n    \"WPAEncryptionModes\" : \"AESEncryption\",\n    \"BasicAuthenticationMode\" : \"None\",\n    \"BasicEncryptionModes\" : \"None\",\n    \"SSIDAdvertisementEnabled\": true,\n    \"Enable\": true,\n    \"SSID\": \"John Doe\",\n    \"KeyPassphrase\": \"calix123\",\n    \"RadioEnabled\": true\n  }\n}\n</code></pre><h4 id=\"no-security\">No Security</h4>\n<p>To enable an SSID with no security, such as a Guest network, use these parameters:</p>\n<ul>\n<li>BeaconType = Basic</li>\n<li>BasicAuthenticationMode = None</li>\n<li>BasicEncryptionModes = None</li>\n</ul>\n<p>This example sets up the designated guest network slot on the 2.4GHz radio.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"wifi\": {\n  \"1\": {  &lt;Primary SSID parameters here&gt; },\n  \"2\": {\n    \"BeaconType\" : \"Basic\", \n    \"BasicAuthenticationMode\" : \"None\", \n    \"BasicEncryptionModes\" : \"None\", \n    \"SSIDAdvertisementEnabled\": true, \n    \"Enable\": true,\n    \"SSID\": \"John Doe\" \n  }, \n  \"9\": {\n    \"RadioEnabled\": false\n  }\n}\n</code></pre><h2 id=\"voice-configuration-per-line\">Voice Configuration Per-Line</h2>\n<p>The per-line settings section in the voice object is contained in a \"Line\" object, with each line enumerated by its port number (ie \"1\" or \"2\" for a 2-port ONT).</p>\n<p>Within each line index element, configuration details are specified as follows.</p>\n<h3 id=\"common-settings-for-all-protocols\">Common settings for all protocols</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Enable</td>\n<td>String</td>\n<td>Administrative state of the voice line, \"Enabled\" or \"Disabled\".</td>\n</tr>\n<tr>\n<td>VoiceProcessing</td>\n<td>JSON Object</td>\n<td>Voice processing and loss plan setting:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>ReceiveGain</td><td>Integer</td><td>Gain in 0.1 dB to apply to the received voice signal after decoding.<br />Must be in the range between -120 (-12dB) and 60 (6dB).</td></tr><tr><td>TransmitGain</td><td>Integer</td><td>Gain in 01.dB to apply to the transmitted voice signal prior to encoding.<br />Must be in the range between -120 (-12dB) and 60 (6dB).</td></tr></table><br />Reference loss plans:<br /><table><tr><th>Loss Plan</th><th>RX Gain</th><th>TX Gain</th></tr><tr><td>GR-909</td><td>-40 (-4dB)</td><td>-20 (-2dB)</td></tr><tr><td>ANSI</td><td>-90 (-9dB)</td><td>-30 (-3dB)</td></tr><tr><td>ETSI-PSTN</td><td>-110 (-11dB)</td><td>-40 (-4dB)</td></tr></table></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sip-line-settings\">SIP Line settings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SIP</td>\n<td>JSON Object</td>\n<td>SIP settings for the line, with the following syntax:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>AuthUserName</td><td>String</td><td>SIP Username</td></tr><tr><td>AuthPassword</td><td>String</td><td>SIP Password</td></tr><tr><td>URI</td><td>String</td><td>SIP URI</td></tr></table></td>\n</tr>\n<tr>\n<td>CallingFeatures</td>\n<td>JSON Object</td>\n<td>Optional endpoint-based calling features. These are generally all enabled except for Direct Connect, and features are controlled from the softswitch. Syntax:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>CallerIDEnable</td><td>Boolean</td><td>Enable/Disable Caller ID</td></tr><tr><td>CallWaitingEnable</td><td>Boolean</td><td>SIPEnable/Disable Call Waiting</td></tr><tr><td>X_000631_ThreewayCallingEnable</td><td>Boolean</td><td>Enable/Disable Three-Way Calling</td></tr><tr><td>MWIEnable</td><td>Boolean</td><td>Enable/disable Message Waiting Indicator</td></tr><tr><td>X_000631_DirectConnectEnable</td><td>Boolean</td><td>Enables/Disables direct connect such as hot/warm line feature.</td></tr><tr><td>X_000631_DirectConnectNumber</td><td>String</td><td>Stores the Hot/Warm line number to be used if the direct connect feature is enabled.<br />If “X_000631_DirectConnectEnable” is set to true, this field must contain a valid phone number.</td></tr><tr><td>X_000631_DirectConnectTimer</td><td>Integer</td><td>Direct connect timer in seconds, 0 indicates hotline, none-zero indicates warm line.<br />Valid Value Range: 0-35</td></tr></table></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"h248-line-settings\">H.248 Line settings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X_000631_H248</td>\n<td>JSON Object</td>\n<td>H.248 settings for the line, with the following syntax:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>TerminationId</td><td>String</td><td>H.248 Termination ID</td></tr></table></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"mgcp-line-settings\">MGCP Line settings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MGCP</td>\n<td>JSON Object</td>\n<td>MGCP settings for the line, with the following syntax:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>X_000631_GR303</td><td>Boolean</td><td>Enable/Disable GR303</td></tr></table></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"calix-tdm-gateway-line-settings\">Calix TDM Gateway Line settings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X_000631_TdmGw</td>\n<td>JSON Object</td>\n<td>TDM Gateway settings for the line, with the following syntax:<br /><table><tr><th>Element</th><th>Type</th><th>Description</th></tr><tr><td>Crv</td><td>String</td><td>Identify the line when using TDM gateway signaling.<br />For example “N1-1-IG1-1”</td></tr></table></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"voice-provisioning-examples\">Voice Provisioning Examples</h2>\n<h3 id=\"sip-provisioning-example\">SIP Provisioning Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"voice\": {\n    \"ServiceType\": \"SIP\",\n    \"FaxT38\": {\n        \"Enable\": true\n    },\n    \"DialPlan\": \"system-default\",\n    \"Line\": {\n        \"1\": {\n            \"Enable\": \"Enabled\",\n            \"SIP\": {\n                \"AuthUserName\": \"sip-user\",\n                \"AuthPassword\": \"sip-password\",\n                \"URI\": \"4001\"\n            },\n            \"CallingFeatures\": {\n                \"CallerIDEnable\": true,\n                 \"CallWaitingEnable\": true,\n                 \"X_000631_ThreewayCallingEnable\": true,\n                 \"MWIEnable\": true,\n                 \"X_000631_DirectConnectEnable\": true,\n                 \"X_000631_DirectConnectNumber\": \"7077663113\",\n                 \"X_000631_DirectConnectTimer\": 0\n            },\n            \"VoiceProcessing\": {\n                \"ReceiveGain\": -4,\n                \"TransmitGain\": -2\n            }\n        }, \n        \"2\": {\n            \"Enable\": \"Disabled\"\n        }\n    }\n}\n</code></pre><h3 id=\"h248-provisioning-example\">H.248 Provisioning Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"voice\": {\n    \"ServiceType\": \"H.248\",\n    \"Line\": {\n        \"1\": {\n            \"Enable\": \"Enabled\",\n            \"X_000631_H248\": {\n                \"TerminationId\": \"12345\"\n            },\n            \"VoiceProcessing\": {\n                \"ReceiveGain\": -4,\n                \"TransmitGain\": -2\n            }\n        },\n        \"2\": {\n            \"Enable\": \"Disabled\"\n        }\n    }\n}\n</code></pre><h3 id=\"mgcp-provisioning-example\">MGCP Provisioning Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"voice\": {\n    \"ServiceType\": \"MGCP\",\n    \"Line\": {\n            \"1\": {\n            \"Enable\": \"Enabled\",\n            \"MGCP\": {\n                \"X_000631_GR303\": true\n            },\n            \"VoiceProcessing\": {\n                \"ReceiveGain\": -4,\n                \"TransmitGain\": -2\n            } \n        },\n        \"2\": {\n            \"Enable\": \"Disabled\"\n        } \n    }\n}\n</code></pre><h3 id=\"tdm-gateway-provisioning-example\">TDM Gateway Provisioning Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"voice\": {\n    \"ServiceType\": \"X_000631_TDMGW\",\n    \"Line\": {\n        \"1\": {\n            \"Enable\": \"Enabled\",\n            \"X_000631_TdmGw\": {\n                \"Crv\": \"N1-1-IG1-1\"\n            },\n            \"VoiceProcessing\": {\n                \"ReceiveGain\": -4,\n                \"TransmitGain\": -2\n            }\n        },\n        \"2\": {\n            \"Enable\": \"Disabled\"\n        }\n    }\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"43fb2247-6fd7-48b8-8a09-7fcadce92199","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4046ee3a-3282-4a21-9e34-1cfaf4951f8e","type":"text/javascript","exec":[""]}}],"_postman_id":"a3f64790-afe8-4fc9-9afe-4525bc64b784","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}}},{"name":"TR-69 Device Operations","item":[{"name":"GetParameterValues","id":"19916452-d5f7-4fc0-9154-5f4913ebe2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"GetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterNames\": [\n\t\t\"InternetGatewayDevice.DeviceInfo.UpTime\"\n\t]\n}"},"url":"https://{{apihost}}:8444/api/device-op","description":"<p>In addition to the operation and cpeIdentifier elements, the GetParameterValues contains an element \"parameterNames\" which is a JSON array of data model objects to retrieve.</p>\n<p>The call returns a JSON array, expressing the sections of the device's data model as requested. See the example for details.</p>\n<p>The call will trigger a Connection Request to the device, which times out after 15 seconds and 3 attempts.</p>\n<p>If the request cannot be performed successfully, an appropriate HTTP status code (usually “408 Bad Request” or “408 Request Timeout”) will be returned with a detailed error message in the response body, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"No CPE found with filter {serialNumber:CXNK0020524}!\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"Received TR-069/CWMP Fault from Device: 9005 Invalid Parameter Name\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \" Internal Server ERROR (Timed out waiting for reply)\"\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"b11ce3ba-a309-40e7-a818-fbe3f91b9353","name":"GetParameterValues","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"GetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterNames\": [\n\t\t\"InternetGatewayDevice.DeviceInfo.UpTime\"\n\t]\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"InternetGatewayDevice\": {\n        \"DeviceInfo\": {\n            \"UpTime\": \"1350121\"\n        }\n    }\n}"},{"id":"fc0036a3-6017-4757-a123-1c27356ec1f2","name":"GetParameterValues","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"GetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK001D9030\"\n\t},\n\t\"parameterNames\": [\n\t\t\"InternetGatewayDevice.\"\n\t]\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"238213"}],"cookie":[],"responseTime":null,"body":"{\n    \"InternetGatewayDevice\": {\n        \"DeviceSummary\": \"InternetGatewayDevice:1.5[](Baseline:1, EthernetLAN:1, Time:1, IPPing:1, DeviceAssociation:1, QoS:1, CaptivePortal:1, WiFiLAN:1, UDPConnReq:1, TraceRoute:1)\",\n        \"LANDeviceNumberOfEntries\": \"1\",\n        \"WANDeviceNumberOfEntries\": \"1\",\n        \"Firewall\": {\n            \"Config\": \"High\",\n            \"Version\": \"\",\n            \"LastChange\": \"0001-01-01T00:00:00Z\",\n            \"X_000631_StealthMode\": \"true\"\n        },\n        \"CaptivePortal\": {\n            \"Enable\": \"false\",\n            \"Status\": \"Disabled\",\n            \"AllowedList\": \"\",\n            \"CaptivePortalURL\": \"\"\n        },\n        \"DeviceInfo\": {\n            \"Manufacturer\": \"Calix\",\n            \"ManufacturerOUI\": \"000631\",\n            \"ModelName\": \"844E-1\",\n            \"Description\": \"\",\n            \"ProductClass\": \"ENT\",\n            \"SerialNumber\": \"CXNK001D9030\",\n            \"X_000631_RegistrationId\": \"\",\n            \"HardwareVersion\": \"3000219601\",\n            \"SoftwareVersion\": \"12.2.13.0.49\",\n            \"ModemFirmwareVersion\": \"\",\n            \"EnabledOptions\": \"\",\n            \"AdditionalHardwareVersion\": \"UnitSerialNumber=261503000429\",\n            \"AdditionalSoftwareVersion\": \"CFE=12.2.21-118.5,BCM=4.16L.05xponpatch2\",\n            \"SpecVersion\": \"1.0\",\n            \"ProvisioningCode\": \"\",\n            \"UpTime\": \"2355\",\n            \"FirstUseDate\": \"2024-10-30T13:37:08-08:00\",\n            \"X_000631_IGDChangeCounter\": \"126\",\n            \"DeviceLog\": \"\",\n            \"VendorConfigFileNumberOfEntries\": \"2\",\n            \"X_000631_SPId\": \"\",\n            \"X_000631_SPIdOverrideAllowed\": \"true\",\n            \"VendorConfigFile\": {\n                \"1\": {\n                    \"Name\": \"calix.igd.conf\",\n                    \"Version\": \"0.0.0.0\",\n                    \"Date\": \"1969-12-31T16:01:01-08:00\",\n                    \"Description\": \"No provision config file.\"\n                },\n                \"2\": {\n                    \"Name\": \"calix.sip.conf\",\n                    \"Version\": \"0.0.0.0\",\n                    \"Date\": \"1969-12-31T16:01:01-08:00\",\n                    \"Description\": \"No provision config file.\"\n                }\n            }\n        },\n        \"X_BROADCOM_COM_FiltersCfg\": {\n            \"LocalSwitching\": \"false\",\n            \"PrevCfg\": \"true\",\n            \"IngressFilters\": {\n                \"1\": {\n                    \"Type\": \"filter_DHCP\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000000000000000000000000000001111101\"\n                },\n                \"2\": {\n                    \"Type\": \"filter_IGMP\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000001000000000000000000000001111100\"\n                },\n                \"3\": {\n                    \"Type\": \"filter_ARP\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000001000000000000000000000001111101\"\n                },\n                \"4\": {\n                    \"Type\": \"filter_802_1AG_CFM\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000000000000000000000000000001111100\"\n                },\n                \"5\": {\n                    \"Type\": \"filter_BCAST\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000001000000000000000000000001111101\"\n                },\n                \"6\": {\n                    \"Type\": \"filter_IP_FRAG\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000001000000000000000000000001111101\"\n                },\n                \"7\": {\n                    \"Type\": \"filter_ETYPE_UDEF\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"34958\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000001000000000000000000000001111100\"\n                },\n                \"8\": {\n                    \"Type\": \"filter_PPPOE_D\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000000000000000000000000000000000001\"\n                },\n                \"9\": {\n                    \"Type\": \"filter_PPPOE_S\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000000000000000000000000000000000001\"\n                },\n                \"10\": {\n                    \"Type\": \"filter_MCAST\",\n                    \"Action\": \"filter_cpu\",\n                    \"Val\": \"0\",\n                    \"ValId\": \"0\",\n                    \"Ports\": \"0000000000000000000000000000000000000000000000000000000000000001\"\n                }\n            }\n        },\n        \"DeviceConfig\": {\n            \"PersistentData\": \"\",\n            \"ConfigFile\": \"\"\n        },\n        \"ManagementServer\": {\n            \"EnableCWMP\": \"true\",\n            \"URL\": \"http://gcs6.calix.local:8080\",\n            \"Username\": \"000631-ENT-CXNK001D9030\",\n            \"Password\": \"\",\n            \"PeriodicInformEnable\": \"false\",\n            \"PeriodicInformInterval\": \"86400\",\n            \"PeriodicInformTime\": \"\",\n            \"ParameterKey\": \"(null)\",\n            \"X_000631_MgmtConnection\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.2.\",\n            \"ConnectionRequestURL\": \"http://192.168.90.205:30005/\",\n            \"ConnectionRequestUsername\": \"admin\",\n            \"ConnectionRequestPassword\": \"\",\n            \"UpgradesManaged\": \"false\",\n            \"KickURL\": \"\",\n            \"CWMPRetryMinimumWaitInterval\": \"5\",\n            \"CWMPRetryIntervalMultiplier\": \"2000\",\n            \"ManageableDeviceNumberOfEntries\": \"0\",\n            \"ManageableDeviceNotificationLimit\": \"0\",\n            \"UDPConnectionRequestAddress\": \"(null)\",\n            \"UDPConnectionRequestAddressNotificationLimit\": \"0\",\n            \"STUNEnable\": \"false\",\n            \"STUNServerAddress\": \"\",\n            \"STUNServerPort\": \"3478\",\n            \"STUNUsername\": \"\",\n            \"STUNPassword\": \"\",\n            \"STUNMaximumKeepAlivePeriod\": \"40\",\n            \"STUNMinimumKeepAlivePeriod\": \"40\",\n            \"NATDetected\": \"false\",\n            \"X_000631_IPVersion\": \"IPv4\",\n            \"X_000631_CWMPClientShareMode\": \"0\",\n            \"DUStateChangeComplPolicy\": {\n                \"Enable\": \"false\",\n                \"OperationTypeFilter\": \"Install,Update,Uninstall\",\n                \"ResultTypeFilter\": \"Both\",\n                \"FaultCodeFilter\": \"9001,9003,9012,9013,9015,9016,9017,9018,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032\"\n            }\n        },\n        \"X_000631_ManagementServer\": {\n            \"EnableCWMP\": \"true\",\n            \"URL\": \"http://gcs.calix.com:8080/12904500/maIGs8LTsp\",\n            \"Username\": \"acs-user-aOa7i\",\n            \"Password\": \"\",\n            \"PeriodicInformEnable\": \"true\",\n            \"PeriodicInformInterval\": \"86400\",\n            \"PeriodicInformTime\": \"\",\n            \"ParameterKey\": \"67ae1e5a8f080d752b8b9e33\",\n            \"X_000631_MgmtConnection\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.2.\",\n            \"ConnectionRequestURL\": \"http://192.168.90.205:30006/\",\n            \"ConnectionRequestUsername\": \"admin\",\n            \"ConnectionRequestPassword\": \"\",\n            \"UpgradesManaged\": \"false\",\n            \"KickURL\": \"\",\n            \"CWMPRetryMinimumWaitInterval\": \"5\",\n            \"CWMPRetryIntervalMultiplier\": \"2000\",\n            \"UDPConnectionRequestAddress\": \"136.56.55.98:43513\",\n            \"UDPConnectionRequestAddressNotificationLimit\": \"0\",\n            \"STUNEnable\": \"true\",\n            \"STUNServerAddress\": \"stun-us.calix.com\",\n            \"STUNServerPort\": \"3478\",\n            \"STUNUsername\": \"\",\n            \"STUNPassword\": \"\",\n            \"STUNMaximumKeepAlivePeriod\": \"120\",\n            \"STUNMinimumKeepAlivePeriod\": \"40\",\n            \"NATDetected\": \"true\",\n            \"X_000631_IPVersion\": \"IPv4\"\n        },\n        \"Time\": {\n            \"Enable\": \"true\",\n            \"Status\": \"Synchronized\",\n            \"NTPServer1\": \"time.nist.gov\",\n            \"NTPServer2\": \"ntp1.tummy.com\",\n            \"NTPServer3\": \"\",\n            \"NTPServer4\": \"\",\n            \"NTPServer5\": \"\",\n            \"CurrentLocalTime\": \"2025-02-13T08:32:16-08:00\",\n            \"LocalTimeZone\": \"-08:00\",\n            \"LocalTimeZoneName\": \"Pacific Time (US, Canada)\",\n            \"DaylightSavingsUsed\": \"false\",\n            \"DaylightSavingsStart\": \"2025-02-13T08:32:16-08:00\",\n            \"DaylightSavingsEnd\": \"2025-02-13T08:32:16-08:00\",\n            \"X_000631_DaylightSavingsEnable\": \"false\"\n        },\n        \"UserInterface\": {\n            \"PasswordRequired\": \"false\",\n            \"PasswordUserSelectable\": \"false\",\n            \"UpgradeAvailable\": \"false\",\n            \"WarrantyDate\": \"2145-12-31T23:59:00\",\n            \"ISPName\": \"\",\n            \"ISPHelpDesk\": \"\",\n            \"ISPHomePage\": \"\",\n            \"ISPHelpPage\": \"\",\n            \"ISPLogo\": \"Base64EncodedBinaryOfLogo\",\n            \"ISPLogoSize\": \"0\",\n            \"ISPMailServer\": \"\",\n            \"ISPNewsServer\": \"\",\n            \"TextColor\": \"\",\n            \"BackgroundColor\": \"\",\n            \"ButtonColor\": \"\",\n            \"ButtonTextColor\": \"\",\n            \"AutoUpdateServer\": \"\",\n            \"UserUpdateServer\": \"\",\n            \"ExampleLogin\": \"\",\n            \"ExamplePassword\": \"\",\n            \"RemoteAccess\": {\n                \"Enable\": \"false\",\n                \"Port\": \"8443\",\n                \"SupportedProtocols\": \"HTTP,HTTPS\",\n                \"Protocol\": \"HTTPS\"\n            }\n        },\n        \"User\": {\n            \"1\": {\n                \"Enable\": \"true\",\n                \"RemoteAccessCapable\": \"false\",\n                \"Username\": \"admin\",\n                \"Password\": \"d2946524\",\n                \"X_000631_RemoteAccessCapableTimeout\": \"0\",\n                \"X_000631_SetDefaultPassword\": \"0\"\n            },\n            \"2\": {\n                \"Enable\": \"true\",\n                \"RemoteAccessCapable\": \"false\",\n                \"Username\": \"support\",\n                \"Password\": \"Badd0gsit!Badd0gsit!\",\n                \"X_000631_RemoteAccessCapableTimeout\": \"0\",\n                \"X_000631_SetDefaultPassword\": \"0\"\n            }\n        },\n        \"Layer2Bridging\": {\n            \"MaxBridgeEntries\": \"16\",\n            \"MaxFilterEntries\": \"64\",\n            \"MaxMarkingEntries\": \"0\",\n            \"BridgeNumberOfEntries\": \"1\",\n            \"FilterNumberOfEntries\": \"21\",\n            \"MarkingNumberOfEntries\": \"0\",\n            \"AvailableInterfaceNumberOfEntries\": \"21\",\n            \"Bridge\": {\n                \"1\": {\n                    \"BridgeKey\": \"0\",\n                    \"BridgeEnable\": \"true\",\n                    \"BridgeStatus\": \"Disabled\",\n                    \"BridgeName\": \"Default\",\n                    \"VLANID\": \"0\",\n                    \"X_000631_L3IPTVAllow\": \"false\"\n                }\n            },\n            \"X_000631_IgmpGlobal\": {\n                \"QueryInterval\": \"125\"\n            },\n            \"Filter\": {\n                \"1\": {\n                    \"FilterKey\": \"1\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"1\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"2\": {\n                    \"FilterKey\": \"2\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"2\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"3\": {\n                    \"FilterKey\": \"3\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"3\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"4\": {\n                    \"FilterKey\": \"4\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"4\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"5\": {\n                    \"FilterKey\": \"5\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"5\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"6\": {\n                    \"FilterKey\": \"6\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"6\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"7\": {\n                    \"FilterKey\": \"7\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"7\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"8\": {\n                    \"FilterKey\": \"8\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"8\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"9\": {\n                    \"FilterKey\": \"9\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"9\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"10\": {\n                    \"FilterKey\": \"10\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"10\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"11\": {\n                    \"FilterKey\": \"11\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"11\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"12\": {\n                    \"FilterKey\": \"12\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"12\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"13\": {\n                    \"FilterKey\": \"13\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"13\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"14\": {\n                    \"FilterKey\": \"14\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"14\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"15\": {\n                    \"FilterKey\": \"15\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"15\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"16\": {\n                    \"FilterKey\": \"16\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"16\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"17\": {\n                    \"FilterKey\": \"17\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"17\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"18\": {\n                    \"FilterKey\": \"18\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"-1\",\n                    \"FilterInterface\": \"18\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"19\": {\n                    \"FilterKey\": \"19\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"19\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"20\": {\n                    \"FilterKey\": \"20\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"20\",\n                    \"VLANIDFilter\": \"-1\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                },\n                \"22\": {\n                    \"FilterKey\": \"22\",\n                    \"FilterEnable\": \"true\",\n                    \"FilterStatus\": \"Disabled\",\n                    \"FilterBridgeReference\": \"0\",\n                    \"FilterInterface\": \"22\",\n                    \"VLANIDFilter\": \"0\",\n                    \"EthertypeFilterList\": \"\",\n                    \"SourceMACAddressFilterList\": \"\",\n                    \"DestMACAddressFilterList\": \"\",\n                    \"SourceMACFromVendorClassIDFilter\": \"\",\n                    \"SourceMACFromVendorClassIDFilterExclude\": \"true\",\n                    \"X_000631_PbitFilter\": \"0\",\n                    \"X_000631_TagAction\": \"Null_Tag_Action\",\n                    \"X_000631_OUIFilter\": \"false\"\n                }\n            },\n            \"AvailableInterface\": {\n                \"1\": {\n                    \"AvailableInterfaceKey\": \"1\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.1\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"2\": {\n                    \"AvailableInterfaceKey\": \"2\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.2\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"3\": {\n                    \"AvailableInterfaceKey\": \"3\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.3\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"4\": {\n                    \"AvailableInterfaceKey\": \"4\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.4\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"5\": {\n                    \"AvailableInterfaceKey\": \"5\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"6\": {\n                    \"AvailableInterfaceKey\": \"6\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"7\": {\n                    \"AvailableInterfaceKey\": \"7\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"8\": {\n                    \"AvailableInterfaceKey\": \"8\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"9\": {\n                    \"AvailableInterfaceKey\": \"9\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"10\": {\n                    \"AvailableInterfaceKey\": \"10\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"11\": {\n                    \"AvailableInterfaceKey\": \"11\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"12\": {\n                    \"AvailableInterfaceKey\": \"12\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"13\": {\n                    \"AvailableInterfaceKey\": \"13\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.9\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"14\": {\n                    \"AvailableInterfaceKey\": \"14\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.10\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"15\": {\n                    \"AvailableInterfaceKey\": \"15\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.11\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"16\": {\n                    \"AvailableInterfaceKey\": \"16\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.12\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"17\": {\n                    \"AvailableInterfaceKey\": \"17\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.13\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"18\": {\n                    \"AvailableInterfaceKey\": \"18\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.14\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"19\": {\n                    \"AvailableInterfaceKey\": \"19\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.15\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"20\": {\n                    \"AvailableInterfaceKey\": \"20\",\n                    \"InterfaceType\": \"LANInterface\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.16\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                },\n                \"22\": {\n                    \"AvailableInterfaceKey\": \"22\",\n                    \"InterfaceType\": \"WANRouterConnection\",\n                    \"InterfaceReference\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.2\",\n                    \"X_000631_DhcpLeaseLimit\": \"0\",\n                    \"X_000631_McastFilter\": \"0\",\n                    \"X_000631_MvrProfile\": \"0\",\n                    \"X_000631_MaxStreams\": \"0\",\n                    \"X_000631_DropIPv6\": \"false\",\n                    \"X_000631_Dscp2PbitMap\": \"\",\n                    \"X_000631_SubscriberID\": \"\"\n                }\n            }\n        },\n        \"QueueManagement\": {\n            \"Enable\": \"true\",\n            \"MaxQueues\": \"24\",\n            \"MaxClassificationEntries\": \"32\",\n            \"ClassificationNumberOfEntries\": \"0\",\n            \"MaxAppEntries\": \"0\",\n            \"AppNumberOfEntries\": \"0\",\n            \"MaxFlowEntries\": \"0\",\n            \"FlowNumberOfEntries\": \"0\",\n            \"MaxPolicerEntries\": \"0\",\n            \"PolicerNumberOfEntries\": \"0\",\n            \"MaxQueueEntries\": \"24\",\n            \"QueueNumberOfEntries\": \"92\",\n            \"DefaultForwardingPolicy\": \"0\",\n            \"DefaultPolicer\": \"0\",\n            \"DefaultQueue\": \"4294967295\",\n            \"DefaultDSCPMark\": \"-1\",\n            \"DefaultEthernetPriorityMark\": \"0\",\n            \"AvailableAppList\": \"\",\n            \"Queue\": {\n                \"1\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"2\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"3\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"4\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"5\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"6\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"7\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"8\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"WAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"9\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"LAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"10\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"LAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"11\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"LAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"12\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"LAN\",\n                    \"QueueWeight\": \"1\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"13\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"14\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"15\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"16\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"17\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"18\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"19\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"20\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"21\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"22\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"23\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"24\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"25\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"26\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"27\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"28\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.2\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"29\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"30\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"31\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"32\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"33\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"34\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"35\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"36\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.3\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"37\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"38\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"39\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"40\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"41\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"42\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"43\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"44\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.4\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"45\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"46\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"47\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"48\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"49\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"50\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"51\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"52\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"53\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"54\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"55\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"56\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"57\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"58\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"59\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"60\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"61\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"62\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"63\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"64\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"65\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"66\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"67\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"68\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"69\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"70\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"71\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"72\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"73\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"74\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"75\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"76\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"false\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"77\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"1\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"78\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"2\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"79\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"3\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"80\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"4\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"81\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"5\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"82\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"6\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"83\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"7\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"84\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"8\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"85\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"9\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"86\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"10\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"87\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"11\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"88\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"12\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"89\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"13\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"90\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"14\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"91\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"15\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                },\n                \"92\": {\n                    \"QueueKey\": \"0\",\n                    \"QueueEnable\": \"true\",\n                    \"QueueStatus\": \"Disabled\",\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"QueueWeight\": \"0\",\n                    \"QueuePrecedence\": \"16\",\n                    \"SchedulerAlgorithm\": \"SP\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\"\n                }\n            },\n            \"QueueStats\": {\n                \"1\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"2\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"3\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"4\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"5\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"6\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"7\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"8\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"9\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"10\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"11\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"12\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"13\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"14\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"15\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                },\n                \"16\": {\n                    \"QueueInterface\": \"InternetGatewayDevice.WANDevice.3.WANEthernetInterfaceConfig\",\n                    \"OutputPackets\": \"0\",\n                    \"OutputBytes\": \"0\",\n                    \"DroppedPackets\": \"0\",\n                    \"DroppedBytes\": \"0\"\n                }\n            }\n        },\n        \"IPPingDiagnostics\": {\n            \"DiagnosticsState\": \"None\",\n            \"Interface\": \"\",\n            \"Host\": \"\",\n            \"NumberOfRepetitions\": \"0\",\n            \"Timeout\": \"0\",\n            \"DataBlockSize\": \"0\",\n            \"DSCP\": \"0\",\n            \"SuccessCount\": \"0\",\n            \"FailureCount\": \"0\",\n            \"AverageResponseTime\": \"0\",\n            \"MinimumResponseTime\": \"0\",\n            \"MaximumResponseTime\": \"0\"\n        },\n        \"TraceRouteDiagnostics\": {\n            \"DiagnosticsState\": \"None\",\n            \"Interface\": \"\",\n            \"Host\": \"\",\n            \"NumberOfTries\": \"3\",\n            \"Timeout\": \"5\",\n            \"DataBlockSize\": \"38\",\n            \"DSCP\": \"0\",\n            \"MaxHopCount\": \"30\",\n            \"ResponseTime\": \"0\",\n            \"RouteHopsNumberOfEntries\": \"0\"\n        },\n        \"LANDevice\": {\n            \"1\": {\n                \"LANEthernetInterfaceNumberOfEntries\": \"4\",\n                \"LANUSBInterfaceNumberOfEntries\": \"0\",\n                \"LANWLANConfigurationNumberOfEntries\": \"16\",\n                \"X_000631_ALG\": {\n                    \"1\": {\n                        \"Enable\": \"true\",\n                        \"Protocol\": \"SIP\"\n                    }\n                },\n                \"X_000631_IGMPQuery\": {\n                    \"V1GeneralQueriesSent\": \"0\",\n                    \"V2GeneralQueriesSent\": \"0\",\n                    \"V3GeneralQueriesSent\": \"18\",\n                    \"V2GroupQueriesSent\": \"0\",\n                    \"V3GroupQueriesSent\": \"0\"\n                },\n                \"LANHostConfigManagement\": {\n                    \"DHCPServerConfigurable\": \"true\",\n                    \"DHCPServerEnable\": \"true\",\n                    \"DHCPRelay\": \"false\",\n                    \"MinAddress\": \"192.168.1.2\",\n                    \"MaxAddress\": \"192.168.1.254\",\n                    \"ReservedAddresses\": \"\",\n                    \"SubnetMask\": \"255.255.255.0\",\n                    \"DNSServers\": \"0.0.0.0,0.0.0.0\",\n                    \"DomainName\": \"Home\",\n                    \"X_000631_HostName\": \"DeviceDHCP\",\n                    \"IPRouters\": \"\",\n                    \"DHCPLeaseTime\": \"86400\",\n                    \"IPInterfaceNumberOfEntries\": \"1\",\n                    \"IPInterface\": {\n                        \"1\": {\n                            \"Enable\": \"true\",\n                            \"IPInterfaceIPAddress\": \"192.168.1.1\",\n                            \"IPInterfaceSubnetMask\": \"255.255.255.0\",\n                            \"IPInterfaceAddressingType\": \"Static\",\n                            \"X_000631_IPv6LanIntfAddress\": {\n                                \"UniqueLocalAddress\": \"\"\n                            }\n                        }\n                    }\n                },\n                \"X_000631_IPv6LANHostConfigManagement\": {\n                    \"DHCPv6ServerEnable\": \"true\",\n                    \"StatefulDHCPv6Server\": \"false\",\n                    \"MinInterfaceID\": \"0:0:0:2\",\n                    \"MaxInterfaceID\": \"0:0:0:254\",\n                    \"DHCPv6LeaseTime\": \"86400\",\n                    \"IPv6DomainName\": \"\",\n                    \"IPv6DNSConfigType\": \"DHCP\",\n                    \"IPv6DNSServers\": \"\",\n                    \"IPv6DNSWANConnectionPath\": \"\",\n                    \"IPv6DNSWANConnection\": \"\",\n                    \"IPv6InterfaceNumberOfEntries\": \"0\",\n                    \"RadvdConfigManagement\": {\n                        \"Enable\": \"true\",\n                        \"ULAPrefixInfo\": {\n                            \"Enable\": \"false\",\n                            \"Random\": \"true\",\n                            \"Prefix\": \"\",\n                            \"PreferredLifeTime\": \"-1\",\n                            \"ValidLifeTime\": \"-1\"\n                        }\n                    }\n                },\n                \"LANEthernetInterfaceConfig\": {\n                    \"1\": {\n                        \"Name\": \"eth0\",\n                        \"Enable\": \"true\",\n                        \"Status\": \"Disabled\",\n                        \"MACAddress\": \"00:06:31:ed:f7:b3\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"DuplexMode\": \"Half\",\n                        \"X_000631_VLAN_Enable\": \"false\",\n                        \"X_000631_VLAN_TagList\": \"\",\n                        \"X_000631_OnBatteryEnable\": \"false\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"Stats\": {\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\",\n                            \"PacketsSent\": \"0\",\n                            \"PacketsReceived\": \"0\",\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\"\n                        },\n                        \"X_000631_IGMPStats\": {\n                            \"V1GeneralQueriesSent\": \"0\",\n                            \"V2GeneralQueriesSent\": \"0\",\n                            \"V3GeneralQueriesSent\": \"18\",\n                            \"V2GroupQueriesSent\": \"0\",\n                            \"V3GroupQueriesSent\": \"0\",\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        }\n                    },\n                    \"2\": {\n                        \"Name\": \"eth1\",\n                        \"Enable\": \"true\",\n                        \"Status\": \"Up\",\n                        \"MACAddress\": \"00:06:31:ed:f7:b4\",\n                        \"MaxBitRate\": \"1000\",\n                        \"DuplexMode\": \"Full\",\n                        \"X_000631_VLAN_Enable\": \"false\",\n                        \"X_000631_VLAN_TagList\": \"\",\n                        \"X_000631_OnBatteryEnable\": \"false\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"Stats\": {\n                            \"BytesSent\": \"1378908\",\n                            \"BytesReceived\": \"114185\",\n                            \"PacketsSent\": \"2001\",\n                            \"PacketsReceived\": \"1340\",\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"1985\",\n                            \"UnicastPacketsReceived\": \"1220\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"16\",\n                            \"MulticastPacketsReceived\": \"105\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"15\",\n                            \"UnknownProtoPacketsReceived\": \"0\"\n                        },\n                        \"X_000631_IGMPStats\": {\n                            \"V1GeneralQueriesSent\": \"0\",\n                            \"V2GeneralQueriesSent\": \"0\",\n                            \"V3GeneralQueriesSent\": \"18\",\n                            \"V2GroupQueriesSent\": \"0\",\n                            \"V3GroupQueriesSent\": \"0\",\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        }\n                    },\n                    \"3\": {\n                        \"Name\": \"eth2\",\n                        \"Enable\": \"true\",\n                        \"Status\": \"Disabled\",\n                        \"MACAddress\": \"00:06:31:ed:f7:b5\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"DuplexMode\": \"Half\",\n                        \"X_000631_VLAN_Enable\": \"false\",\n                        \"X_000631_VLAN_TagList\": \"\",\n                        \"X_000631_OnBatteryEnable\": \"false\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"Stats\": {\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\",\n                            \"PacketsSent\": \"0\",\n                            \"PacketsReceived\": \"0\",\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\"\n                        },\n                        \"X_000631_IGMPStats\": {\n                            \"V1GeneralQueriesSent\": \"0\",\n                            \"V2GeneralQueriesSent\": \"0\",\n                            \"V3GeneralQueriesSent\": \"18\",\n                            \"V2GroupQueriesSent\": \"0\",\n                            \"V3GroupQueriesSent\": \"0\",\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        }\n                    },\n                    \"4\": {\n                        \"Name\": \"eth3\",\n                        \"Enable\": \"true\",\n                        \"Status\": \"Disabled\",\n                        \"MACAddress\": \"00:06:31:ed:f7:b6\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"DuplexMode\": \"Half\",\n                        \"X_000631_VLAN_Enable\": \"false\",\n                        \"X_000631_VLAN_TagList\": \"\",\n                        \"X_000631_OnBatteryEnable\": \"false\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"Stats\": {\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\",\n                            \"PacketsSent\": \"0\",\n                            \"PacketsReceived\": \"0\",\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\"\n                        },\n                        \"X_000631_IGMPStats\": {\n                            \"V1GeneralQueriesSent\": \"0\",\n                            \"V2GeneralQueriesSent\": \"0\",\n                            \"V3GeneralQueriesSent\": \"18\",\n                            \"V2GroupQueriesSent\": \"0\",\n                            \"V3GroupQueriesSent\": \"0\",\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        }\n                    }\n                },\n                \"WLANConfiguration\": {\n                    \"1\": {\n                        \"Enable\": \"true\",\n                        \"Status\": \"Up\",\n                        \"BSSID\": \"00:06:31:ED:F7:B7\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"CXNK001D9030\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"62f82ea5995e37b3\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"2\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"true\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"2\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b0\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Guest1D9030\",\n                        \"BeaconType\": \"Basic\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Guest\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"3\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b1\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_1\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"4\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b2\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_2\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"5\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b3\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_3\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.1.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"6\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b4\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_4\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.2.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"7\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b5\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_5\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.3.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"8\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"4a:06:31:ed:f7:b6\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"11\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"2.4GHz_Operator_6\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"bgn\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"1,2,3,4,5,6,7,8,9,10,11\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.1.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"2.4GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"20MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"3\",\n                        \"X_000631_ChannelInterferenceTime\": \"22\",\n                        \"X_000631_ChannelFreeTime\": \"75\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.4.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"9\": {\n                        \"Enable\": \"true\",\n                        \"Status\": \"Up\",\n                        \"BSSID\": \"00:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"CXNK001D9030\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"62f82ea5995e37b3\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"true\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"10\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"0a:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5GHz_Guest1D9030\",\n                        \"BeaconType\": \"Basic\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Guest\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"11\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"06:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5GHz_IPTV_SSID1D9030\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"IPTV\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"62f82ea5995e37b33\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"true\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"12\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"0e:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5g_operator1\",\n                        \"BeaconType\": \"11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"DummyCredential\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"13\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"12:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5GHz_Operator_2\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.5.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"14\": {\n                        \"Enable\": \"false\",\n                        \"Status\": \"Disabled\",\n                        \"BSSID\": \"16:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5GHz_Operator_3\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.6.\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"15\": {\n                        \"Enable\": \"true\",\n                        \"Status\": \"Up\",\n                        \"BSSID\": \"1a:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"Community\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"EAPAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"EAPAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"true\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Primary\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"true\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"192.168.90.173\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"93\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"4\",\n                        \"X_000631_GREInterface\": \"InternetGatewayDevice.X_000631_Device.GRE.Tunnel.1.Interface.7.\",\n                        \"X_000631_Allow_GRE_Enable\": \"true\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"1234567890\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"false\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    },\n                    \"16\": {\n                        \"Enable\": \"true\",\n                        \"Status\": \"Up\",\n                        \"BSSID\": \"02:06:31:ed:f7:b8\",\n                        \"MaxBitRate\": \"Auto\",\n                        \"Channel\": \"136\",\n                        \"AutoChannelEnable\": \"true\",\n                        \"SSID\": \"5GHz_Backhaul_SSID1D9030\",\n                        \"BeaconType\": \"WPAand11i\",\n                        \"MACAddressControlEnabled\": \"false\",\n                        \"Standard\": \"ac\",\n                        \"WEPKeyIndex\": \"1\",\n                        \"X_000631_KeyPassphrase\": \"\",\n                        \"WEPEncryptionLevel\": \"\",\n                        \"BasicEncryptionModes\": \"None\",\n                        \"BasicAuthenticationMode\": \"None\",\n                        \"WPAEncryptionModes\": \"AESEncryption\",\n                        \"WPAAuthenticationMode\": \"PSKAuthentication\",\n                        \"IEEE11iEncryptionModes\": \"AESEncryption\",\n                        \"IEEE11iAuthenticationMode\": \"PSKAuthentication\",\n                        \"PossibleChannels\": \"36,52,100,132,149\",\n                        \"BasicDataTransmitRates\": \"\",\n                        \"SSIDAdvertisementEnabled\": \"false\",\n                        \"RadioEnabled\": \"true\",\n                        \"TransmitPowerSupported\": \"0,10,20,30,40,50,60,70,80,90,100\",\n                        \"TransmitPower\": \"100\",\n                        \"RegulatoryDomain\": \"US\",\n                        \"WMMEnable\": \"true\",\n                        \"UAPSDEnable\": \"false\",\n                        \"TotalBytesSent\": \"0\",\n                        \"TotalBytesReceived\": \"0\",\n                        \"TotalPacketsSent\": \"0\",\n                        \"TotalPacketsReceived\": \"0\",\n                        \"X_000631_Radio\": \"InternetGatewayDevice.X_000631_Device.WiFi.Radio.2.\",\n                        \"X_000631_Usage\": \"Backhaul\",\n                        \"X_000631_OperatingFrequencyBand\": \"5GHz\",\n                        \"X_000631_OperatingChannelBandwidth\": \"80MHz\",\n                        \"X_000631_AllowedMACAddresses\": \"\",\n                        \"X_000631_DeniedMACAddresses\": \"\",\n                        \"X_000631_SupportedStandards\": \"n,ac\",\n                        \"X_000631_SupportedFrequencyBands\": \"\",\n                        \"X_000631_EnableDfsChannels\": \"true\",\n                        \"X_000631_ChannelUtilization\": \"6\",\n                        \"X_000631_ChannelInterferenceTime\": \"1\",\n                        \"X_000631_ChannelFreeTime\": \"92\",\n                        \"X_000631_AirtimeFairness\": \"false\",\n                        \"X_000631_FrameBurst\": \"true\",\n                        \"X_000631_MulticastForwardEnable\": \"true\",\n                        \"X_000631_IntraSsidIsolation\": \"false\",\n                        \"X_000631_L2_Bridge_Enable\": \"false\",\n                        \"X_000631_SubnetEnable\": \"false\",\n                        \"X_000631_SubnetMinAddr\": \"\",\n                        \"X_000631_SubnetMaxAddr\": \"\",\n                        \"X_000631_SubnetMask\": \"\",\n                        \"X_000631_SubnetGatewayAddr\": \"\",\n                        \"X_000631_SubnetHostsRef\": \"\",\n                        \"X_000631_EnablePMF\": \"0\",\n                        \"X_000631_EnableMUMIMO\": \"false\",\n                        \"X_000631_SplitHorizon\": \"false\",\n                        \"X_000631_RestoreDefaultSSID\": \"1\",\n                        \"X_000631_RestoreDefaultKey\": \"1\",\n                        \"X_000631_EnableFCS\": \"false\",\n                        \"X_000631_SuppressSCS\": \"false\",\n                        \"X_000631_AssocL2BridgeKey\": \"0\",\n                        \"X_000631_OUI_Enable\": \"false\",\n                        \"X_000631_OUI_FilterList\": \"\",\n                        \"X_000631_VirtualIntf_Status\": \"Ready\",\n                        \"X_000631_SSIDBcastAuditTime\": \"3\",\n                        \"RadiusServerIPAddr\": \"\",\n                        \"RadiusServerPort\": \"1812\",\n                        \"RadiusSecret\": \"\",\n                        \"GroupKeyInterval\": \"0\",\n                        \"X_000631_Vlan\": \"0\",\n                        \"X_000631_Priority\": \"0\",\n                        \"X_000631_EnableQos\": \"false\",\n                        \"X_000631_Qos\": \"0\",\n                        \"X_000631_MaxConcurrentDevices\": \"0\",\n                        \"X_000631_GREInterface\": \"\",\n                        \"X_000631_Allow_GRE_Enable\": \"false\",\n                        \"RateLimitEnabled\": \"false\",\n                        \"UpstreamLimit\": \"0\",\n                        \"DownstreamLimit\": \"0\",\n                        \"X_000631_ScheduleEnable\": \"false\",\n                        \"X_000631_ScheduleStartTime\": \"0\",\n                        \"X_000631_ScheduleEndTime\": \"0\",\n                        \"X_000631_EventName\": \"\",\n                        \"X_000631_SuppressDfsEnabled\": \"false\",\n                        \"X_000631_IGMPStats\": {\n                            \"V1ReportsReceived\": \"0\",\n                            \"V2ReportsReceived\": \"0\",\n                            \"V3ReportsReceived\": \"0\",\n                            \"V2LeavesReceived\": \"0\"\n                        },\n                        \"WEPKey\": {\n                            \"1\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"2\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"3\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            },\n                            \"4\": {\n                                \"WEPKey\": \"\",\n                                \"X_000631_WEPKey\": \"0987654321\"\n                            }\n                        },\n                        \"PreSharedKey\": {\n                            \"1\": {\n                                \"PreSharedKey\": \"\",\n                                \"X_000631_PreSharedKey\": \"\",\n                                \"KeyPassphrase\": \"\",\n                                \"X_000631_KeyPassphrase\": \"62f82ea5995e37b38\",\n                                \"AssociatedDeviceMACAddress\": \"\"\n                            }\n                        },\n                        \"Stats\": {\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"UnicastPacketsSent\": \"0\",\n                            \"UnicastPacketsReceived\": \"0\",\n                            \"DiscardPacketsSent\": \"0\",\n                            \"DiscardPacketsReceived\": \"0\",\n                            \"MulticastPacketsSent\": \"0\",\n                            \"MulticastPacketsReceived\": \"0\",\n                            \"BroadcastPacketsSent\": \"0\",\n                            \"BroadcastPacketsReceived\": \"0\",\n                            \"UnknownProtoPacketsReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\"\n                        },\n                        \"WPS\": {\n                            \"Enable\": \"true\",\n                            \"ConfigMethodsSupported\": \"\",\n                            \"ConfigMethodsEnabled\": \"PushButton\",\n                            \"X_000631_PushButton\": \"false\"\n                        }\n                    }\n                },\n                \"Hosts\": {\n                    \"HostNumberOfEntries\": \"1\",\n                    \"Host\": {\n                        \"2\": {\n                            \"IPAddress\": \"192.168.1.2\",\n                            \"AddressSource\": \"DHCP\",\n                            \"LeaseTimeRemaining\": \"56301\",\n                            \"MACAddress\": \"00:e0:4c:68:12:a7\",\n                            \"Layer2Interface\": \"InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.2\",\n                            \"VendorClassID\": \"\",\n                            \"UserClassID\": \"\",\n                            \"ClientID\": \"00:e0:4c:68:12:a7\",\n                            \"HostName\": \"andrewprsonsMBP\",\n                            \"InterfaceType\": \"Ethernet\",\n                            \"Active\": \"true\",\n                            \"X_000631_ParameterRequestList\": \"1,121,3,6,15,108,114,119,252,95,44,46\",\n                            \"X_000631_Icon\": \"2\",\n                            \"X_000631_HostName_Alias\": \"\",\n                            \"X_000631_IsLayer2Device\": \"false\"\n                        }\n                    }\n                },\n                \"X_000631_IGMP\": {\n                    \"CacheNumberofEntries\": \"0\"\n                }\n            }\n        },\n        \"WANDevice\": {\n            \"3\": {\n                \"WANConnectionNumberOfEntries\": \"1\",\n                \"WANCommonInterfaceConfig\": {\n                    \"WANAccessType\": \"Ethernet\",\n                    \"X_000631_LowerAccessType\": \"DSL\",\n                    \"Layer1UpstreamMaxBitRate\": \"1000000000\",\n                    \"Layer1DownstreamMaxBitRate\": \"1000000000\",\n                    \"PhysicalLinkStatus\": \"Up\",\n                    \"TotalBytesSent\": \"0\",\n                    \"TotalBytesReceived\": \"0\",\n                    \"TotalPacketsSent\": \"0\",\n                    \"TotalPacketsReceived\": \"0\",\n                    \"MaximumActiveConnections\": \"16\",\n                    \"NumberOfActiveConnections\": \"1\"\n                },\n                \"WANEthernetInterfaceConfig\": {\n                    \"Enable\": \"true\",\n                    \"Status\": \"Up\",\n                    \"MACAddress\": \"00:06:31:ed:f7:b0\",\n                    \"MaxBitRate\": \"Auto\",\n                    \"DuplexMode\": \"Auto\",\n                    \"ShapingRate\": \"-1\",\n                    \"ShapingBurstSize\": \"0\",\n                    \"Stats\": {\n                        \"BytesSent\": \"1222105\",\n                        \"BytesReceived\": \"294807\",\n                        \"PacketsSent\": \"1144\",\n                        \"PacketsReceived\": \"2724\"\n                    }\n                },\n                \"WANConnectionDevice\": {\n                    \"1\": {\n                        \"WANIPConnectionNumberOfEntries\": \"1\",\n                        \"WANPPPConnectionNumberOfEntries\": \"0\",\n                        \"WANEthernetLinkConfig\": {\n                            \"EthernetLinkStatus\": \"Up\"\n                        },\n                        \"WANIPConnection\": {\n                            \"2\": {\n                                \"Enable\": \"true\",\n                                \"ConnectionStatus\": \"Connected\",\n                                \"PossibleConnectionTypes\": \"Unconfigured, IP_Routed, IP_Bridged\",\n                                \"ConnectionType\": \"IP_Routed\",\n                                \"Name\": \"ipoe_eth5\",\n                                \"Uptime\": \"1198\",\n                                \"LastConnectionError\": \"\",\n                                \"NATEnabled\": \"true\",\n                                \"X_000631_Dscp2PbitMapEnabled\": \"false\",\n                                \"AddressingType\": \"DHCP\",\n                                \"ExternalIPAddress\": \"192.168.90.205\",\n                                \"SubnetMask\": \"255.255.255.0\",\n                                \"DefaultGateway\": \"192.168.90.1\",\n                                \"X_000631_IGMPProxy\": \"false\",\n                                \"X_000631_RemoteAccessEnabled\": \"false\",\n                                \"DNSEnabled\": \"false\",\n                                \"DNSOverrideAllowed\": \"true\",\n                                \"DNSServers\": \"4.2.2.1\",\n                                \"MaxMTUSize\": \"1500\",\n                                \"MACAddress\": \"00:06:31:ed:f7:b0\",\n                                \"MACAddressOverride\": \"false\",\n                                \"RouteProtocolRx\": \"Off\",\n                                \"X_000631_VlanMux8021p\": \"-1\",\n                                \"X_000631_VlanMuxID\": \"-1\",\n                                \"ShapingRate\": \"-1\",\n                                \"X_000631_DsShapingRate\": \"-1\",\n                                \"PortMappingNumberOfEntries\": \"0\",\n                                \"X_BROADCOM_COM_Op50IpAddress\": \"(null)\",\n                                \"X_BROADCOM_COM_Op51LeasedTime\": \"0\",\n                                \"X_BROADCOM_COM_Op54ServerIpAddress\": \"(null)\",\n                                \"X_000631_IPv6Enabled\": \"false\",\n                                \"X_000631_IPv4Enabled\": \"true\",\n                                \"X_000631_IPv6AddressingType\": \"DHCP\",\n                                \"X_000631_Dhcp6cForAddress\": \"false\",\n                                \"X_000631_Dhcp6cForPrefixDelegation\": \"true\",\n                                \"X_000631_ExternalIPv6Address\": \"\",\n                                \"X_000631_DefaultIPv6Gateway\": \"\",\n                                \"X_000631_IPv6DNSServers\": \"\",\n                                \"X_000631_IPv6SitePrefix\": \"\",\n                                \"X_000631_IPv6SitePrefixPltime\": \"0\",\n                                \"X_000631_IPv6SitePrefixVltime\": \"0\",\n                                \"X_000631_McastFilter\": \"0\",\n                                \"X_000631_MvrProfile\": \"0\",\n                                \"X_000631_MaxStreams\": \"0\",\n                                \"X_000631_Spid\": \"\",\n                                \"X_000631_L3IPTVProtection\": \"false\",\n                                \"X_000631_IsVoIPWAN\": \"false\",\n                                \"X_000631_MarkForIPTablesRefresh\": \"false\",\n                                \"X_000631_RPF\": \"0\",\n                                \"Stats\": {\n                                    \"EthernetBytesSent\": \"1231676\",\n                                    \"EthernetBytesReceived\": \"236136\",\n                                    \"EthernetPacketsSent\": \"1154\",\n                                    \"EthernetPacketsReceived\": \"2567\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"X_000631_WanIgmpStats\": {\n                    \"V1GeneralQueriesReceived\": \"0\",\n                    \"V2GeneralQueriesReceived\": \"0\",\n                    \"V3GeneralQueriesReceived\": \"0\",\n                    \"V2GroupQueriesReceived\": \"0\",\n                    \"V3GroupQueriesReceived\": \"0\",\n                    \"V1ReportsSent\": \"0\",\n                    \"V2ReportsSent\": \"0\",\n                    \"V3ReportsSent\": \"0\",\n                    \"V2LeaveSent\": \"0\"\n                }\n            }\n        },\n        \"Layer3Forwarding\": {\n            \"DefaultConnectionService\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.2\",\n            \"ForwardNumberOfEntries\": \"0\"\n        },\n        \"Services\": {\n            \"VoiceService\": {\n                \"1\": {\n                    \"X_000631_ManagementProtocol\": \"TR69\",\n                    \"X_000631_Opt81ClientFQDN\": \"\",\n                    \"Capabilities\": {\n                        \"MaxProfileCount\": \"1\",\n                        \"MaxLineCount\": \"2\",\n                        \"MaxSessionsPerLine\": \"2\",\n                        \"MaxSessionCount\": \"4\",\n                        \"SignalingProtocols\": \"SIP,H.248,MGCP,X_000631_TDMGW\",\n                        \"Regions\": \"AU,BE,BR,CL,CN,CZ,DK,XE,FI,FR,DE,IN,IT,JP,MX,NL,NZ,US,PL,ES,SE,NO,CH,GB,TW,AE,CY,RS,DZ\",\n                        \"RTCP\": \"false\",\n                        \"FaxT38\": \"true\",\n                        \"DigitMap\": \"true\",\n                        \"VoicePortTests\": \"true\",\n                        \"SIP\": {\n                            \"Role\": \"UserAgent\",\n                            \"Transports\": \"UDP\",\n                            \"URISchemes\": \"sip\"\n                        },\n                        \"MGCP\": {\n                            \"Extensions\": \"\"\n                        },\n                        \"Codecs\": {\n                            \"1\": {\n                                \"Codec\": \"G.711MuLaw\",\n                                \"PacketizationPeriod\": \"10,20,30\",\n                                \"SilenceSuppression\": \"true\"\n                            },\n                            \"2\": {\n                                \"Codec\": \"G.711ALaw\",\n                                \"PacketizationPeriod\": \"10,20,30\",\n                                \"SilenceSuppression\": \"true\"\n                            },\n                            \"3\": {\n                                \"Codec\": \"G.729\",\n                                \"PacketizationPeriod\": \"10,20,30\",\n                                \"SilenceSuppression\": \"true\"\n                            }\n                        }\n                    },\n                    \"VoiceProfile\": {\n                        \"1\": {\n                            \"NumberOfLines\": \"2\",\n                            \"Name\": \"\",\n                            \"SignalingProtocol\": \"None\",\n                            \"DTMFMethod\": \"InBand\",\n                            \"X_000631_HookFlashMethod\": \"None\",\n                            \"Region\": \"US\",\n                            \"DigitMap\": \"911|411|[2-9][0-9]{6}|1[2-9][0-9]{9}|011[0-9]*T|S[0-9]{2}\",\n                            \"X_000631_WANIPConnectionInstance\": \"\",\n                            \"X_000631_DigitShortTimer\": \"4\",\n                            \"X_000631_DigitLongTimer\": \"16\",\n                            \"SIP\": {\n                                \"ProxyServer\": \"\",\n                                \"ProxyServerPort\": \"5060\",\n                                \"X_000631_ProxyServerSecondary\": \"\",\n                                \"X_000631_ProxyServerPortSecondary\": \"5060\",\n                                \"X_000631_OptionsPacketInterval\": \"0\",\n                                \"X_000631_RevertiveSwitching\": \"false\",\n                                \"X_000631_ActvServerIpAddr\": \"\",\n                                \"X_000631_StbyServerIpAddr\": \"\",\n                                \"X_000631_ActvServerResolvedName\": \"\",\n                                \"X_000631_StbyServerResolvedName\": \"\",\n                                \"X_000631_DnsPrimary\": \"\",\n                                \"X_000631_DnsSecondary\": \"\",\n                                \"UserAgentDomain\": \"\",\n                                \"RegistrationPeriod\": \"3600\",\n                                \"TimerT1\": \"500\",\n                                \"TimerT2\": \"4000\",\n                                \"X_000631_ReleaseTimer\": \"10\",\n                                \"X_000631_SoftSwitch\": \"None\",\n                                \"X_000631_RestoreConfigFileDefaults\": \"false\",\n                                \"DSCPMark\": \"46\",\n                                \"EthernetPriorityMark\": \"6\"\n                            },\n                            \"X_000631_H248\": {\n                                \"PrimaryGwController\": \"\",\n                                \"PrimaryGwSwitchType\": \"GENERIC\",\n                                \"SecondaryGwController\": \"\",\n                                \"SecondaryGwSwitchType\": \"GENERIC\",\n                                \"TermPrefix\": \"TP\",\n                                \"EphemeralTermId\": \"RTP\",\n                                \"ESAMode\": \"false\"\n                            },\n                            \"X_000631_TdmGw\": {\n                                \"ServerIp\": \"\",\n                                \"DhcpFilter\": \"false\"\n                            },\n                            \"MGCP\": {\n                                \"CallAgent1\": \"\",\n                                \"CallAgent2\": \"\",\n                                \"X_000631_TermPrefix\": \"aaln\",\n                                \"X_000631_FlashHookPersist\": \"false\",\n                                \"X_000631_OnHookPersist\": \"false\",\n                                \"X_000631_OffHookPersist\": \"false\",\n                                \"X_000631_SwitchType\": \"GENERIC\",\n                                \"RetranIntervalTimer\": \"1\",\n                                \"X_000631_RetryTimeout\": \"30\"\n                            },\n                            \"X_000631_DhcpOptions\": {\n                                \"Opt120PrimarySipServerIpAddr\": \"0\",\n                                \"Opt120SecondarySipServerIpAddr\": \"0\",\n                                \"Opt120PrimarySipServerFQDN\": \"\",\n                                \"Opt120SecondarySipServerFQDN\": \"\",\n                                \"Opt43CsipServerIpAddr\": \"0\",\n                                \"Opt43VoiceVlanId\": \"0\",\n                                \"Opt43PacketizationRate\": \"10\",\n                                \"Opt43RegRetryTimer\": \"0\",\n                                \"Opt43LocalPortMin\": \"49408\"\n                            },\n                            \"RTP\": {\n                                \"LocalPortMin\": \"49152\",\n                                \"DSCPMark\": \"46\",\n                                \"EthernetPriorityMark\": \"6\"\n                            },\n                            \"FaxT38\": {\n                                \"Enable\": \"false\"\n                            },\n                            \"Line\": {\n                                \"1\": {\n                                    \"Enable\": \"Disabled\",\n                                    \"X_000631_RestartService\": \"false\",\n                                    \"Status\": \"Disabled\",\n                                    \"CallState\": \"Idle\",\n                                    \"X_000631_ConfigStatus\": \"Invalid\",\n                                    \"X_000631_HookStatus\": \"Onhook\",\n                                    \"SIP\": {\n                                        \"AuthUserName\": \"\",\n                                        \"AuthPassword\": \"\",\n                                        \"URI\": \"\"\n                                    },\n                                    \"MGCP\": {\n                                        \"X_000631_GR303\": \"false\"\n                                    },\n                                    \"X_000631_TdmGw\": {\n                                        \"Crv\": \"\"\n                                    },\n                                    \"X_000631_H248\": {\n                                        \"TerminationId\": \"\"\n                                    },\n                                    \"CallingFeatures\": {\n                                        \"CallerIDEnable\": \"true\",\n                                        \"CallerIDName\": \"\",\n                                        \"CallWaitingEnable\": \"true\",\n                                        \"X_000631_CallWaitingTonePrefix\": \"CallWaitingTone\",\n                                        \"X_000631_DistinctiveRingPrefix\": \"Bellcore-dr\",\n                                        \"X_000631_ThreewayCallingEnable\": \"true\",\n                                        \"MWIEnable\": \"false\",\n                                        \"X_000631_DirectConnectEnable\": \"false\",\n                                        \"X_000631_DirectConnectTimer\": \"0\",\n                                        \"X_000631_DirectConnectNumber\": \"\"\n                                    },\n                                    \"VoiceProcessing\": {\n                                        \"TransmitGain\": \"-30\",\n                                        \"ReceiveGain\": \"-90\"\n                                    },\n                                    \"Codec\": {\n                                        \"List\": {\n                                            \"1\": {\n                                                \"Codec\": \"G.711MuLaw\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"true\",\n                                                \"Priority\": \"1\"\n                                            },\n                                            \"2\": {\n                                                \"Codec\": \"G.711ALaw\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"false\",\n                                                \"Priority\": \"1\"\n                                            },\n                                            \"3\": {\n                                                \"Codec\": \"G.729\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"false\",\n                                                \"Priority\": \"1\"\n                                            }\n                                        }\n                                    },\n                                    \"Session\": {\n                                        \"1\": {\n                                            \"FarEndIPAddress\": \"0.0.0.0\",\n                                            \"FarEndUDPPort\": \"0\",\n                                            \"LocalUDPPort\": \"0\"\n                                        },\n                                        \"2\": {\n                                            \"FarEndIPAddress\": \"0.0.0.0\",\n                                            \"FarEndUDPPort\": \"0\",\n                                            \"LocalUDPPort\": \"0\"\n                                        }\n                                    },\n                                    \"Stats\": {\n                                        \"ResetStatistics\": \"false\",\n                                        \"PacketsSent\": \"0\",\n                                        \"PacketsReceived\": \"0\",\n                                        \"X_000631_ComfortNoise\": \"0\",\n                                        \"PacketsLost\": \"0\",\n                                        \"Underruns\": \"0\",\n                                        \"IncomingCallsReceived\": \"0\",\n                                        \"IncomingCallsConnected\": \"0\",\n                                        \"IncomingCallsFailed\": \"0\",\n                                        \"X_000631_IncomingPeerDisconnected\": \"0\",\n                                        \"X_000631_IncomingDisconnected\": \"0\",\n                                        \"OutgoingCallsAttempted\": \"0\",\n                                        \"OutgoingCallsConnected\": \"0\",\n                                        \"OutgoingCallsFailed\": \"0\",\n                                        \"X_000631_IpLineStatus\": \"0\",\n                                        \"X_000631_OutgoingPeerDisconnected\": \"0\",\n                                        \"X_000631_OutgoingDisconnected\": \"0\",\n                                        \"X_000631_911CallsAttempted\": \"0\",\n                                        \"X_000631_911CallsConnected\": \"0\",\n                                        \"X_000631_911CallsFailed\": \"0\",\n                                        \"X_000631_911PeerDisconnected\": \"0\",\n                                        \"X_000631_911Onhook\": \"0\",\n                                        \"X_000631_SIPRegisterRequested\": \"0\",\n                                        \"X_000631_SIPRegisterChallenged\": \"0\",\n                                        \"X_000631_SIPRegisterRejected\": \"0\",\n                                        \"X_000631_SIPRegisterGranted\": \"0\",\n                                        \"X_000631_NtfyMessageWaiting\": \"0\",\n                                        \"X_000631_NtfyNoMessageWaiting\": \"0\",\n                                        \"X_000631_DHCPDiscovers\": \"0\",\n                                        \"X_000631_DHCPAcks\": \"0\",\n                                        \"X_000631_DHCPNacks\": \"0\"\n                                    }\n                                },\n                                \"2\": {\n                                    \"Enable\": \"Disabled\",\n                                    \"X_000631_RestartService\": \"false\",\n                                    \"Status\": \"Disabled\",\n                                    \"CallState\": \"Idle\",\n                                    \"X_000631_ConfigStatus\": \"Invalid\",\n                                    \"X_000631_HookStatus\": \"Onhook\",\n                                    \"SIP\": {\n                                        \"AuthUserName\": \"\",\n                                        \"AuthPassword\": \"\",\n                                        \"URI\": \"\"\n                                    },\n                                    \"MGCP\": {\n                                        \"X_000631_GR303\": \"false\"\n                                    },\n                                    \"X_000631_TdmGw\": {\n                                        \"Crv\": \"\"\n                                    },\n                                    \"X_000631_H248\": {\n                                        \"TerminationId\": \"\"\n                                    },\n                                    \"CallingFeatures\": {\n                                        \"CallerIDEnable\": \"true\",\n                                        \"CallerIDName\": \"\",\n                                        \"CallWaitingEnable\": \"true\",\n                                        \"X_000631_CallWaitingTonePrefix\": \"CallWaitingTone\",\n                                        \"X_000631_DistinctiveRingPrefix\": \"Bellcore-dr\",\n                                        \"X_000631_ThreewayCallingEnable\": \"true\",\n                                        \"MWIEnable\": \"false\",\n                                        \"X_000631_DirectConnectEnable\": \"false\",\n                                        \"X_000631_DirectConnectTimer\": \"0\",\n                                        \"X_000631_DirectConnectNumber\": \"\"\n                                    },\n                                    \"VoiceProcessing\": {\n                                        \"TransmitGain\": \"-30\",\n                                        \"ReceiveGain\": \"-90\"\n                                    },\n                                    \"Codec\": {\n                                        \"List\": {\n                                            \"1\": {\n                                                \"Codec\": \"G.711MuLaw\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"true\",\n                                                \"Priority\": \"1\"\n                                            },\n                                            \"2\": {\n                                                \"Codec\": \"G.711ALaw\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"false\",\n                                                \"Priority\": \"1\"\n                                            },\n                                            \"3\": {\n                                                \"Codec\": \"G.729\",\n                                                \"PacketizationPeriod\": \"10\",\n                                                \"SilenceSuppression\": \"false\",\n                                                \"Enable\": \"false\",\n                                                \"Priority\": \"1\"\n                                            }\n                                        }\n                                    },\n                                    \"Session\": {\n                                        \"1\": {\n                                            \"FarEndIPAddress\": \"0.0.0.0\",\n                                            \"FarEndUDPPort\": \"0\",\n                                            \"LocalUDPPort\": \"0\"\n                                        },\n                                        \"2\": {\n                                            \"FarEndIPAddress\": \"0.0.0.0\",\n                                            \"FarEndUDPPort\": \"0\",\n                                            \"LocalUDPPort\": \"0\"\n                                        }\n                                    },\n                                    \"Stats\": {\n                                        \"ResetStatistics\": \"false\",\n                                        \"PacketsSent\": \"0\",\n                                        \"PacketsReceived\": \"0\",\n                                        \"X_000631_ComfortNoise\": \"0\",\n                                        \"PacketsLost\": \"0\",\n                                        \"Underruns\": \"0\",\n                                        \"IncomingCallsReceived\": \"0\",\n                                        \"IncomingCallsConnected\": \"0\",\n                                        \"IncomingCallsFailed\": \"0\",\n                                        \"X_000631_IncomingPeerDisconnected\": \"0\",\n                                        \"X_000631_IncomingDisconnected\": \"0\",\n                                        \"OutgoingCallsAttempted\": \"0\",\n                                        \"OutgoingCallsConnected\": \"0\",\n                                        \"OutgoingCallsFailed\": \"0\",\n                                        \"X_000631_IpLineStatus\": \"0\",\n                                        \"X_000631_OutgoingPeerDisconnected\": \"0\",\n                                        \"X_000631_OutgoingDisconnected\": \"0\",\n                                        \"X_000631_911CallsAttempted\": \"0\",\n                                        \"X_000631_911CallsConnected\": \"0\",\n                                        \"X_000631_911CallsFailed\": \"0\",\n                                        \"X_000631_911PeerDisconnected\": \"0\",\n                                        \"X_000631_911Onhook\": \"0\",\n                                        \"X_000631_SIPRegisterRequested\": \"0\",\n                                        \"X_000631_SIPRegisterChallenged\": \"0\",\n                                        \"X_000631_SIPRegisterRejected\": \"0\",\n                                        \"X_000631_SIPRegisterGranted\": \"0\",\n                                        \"X_000631_NtfyMessageWaiting\": \"0\",\n                                        \"X_000631_NtfyNoMessageWaiting\": \"0\",\n                                        \"X_000631_DHCPDiscovers\": \"0\",\n                                        \"X_000631_DHCPAcks\": \"0\",\n                                        \"X_000631_DHCPNacks\": \"0\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"PhyInterface\": {\n                        \"1\": {\n                            \"X_000631_Enable\": \"Disabled\",\n                            \"X_000631_PotsHoldoverTime\": \"0\",\n                            \"X_000631_LossOfSoftswitch\": \"false\",\n                            \"Tests\": {\n                                \"TestState\": \"None\",\n                                \"TestSelector\": \"\",\n                                \"X_000631_LineTestResult\": \"\"\n                            }\n                        },\n                        \"2\": {\n                            \"X_000631_Enable\": \"Disabled\",\n                            \"X_000631_PotsHoldoverTime\": \"0\",\n                            \"X_000631_LossOfSoftswitch\": \"false\",\n                            \"Tests\": {\n                                \"TestState\": \"None\",\n                                \"TestSelector\": \"\",\n                                \"X_000631_LineTestResult\": \"\"\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"FaultMgmt\": {\n            \"SupportedAlarmNumberOfEtnries\": \"12\",\n            \"MaxCurrentAlarmEntries\": \"12\",\n            \"CurrentAlarmNumberOfEntries\": \"0\",\n            \"HistoryEventNumberOfEntries\": \"32\",\n            \"ExpeditedEventNumberOfEntries\": \"8\",\n            \"QueuedEventNumberOfEntries\": \"16\",\n            \"SupportedAlarm\": {\n                \"2\": {\n                    \"EventType\": \"2\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Main Power Failure\",\n                    \"PerceivedSeverity\": \"Minor\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"3\": {\n                    \"EventType\": \"3\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Battery Failing\",\n                    \"PerceivedSeverity\": \"Minor\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"4\": {\n                    \"EventType\": \"4\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Battery Missing\",\n                    \"PerceivedSeverity\": \"Minor\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"5\": {\n                    \"EventType\": \"5\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"TX Laser End-Of-Life\",\n                    \"PerceivedSeverity\": \"Minor\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"7\": {\n                    \"EventType\": \"7\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Ethernet Port 1 Link Down\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"11\": {\n                    \"EventType\": \"11\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"VOIP IP Host DHCP Renewal Failure\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"12\": {\n                    \"EventType\": \"12\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"VOIP Port Registration Failure\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"13\": {\n                    \"EventType\": \"13\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Voip Port Authentication Failure\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"14\": {\n                    \"EventType\": \"14\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Ethernet Port 2 Link Down\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"15\": {\n                    \"EventType\": \"15\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Ethernet Port 3 Link Down\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"16\": {\n                    \"EventType\": \"16\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Ethernet Port 4 Link Down\",\n                    \"PerceivedSeverity\": \"Major\",\n                    \"ReportingMechanism\": \"Logged\"\n                },\n                \"23\": {\n                    \"EventType\": \"23\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"Low Battery\",\n                    \"PerceivedSeverity\": \"Minor\",\n                    \"ReportingMechanism\": \"Logged\"\n                }\n            },\n            \"HistoryEvent\": {\n                \"1\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"2\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"3\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"4\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"5\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"6\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"7\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"8\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"9\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"10\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"11\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"12\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"13\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"14\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"15\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"16\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"17\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"18\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"19\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"20\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"21\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"22\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"23\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"24\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"25\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"26\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"27\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"28\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"29\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"30\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"31\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"32\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                }\n            },\n            \"ExpeditedEvent\": {\n                \"1\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"2\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"3\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"4\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"5\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"6\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"7\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"8\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                }\n            },\n            \"QueuedEvent\": {\n                \"1\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"2\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"3\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"4\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"5\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"6\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"7\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"8\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"9\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"10\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"11\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"12\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"13\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"14\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"15\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                },\n                \"16\": {\n                    \"EventTime\": \"0001-01-01T00:00:00Z\",\n                    \"AlarmIdentifier\": \"\",\n                    \"NotificationType\": \"\",\n                    \"ManagedObjectInstance\": \"\",\n                    \"EventType\": \"\",\n                    \"ProbableCause\": \"\",\n                    \"SpecificProblem\": \"\",\n                    \"PerceivedSeverity\": \"\",\n                    \"AdditionalText\": \"\",\n                    \"AdditionalInformation\": \"\"\n                }\n            }\n        },\n        \"X_000631_Device\": {\n            \"OperationalMode\": \"RG\",\n            \"WapIPMode\": \"DHCP\",\n            \"WapIP\": \"0.0.0.0\",\n            \"WapSubnetMask\": \"0.0.0.0\",\n            \"WapGW\": \"0.0.0.0\",\n            \"Dscp2PbitMap\": \"0000000010101010202020203030303040404040500000506000000070000000\",\n            \"AEConfigurationLabel\": \"\",\n            \"AutoDetectEnable\": \"true\",\n            \"RgOnBatteryEnable\": \"false\",\n            \"AnyPortAnyService\": \"false\",\n            \"SoniqEnable\": \"false\",\n            \"WiFi\": {\n                \"TrafficRemap\": \"false\",\n                \"Radio\": {\n                    \"1\": {\n                        \"ChannelUtilization\": \"20\",\n                        \"ChannelInterferenceTime\": \"620\",\n                        \"AirtimeFairness\": \"false\",\n                        \"FrameBurst\": \"true\",\n                        \"NoiseLevel\": \"-81\",\n                        \"PacketsTransmittedUpstream\": \"0\",\n                        \"PacketsTransmittedDownstream\": \"0\",\n                        \"PacketsDroppedDownstream\": \"0\",\n                        \"LatestRadioPmBinIndex\": \"0\",\n                        \"LatestStaPmBinIndex\": \"0\",\n                        \"PMBinningPollPeriod\": \"10\",\n                        \"MultiUserMIMOEnable\": \"false\",\n                        \"PmfEnable\": \"false\",\n                        \"Non11vSteerEnable\": \"false\",\n                        \"SuppressDfsEnabled\": \"false\",\n                        \"ChannelChangeLog\": {\n                            \"NumberOfEntries\": \"0\",\n                            \"Sequence\": \"0\",\n                            \"PollPeriod\": \"600\"\n                        }\n                    },\n                    \"2\": {\n                        \"ChannelUtilization\": \"64\",\n                        \"ChannelInterferenceTime\": \"17\",\n                        \"AirtimeFairness\": \"false\",\n                        \"FrameBurst\": \"true\",\n                        \"NoiseLevel\": \"-89\",\n                        \"PacketsTransmittedUpstream\": \"0\",\n                        \"PacketsTransmittedDownstream\": \"0\",\n                        \"PacketsReTransmittedDownstream\": \"0\",\n                        \"LatestRadioPmBinIndex\": \"0\",\n                        \"LatestStaPmBinIndex\": \"0\",\n                        \"PMBinningPollPeriod\": \"10\",\n                        \"MultiUserMIMOEnable\": \"false\",\n                        \"PmfEnable\": \"false\",\n                        \"Non11vSteerEnable\": \"false\",\n                        \"SuppressDfsEnabled\": \"false\",\n                        \"ChannelChangeLog\": {\n                            \"NumberOfEntries\": \"32\",\n                            \"Sequence\": \"2\",\n                            \"PollPeriod\": \"600\",\n                            \"Entry\": {\n                                \"1\": {\n                                    \"TimeStamp\": \"1739462125\",\n                                    \"NewChannel\": \"136\",\n                                    \"ReasonCode\": \"4\"\n                                },\n                                \"2\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"3\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"4\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"5\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"6\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"7\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"8\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"9\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"10\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"11\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"12\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"13\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"14\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"15\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"16\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"17\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"18\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"19\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"20\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"21\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"22\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"23\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"24\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"25\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"26\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"27\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"28\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"29\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"30\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"31\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                },\n                                \"32\": {\n                                    \"TimeStamp\": \"0\",\n                                    \"NewChannel\": \"0\",\n                                    \"ReasonCode\": \"0\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"NeighboringWiFiDiagnostic\": {\n                    \"DiagnosticsState\": \"None\",\n                    \"ResultNumberOfEntries\": \"0\",\n                    \"ChannelBusynessNumberOfEntries\": \"0\"\n                }\n            },\n            \"GRE\": {\n                \"TunnelNumberOfEntries\": \"1\",\n                \"Tunnel\": {\n                    \"1\": {\n                        \"Enable\": \"true\",\n                        \"Status\": \"Enabled\",\n                        \"Alias\": \"CommunityWifiTunnel1\",\n                        \"RemoteEndpoints\": \"192.168.90.131\",\n                        \"RemoteEndpointsIp\": \"192.168.90.131\",\n                        \"LocalEndpointsIp\": \"192.168.90.205\",\n                        \"LocalEndpointsMac\": \"00:06:31:ed:f7:b0\",\n                        \"KeepAlivePolicy\": \"none\",\n                        \"KeepAliveTimeout\": \"10\",\n                        \"KeepAliveThreshold\": \"3\",\n                        \"DeliveryHeaderProtocol\": \"IPv4\",\n                        \"DefaultDSCPMark\": \"0\",\n                        \"ConnectedRemoteEndpoint\": \"192.168.90.131\",\n                        \"X_000631_Device_DHCPAgentCircuitIDFormat\": \"$AP_MAC_ADDRESS;$AP_SSID_NAME;$AP_SSID_TYPE\",\n                        \"X_000631_Device_DHCPAgentRemoteIDFormat\": \"$STA_MAC_ADDRESS\",\n                        \"X_000631_Device_DHCPAgentRemoteIDString\": \"\",\n                        \"InterfaceNumberOfEntries\": \"7\",\n                        \"Stats\": {\n                            \"KeepAliveSent\": \"0\",\n                            \"KeepAliveReceived\": \"0\",\n                            \"BytesSent\": \"0\",\n                            \"BytesReceived\": \"0\",\n                            \"PacketsSent\": \"0\",\n                            \"PacketsReceived\": \"0\",\n                            \"ErrorsSent\": \"0\",\n                            \"ErrorsReceived\": \"0\",\n                            \"TunnelUpTime\": \"1194\"\n                        },\n                        \"Interface\": {\n                            \"1\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface1\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"2\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface2\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"3\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface3\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"4\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface4\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"5\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface9\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.13.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"6\": {\n                                \"Enable\": \"false\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface10\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.14.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            },\n                            \"7\": {\n                                \"Enable\": \"true\",\n                                \"Status\": \"Disabled\",\n                                \"Alias\": \"CommunityWifiTunnelInteface11\",\n                                \"Name\": \"\",\n                                \"LastChange\": \"\",\n                                \"X_000631_Device_LowerLayer\": \"InternetGatewayDevice.LANDevice.1.WLANConfiguration.15.\",\n                                \"ProtocolIdOverride\": \"0\",\n                                \"UseChecksum\": \"false\",\n                                \"KeyIdentifierGenerationPolicy\": \"\",\n                                \"KeyIdentifier\": \"0\",\n                                \"UseSequenceNumber\": \"false\",\n                                \"X_000631_Device_MSS\": \"1360\",\n                                \"RateLimitEnabled\": \"false\",\n                                \"UpstreamLimit\": \"0\",\n                                \"DownstreamLimit\": \"0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"ReverseSSHTunnel\": {\n                \"1\": {\n                    \"ServiceDesc\": \"SSH Shell\",\n                    \"Enable\": \"false\",\n                    \"ServerName\": \"\",\n                    \"ServerPort\": \"22\",\n                    \"RemotePort\": \"0\",\n                    \"Username\": \"\",\n                    \"Password\": \"\",\n                    \"Timeout\": \"0\",\n                    \"Status\": \"Idle\"\n                },\n                \"2\": {\n                    \"ServiceDesc\": \"HTTP EWI\",\n                    \"Enable\": \"false\",\n                    \"ServerName\": \"\",\n                    \"ServerPort\": \"22\",\n                    \"RemotePort\": \"0\",\n                    \"Username\": \"\",\n                    \"Password\": \"\",\n                    \"Timeout\": \"0\",\n                    \"Status\": \"Idle\"\n                },\n                \"3\": {\n                    \"ServiceDesc\": \"HTTPS EWI\",\n                    \"Enable\": \"false\",\n                    \"ServerName\": \"\",\n                    \"ServerPort\": \"22\",\n                    \"RemotePort\": \"0\",\n                    \"Username\": \"\",\n                    \"Password\": \"\",\n                    \"Timeout\": \"0\",\n                    \"Status\": \"Idle\"\n                }\n            },\n            \"DnsProxyCfg\": {\n                \"Enable\": \"true\",\n                \"DeviceDomainName\": \"Home\",\n                \"DeviceHostName\": \"DeviceDHCP\",\n                \"LoggingLevel\": \"Error\",\n                \"LoggingDestination\": \"Syslog\",\n                \"DnsSuffix\": {\n                    \"NumberOfEntries\": \"0\"\n                }\n            },\n            \"SNMP\": {\n                \"ROCommunity\": \"public\",\n                \"RWCommunity\": \"\",\n                \"SysName\": \"\",\n                \"SysLocation\": \"\",\n                \"SysContact\": \"\",\n                \"TrapSink1\": \"\",\n                \"TrapSink2\": \"\",\n                \"TrapSink3\": \"\",\n                \"TrapSink4\": \"\",\n                \"MgmtConnection\": \"\",\n                \"X_000631_IPVersion\": \"IPv4\"\n            },\n            \"SysLog\": {\n                \"PrimaryServer\": \"0.0.0.0\",\n                \"SecondaryServer\": \"0.0.0.0\",\n                \"Facility\": \"0\",\n                \"MgmtConnection\": \"\"\n            },\n            \"VCA\": {\n                \"Enabled\": \"false\",\n                \"ConnectionType\": \"RG\",\n                \"MulticastChannel\": \"\",\n                \"UniPort\": \"1\",\n                \"UniVLANID\": \"0\",\n                \"VCAIPAddress\": \"\",\n                \"MonitorTime\": \"10\",\n                \"Status\": {\n                    \"Status\": \"VcaNotRunning\",\n                    \"StartTime\": \"0\",\n                    \"SecondsToExpiry\": \"0\",\n                    \"MulticastChannel\": \"\",\n                    \"RxPackets\": \"0\",\n                    \"RxPacketSize\": \"0\",\n                    \"RxRatePps\": \"0\",\n                    \"RxRatePpsMin\": \"0\",\n                    \"RxRatePpsMax\": \"0\",\n                    \"RxRateKbps\": \"0\",\n                    \"RxRateKbpsMin\": \"0\",\n                    \"RxRateKbpsMax\": \"0\",\n                    \"MacDest\": \"\",\n                    \"MacSource\": \"\",\n                    \"IPDest\": \"\",\n                    \"IPSource\": \"\",\n                    \"IPTos\": \"0\",\n                    \"IPDscp\": \"0\",\n                    \"UDPSourcePort\": \"0\",\n                    \"UDPDestPort\": \"0\",\n                    \"UDPHeaderLen\": \"0\"\n                }\n            },\n            \"LLDP\": {\n                \"Ownership\": \"OMCI\",\n                \"Enabled\": \"false\",\n                \"Manufacturer\": \"\",\n                \"ModelName\": \"\",\n                \"SerialNumber\": \"\",\n                \"HardwareRev\": \"\",\n                \"SoftwareRev\": \"\",\n                \"FirmwareRev\": \"\"\n            },\n            \"Poe\": {\n                \"Ownership\": \"OMCI\",\n                \"MaxPower\": \"30000\",\n                \"HighPowerMode\": \"Disabled\",\n                \"SysState\": {\n                    \"Sw_version\": \"0\",\n                    \"MaxPower\": \"0\",\n                    \"TotalPower\": \"0\",\n                    \"Temperature\": \"0\"\n                }\n            },\n            \"LedSuppress\": {\n                \"SuppressMode\": \"0\",\n                \"IsPost\": \"false\",\n                \"IsSuspend\": \"true\",\n                \"LedSuppressItemNumber\": \"0\"\n            },\n            \"GatewayInfo\": {\n                \"ManufacturerOUI\": \"\",\n                \"ProductClass\": \"\",\n                \"SerialNumber\": \"\"\n            },\n            \"StpControl\": {\n                \"Enable\": \"true\",\n                \"HelloTime\": \"2\",\n                \"MaxAge\": \"20\",\n                \"ForwardDelay\": \"4\"\n            },\n            \"RgToWapViaTr69\": {\n                \"Flag\": \"false\"\n            }\n        },\n        \"X_000631_Acl\": {\n            \"RemoteAcl\": \"false\",\n            \"X_000631_AclNumberOfEntries\": \"0\",\n            \"X_000631_Acl6NumberOfEntries\": \"0\"\n        },\n        \"X_000631_SecDmzHostCfg\": {\n            \"Enable\": \"false\",\n            \"IPAddress\": \"\"\n        },\n        \"X_000631_AccessTimeRestriction\": {\n            \"ScheduleNumberOfEntries\": \"0\"\n        }\n    }\n}"}],"_postman_id":"19916452-d5f7-4fc0-9154-5f4913ebe2ab"},{"name":"GetParameterNames","id":"17a374b7-8f92-42d2-ae7d-5de73c486597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"GetParameterNames\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterPath\": \"InternetGatewayDevice.DeviceInfo\"\n}"},"url":"https://{{apihost}}:8444/api/device-op","description":"<p>In addition to the operation and cpeIdentifier elements, the GetParameterValues contains an element \"parameterNames\" which is a JSON array of data model objects to retrieve.</p>\n<p>The call returns a JSON array, expressing the sections of the device's data model as requested. See the example for details.</p>\n<p>The call will trigger a Connection Request to the device, which times out after 15 seconds and 3 attempts.</p>\n<p>If the request cannot be performed successfully, an appropriate HTTP status code (usually “408 Bad Request” or “408 Request Timeout”) will be returned with a detailed error message in the response body, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"No CPE found with filter {serialNumber:CXNK0020524}!\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"Received TR-069/CWMP Fault from Device: 9005 Invalid Parameter Name\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \" Internal Server ERROR (Timed out waiting for reply)\"\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"6d64735f-e53d-43a6-bc93-8dba060dc6fb","name":"GetParameterValues","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"GetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterNames\": [\n\t\t\"InternetGatewayDevice.DeviceInfo.UpTime\"\n\t]\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"InternetGatewayDevice\": {\n        \"DeviceInfo\": {\n            \"UpTime\": \"1350121\"\n        }\n    }\n}"}],"_postman_id":"17a374b7-8f92-42d2-ae7d-5de73c486597"},{"name":"SetParameterValues","id":"fdae7843-f0e2-43f8-9adb-d82869fb1a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"SetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterValues\": {\n\t\t\"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.X_000631_OperatingChannelBandwidth\": \"40MHz\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op","description":"<p><em><strong>Important Note</strong></em>  If an operation can be performed using the Provisioning Record, Calix recommends doing so, for a few reasons:</p>\n<ul>\n<li>The Provisoining Record is meant to abstract the details of the device data model, which may change.</li>\n<li>Changes to raw data model objects will not persist across a factory reset of the device. Values contained in the Provisioning Record will.</li>\n</ul>\n<p>In addition to the operation and cpeIdentifier elements, the SetParameterValues operation contains an element \"parameterValues\" which is a JSON array of data model objects to set. The element type is determined based on standard TR-98 data model types; vendor extensions will default to type string.</p>\n<p>The call will trigger a Connection Request to the device, which times out after 15 seconds and 3 attempts.</p>\n<p>If the request cannot be performed successfully, an appropriate HTTP status code (usually “408 Bad Request” or “408 Request Timeout”) will be returned with a detailed error message in the response body, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"No CPE found with filter {serialNumber:CXNK0020524}!\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \"Received TR-069/CWMP Fault from Device: 9005 Invalid Parameter Name\"\n}\n</code></pre><p>Or:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"error\" : \" Internal Server ERROR (Timed out waiting for reply)\"\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"bf537acb-0df2-44d4-97ae-12e2efbed760","name":"SetParameterValues","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"SetParameterValues\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t},\n\t\"parameterValues\": {\n\t\t\"InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.X_000631_OperatingChannelBandwidth\": \"40MHz\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fdae7843-f0e2-43f8-9adb-d82869fb1a62"},{"name":"Add Object","id":"8324efee-28e5-4811-b9a1-12d9011d3f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"AddObject\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK0020803A\"\n\t},\n\t\"objectName\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.9.PortMapping.\"\n\t\n}"},"url":"https://gcs.calix.com:8444/api/device-op","description":"<p>Add a TR-069 object to a given device.</p>\n<p>Specify the objectName with a trailing dot.</p>\n<p>The return paylod will indicate the instance number of the newly-created object.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["gcs","calix","com"],"query":[],"variable":[]}},"response":[{"id":"5db3b078-4ae0-43b0-9310-b0bdda8ab679","name":"Add Object - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"AddObject\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK0020803A\"\n\t},\n\t\"objectName\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.9.PortMapping.\"\n\t\n}"},"url":"https://gcs.calix.com:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"newObjectIndex\": 118\n}"}],"_postman_id":"8324efee-28e5-4811-b9a1-12d9011d3f07"},{"name":"Delete Object","id":"419de22d-9b82-4318-969a-c054b51cf15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"DeleteObject\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK0020803A\"\n\t},\n\t\"objectName\": \"InternetGatewayDevice.WANDevice.3.WANConnectionDevice.1.WANIPConnection.9.PortMapping.117.\"\n\t\n}"},"url":"https://gcs.calix.com:8444/api/device-op","description":"<p>Delete a TR-069 object from a given device.</p>\n<p>Specify the full object path including a trailing dot.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["gcs","calix","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"419de22d-9b82-4318-969a-c054b51cf15c"},{"name":"Reboot","id":"88131496-e6aa-432a-931d-2d2e20a6666f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"Reboot\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op","description":"<p>Requests a reboot for the specified device.</p>\n<p>This call will not return a result until the Connection Request has timed out, or the device has rebooted and sent a RebootResponse message. This could take minutes to complete.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"4d9e2c94-d83a-47c1-94b9-a059fdd5ffc4","name":"Reboot","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"Reboot\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"88131496-e6aa-432a-931d-2d2e20a6666f"},{"name":"Factory Reset","id":"fe87602f-9b7f-4b30-953d-02491c04f2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"FactoryReset\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77AA\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op","description":"<p>Requests a factory reset for the specified device.</p>\n<p>This call will not return a result until the Connection Request has timed out, or the device has rebooted and sent a response message. This could take minutes to complete, and if the device does not know how to contact Support Cloud after the reset, it will time out.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","device-op"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"60917753-59e7-4fd7-8cf9-fc99f5ce35d5","name":"Reboot","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"Reboot\",\n\t\"cpeIdentifier\": {\n\t\t\"serialNumber\" : \"CXNK005A77A9\"\n\t}\n}"},"url":"https://{{apihost}}:8444/api/device-op"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fe87602f-9b7f-4b30-953d-02491c04f2f3"}],"id":"7b63ae73-26c6-4b61-9c47-5ba8f8af421b","description":"<p>The TR-069 Device Operation API allows the users to perform various TR-069 operations (a.k.a. “TR-069 RPC Methods”) via the Calix Support Cloud Subscriber/Device API.</p>\n<p>See <a href=\"http://www.broadband-forum.org/technical/download/TR-069_Amendment-5.pdf\">TR-069 Amendment 5</a> for more details on the TR-69 specification.</p>\n<p>All Device operations contain a JSON Object specifying the operation details:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Operation</td>\n<td>String</td>\n<td>One of:<br /><ul><li>GetParameterValues</li><li>SetParameterValues</li><li>Reboot</li><li>FactoryReset</li></ul></td>\n</tr>\n<tr>\n<td>cpeIdentifier</td>\n<td>JSON Object</td>\n<td>A JSON object identifying the CPE device to perform the operation against. The object should contain one element to match against, with a value to match. Valid elements to match are:<br /><ul><li>serialNumber</li><li>macAddress</li><li>registrationId</li></ul>For example:<br />{ \"cpeIdentifier\": { \"serialNumber\" : \"CXNK00205240\" }  }<br />{ \"cpeIdentifier\": { \"macAddress\" : \"00:11:22:33:44:55\" }  }</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"b1076575-8b8e-4a61-86a9-4a361bfe0ef0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5fe58637-f529-4cf5-9b03-b6a3e09459ad","type":"text/javascript","exec":[""]}}],"_postman_id":"7b63ae73-26c6-4b61-9c47-5ba8f8af421b","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}}},{"name":"Device Group Management","item":[{"name":"Retrieve All Device Groups","id":"c07b3c45-4c8a-4de2-b454-3a29c8909ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/group","description":"<p>Retrieves a list of all Device Groups.</p>\n<p>Returns a JSON array of JSON objects, each describing a Device Group.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","group"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"dc391c36-ce76-4c1f-bc5f-fa84ca0eb756","name":"Retrieve All Device Groups","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"4a942d03-1b7c-4c7f-9771-b19f143907f5\",\n        \"name\": \"All 844E\",\n        \"description\": \"Dynamic group containing all Calix 844E devices\",\n        \"type\": \"dynamic\"\n    },\n    {\n        \"_id\": \"e66c8389-e62e-453e-ae84-9029783937b3\",\n        \"name\": \"844E PPPoE\",\n        \"description\": \"Group for all PPPoE-provisioned devices\",\n        \"type\": \"static\",\n        \"allowInheritance\": true\n    },\n    {\n        \"_id\": \"243d890b-9e41-473e-baa6-5196390ab062\",\n        \"name\": \"All GigaSpire Blast GS2020E\",\n        \"description\": \"\",\n        \"type\": \"dynamic\"\n    },\n    {\n        \"_id\": \"ded2dd56-0d74-4c54-969a-dad4e55b1e46\",\n        \"name\": \"All GigaSpire Max GS2026E\",\n        \"description\": \"\",\n        \"type\": \"dynamic\"\n    },\n    {\n        \"_id\": \"9110ebfb-97d7-4f0f-8738-8a5b014a0a8a\",\n        \"name\": \"Lab Test GigaSpires\",\n        \"description\": \"Static group for all initial testing of new GigaSpire software\",\n        \"type\": \"static\",\n        \"allowInheritance\": true\n    }\n]"}],"_postman_id":"c07b3c45-4c8a-4de2-b454-3a29c8909ac8"},{"name":"Retrieve Device Group by ID","id":"dce86535-b0c0-4f0f-a887-653c6334a33b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/group/{{group-id}}","description":"<p>Retrieves a single Device Group by its internal ID.</p>\n<p>Returns a JSON object describing the Device Group.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","group","{{group-id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"65b24bb2-6dad-4cb0-afdc-e6764b594775","name":"Retrieve Group by ID","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/group/9110ebfb-97d7-4f0f-8738-8a5b014a0a8a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"9110ebfb-97d7-4f0f-8738-8a5b014a0a8a\",\n    \"name\": \"Lab Test GigaSpires\",\n    \"description\": \"\",\n    \"type\": \"static\",\n    \"allowInheritance\": true\n}"}],"_postman_id":"dce86535-b0c0-4f0f-a887-653c6334a33b"},{"name":"Retrieve All Static Group Memberships","id":"8d37283b-3e81-49f6-a84f-904822e3a7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/static-group-member","description":"<p>Retrieve all Static Group Membership data.</p>\n<p>Returns a JSON Array of Device Group Membership JSON Object records.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member"],"host":["{{apihost}}"],"query":[{"disabled":true,"description":{"content":"<p>If present, this flag returns only Discovered devices (those which have successfully checked in to the ACS).</p>\n","type":"text/plain"},"key":"bDiscovered","value":"true"},{"disabled":true,"description":{"content":"<p>If present, this flag returns only devices which have not checked in to the ACS).</p>\n","type":"text/plain"},"key":"bUndiscovered","value":"true"}],"variable":[]}},"response":[{"id":"4c02ea5b-bd4c-4278-804f-6c56c943b0c9","name":"Retrieve All Static Group Memberships","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/static-group-member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6a747bc9-d2e6-4d99-82cd-25a84057e93e\",\n        \"groupId\": \"e66c8389-e62e-453e-ae84-9029783937b3\",\n        \"type\": \"FSAN\",\n        \"memberInfo\": \"CXNK001D9030\",\n        \"orgId\": \"12837558\",\n        \"deviceRecordId\": \"12837558-000631-CXNK001D9030\",\n        \"createTime\": \"2019-04-15T15:23:57.047Z\"\n    }\n]"}],"_postman_id":"8d37283b-3e81-49f6-a84f-904822e3a7a1"},{"name":"Retrieve Static Group Memberships by Device","id":"cd8b4a6f-b4bc-4eaa-953f-7a895ca0418e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/static-group-member?memberInfo={{device-data}}","description":"<p>Retrieve Static Group Memberships, searching by device information. A device can belong to more than one static group, so multiple records may be returned even for a single device.</p>\n<p>Returns a JSON Array of Device Group Membership JSON Object records matching the query.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to search for membership information for a matching device.</p>\n","type":"text/plain"},"key":"memberInfo","value":"{{device-data}}"}],"variable":[]}},"response":[{"id":"2d33252c-7175-4e8f-9b19-f093cc22c3e2","name":"Retrieve Static Group Membership by Device","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{apihost}}:8444/api/static-group-member?memberInfo=CXNK001D9030","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","static-group-member"],"query":[{"key":"memberInfo","value":"CXNK001D9030","description":"One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to search for membership information for a matching device."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6a747bc9-d2e6-4d99-82cd-25a84057e93e\",\n        \"groupId\": \"e66c8389-e62e-453e-ae84-9029783937b3\",\n        \"type\": \"FSAN\",\n        \"memberInfo\": \"CXNK001D9030\",\n        \"orgId\": \"12837558\",\n        \"deviceRecordId\": \"12837558-000631-CXNK001D9030\",\n        \"createTime\": \"2019-04-15T15:23:57.047Z\"\n    }\n]"}],"_postman_id":"cd8b4a6f-b4bc-4eaa-953f-7a895ca0418e"},{"name":"Retrieve Single Static Group Membership Record","id":"368fb63c-bd94-487f-86bb-735ca638a552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/static-group-member/{{group-membership-id}}","description":"<p>Retrieve a single Static Group Membership by internal ID.</p>\n<p>Returns a Device Group Membership JSON Object record.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member","{{group-membership-id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"5ec382b5-7471-4cd9-9144-33989026627f","name":"Retrieve Single Static Group Membership","originalRequest":{"method":"GET","header":[],"url":"https://{{apihost}}:8444/api/static-group-member/d74d3aa2-bbb5-4af7-8365-3262ddddf0f5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"281"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"d74d3aa2-bbb5-4af7-8365-3262ddddf0f5\",\n    \"groupId\": \"e66c8389-e62e-453e-ae84-9029783937b3\",\n    \"type\": \"FSAN\",\n    \"memberInfo\": \"CXNK001D9031\",\n    \"orgId\": \"12837558\",\n    \"deviceRecordId\": \"12837558-000631-CXNK001D9031\",\n    \"createTime\": \"2019-05-22T15:39:07.329Z\"\n}"}],"_postman_id":"368fb63c-bd94-487f-86bb-735ca638a552"},{"name":"Add a Device or Provisioning Record to a Static Group","id":"273ee3aa-9688-47fb-a038-429ac3ed6bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"groupId\": \"{{groupId}}\",\n        \"type\": \"FSAN\",\n        \"memberInfo\": \"{{fsan}}\"\n    }"},"url":"https://{{apihost}}:8444/api/static-group-member","description":"<p>Adds a specified device or provisioning record to a Static Group, by creating a JSON object describing the membership.</p>\n<p>Returns the _id of the Device Group Membership record if successful.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[{"id":"3caed237-e818-432b-85cc-5da27378b562","name":"Add a Device or Provisioning Record to a Static Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"groupId\": \"e66c8389-e62e-453e-ae84-9029783937b3\",\n        \"type\": \"FSAN\",\n        \"memberInfo\": \"CXNK001D9031\"\n    }"},"url":"https://{{apihost}}:8444/api/static-group-member"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"d74d3aa2-bbb5-4af7-8365-3262ddddf0f5"}],"_postman_id":"273ee3aa-9688-47fb-a038-429ac3ed6bdb"},{"name":"Remove a device from a Static Group by membership ID","id":"aeca18a7-42b9-4588-989e-af67c2f7c96b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/static-group-member/{{membership-id}}","description":"<p>Remove a device from a static group by specifying the Membership Record _id value.</p>\n<p>Returns no body.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member","{{membership-id}}"],"host":["{{apihost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeca18a7-42b9-4588-989e-af67c2f7c96b"},{"name":"Remove a device from a Static Group by group ID and device","id":"707ef9fd-b4f1-483f-86c7-7235d0bde04e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/static-group-member?groupId={{static-group-id}}&memberInfo={{device-data}}","description":"<p>Remove a device from a static group by specifying the group _id value and an identifier for the device (FSAN, serial number, Registration ID, or MAC address)</p>\n<p>Returns a count of deleted records if successful, or an empty JSON array if no devices match.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>The _id value of the Static Group to remove the device from.</p>\n","type":"text/plain"},"key":"groupId","value":"{{static-group-id}}"},{"description":{"content":"<p>One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to select the device to remove.</p>\n","type":"text/plain"},"key":"memberInfo","value":"{{device-data}}"}],"variable":[]}},"response":[{"id":"702361ff-b217-4dbe-9f00-6ac628d0f3f3","name":"Remove a device from a Static Group by group ID and device","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{apihost}}:8444/api/static-group-member?groupId=e66c8389-e62e-453e-ae84-9029783937b3&memberInfo=CXNK001D9031","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","static-group-member"],"query":[{"key":"groupId","value":"e66c8389-e62e-453e-ae84-9029783937b3","description":"The _id value of the Static Group to remove the device from."},{"key":"memberInfo","value":"CXNK001D9031","description":"One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to select the device to remove."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"numberOfRecords\": 1\n}"},{"id":"fc5c8745-4e49-4b14-9e92-e52339c6a9a3","name":"Remove a device from a Static Group by group ID and device - no device found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{apihost}}:8444/api/static-group-member?groupId=e66c8389-e62e-453e-ae84-9029783937b3&memberInfo=CXNK001D9031","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","static-group-member"],"query":[{"key":"groupId","value":"e66c8389-e62e-453e-ae84-9029783937b3","description":"The _id value of the Static Group to remove the device from."},{"key":"memberInfo","value":"CXNK001D9031","description":"One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to select the device to remove."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"707ef9fd-b4f1-483f-86c7-7235d0bde04e"},{"name":"Remove a device from all Static Groups","id":"8b05b2cc-a5dc-48ed-9f2b-c068bf73db15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{apihost}}:8444/api/static-group-member?memberInfo={{device-data}}","description":"<p>Remove a device from all static groups by specifying an identifier for the device (FSAN, serial number, Registration ID, MAC address, device record internal ID, or Provisioning Record internal _id)</p>\n<p>Returns a count of deleted records if successful, or an empty JSON array if no devices match.</p>\n","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}},"urlObject":{"protocol":"https","port":"8444","path":["api","static-group-member"],"host":["{{apihost}}"],"query":[{"key":"memberInfo","value":"{{device-data}}"}],"variable":[]}},"response":[{"id":"150b1d39-6b50-4e8f-9da1-cc502161c2bf","name":"Remove a device from a Static Group by group ID and device - no device found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{apihost}}:8444/api/static-group-member?groupId=e66c8389-e62e-453e-ae84-9029783937b3&memberInfo=CXNK001D9031","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","static-group-member"],"query":[{"key":"groupId","value":"e66c8389-e62e-453e-ae84-9029783937b3","description":"The _id value of the Static Group to remove the device from."},{"key":"memberInfo","value":"CXNK001D9031","description":"One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to select the device to remove."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"3bd9447b-e8a9-4d04-8bce-8a6b3e2da0e6","name":"Remove a device from a Static Group by group ID and device","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{apihost}}:8444/api/static-group-member?groupId=e66c8389-e62e-453e-ae84-9029783937b3&memberInfo=CXNK001D9031","protocol":"https","host":["{{apihost}}"],"port":"8444","path":["api","static-group-member"],"query":[{"key":"groupId","value":"e66c8389-e62e-453e-ae84-9029783937b3","description":"The _id value of the Static Group to remove the device from."},{"key":"memberInfo","value":"CXNK001D9031","description":"One of: FSAN ID, Serial number, Registration ID, or MAC address.\nUse any of these strings to select the device to remove."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"numberOfRecords\": 1\n}"}],"_postman_id":"8b05b2cc-a5dc-48ed-9f2b-c068bf73db15"}],"id":"03cc2aa6-e4ac-4b57-8682-8c2eaa875dab","description":"<p>Device groups are required when performing bulk operations via scheduled workflows, and when executing discovery workflows towards newly discovered devices.</p>\n<p>The Device Group API allows the north bound clients to retrieve all or one of the existing device groups. </p>\n<p>Membership in groups by a device can be managed via the API, but device group creation and deletion must be done via the graphical user interface (i.e. browser) of Calix Support Cloud.</p>\n<h2 id=\"device-group-data-model\">Device Group Data Model</h2>\n<p>A device group record has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Internal identifer for the Device Group, generated by the server upon creation.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The user-visible name of the device group, which must be unique.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Descriptive text related to the device group</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Device group type, either \"dynamic\" or \"static\". Devices may only be manually added to static groups; dynamic groups contain rules describing the devices to match automatically.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"device-group-membership\">Device Group Membership</h2>\n<p>A device or provisioning record's membership in a Static Device Group is described by a Static Group Membership record. The membership record has the structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Type</th>\n<th>Description</th>\n<th>Writable</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Internal identifer for the Membership Record, generated by the server upon creation.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>groupId</td>\n<td>String</td>\n<td>The internal _id value of the group to which this device belongs</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>A string describing which device element to bind the membership to. Possible values:<ul><li>FSAN - use the FSAN serial number</li><li>Serial Number - use the device serial number reported via TR-69 INFORM</li><li>Registration ID - use a Calix Registration ID</li><li>MAC Address - use the hardware MAC of the device as reported via TR-69 INFORM</li><li>Provisioning Record - use the _id of the Provisioning Record</li></ul></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>memberInfo</td>\n<td>String</td>\n<td>This string contains the actual value used to select the group member. The format of this value corresponds to the Type field. For example, if Type = FSAN, the memberInfo string should contain an FSAN serial number.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>createTime</td>\n<td>String</td>\n<td>Creation date/time of the Group Membership record</td>\n<td>No</td>\n</tr>\n<tr>\n<td>subscriberId</td>\n<td>String</td>\n<td>For static group membership records of type \"Provisioning Record\", this value contains the internal _id string of a Subscriber Record that this provisioning record is associated with</td>\n<td>No</td>\n</tr>\n<tr>\n<td>deviceRecordId</td>\n<td>String</td>\n<td>If the device specified by the “memberInfo” field has already been discovered by the system, this field contains the internal _id string of the device record.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"03cc2aa6-e4ac-4b57-8682-8c2eaa875dab","auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","id":"64b1da5e-639d-4c7d-baf2-5e46ec04286e","name":"Calix Cloud - Subscriber/Device API","type":"collection"}}}],"auth":{"type":"basic","basic":{"password":"{{acspassword}}","username":"{{acsusername}}","showPassword":"<show-password>"}},"event":[{"listen":"prerequest","script":{"id":"85a816bf-546f-4090-96cf-127d75ded7a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e02eaef7-2416-4cb7-bc00-ff87de16ad4c","type":"text/javascript","exec":[""]}}]}