{"info":{"_postman_id":"14d7ad01-629e-9985-753c-9b12f2c9ff35","name":"SmartOLT","description":"<html><head></head><body><h1 id=\"smartolt-api\">SmartOLT API</h1>\n\n<h4 id=\"api-access-is-a-privilegeuse-it-responsibly\">API access is a privilege—use it responsibly.</h4>\n<h4 id=\"to-maintain-system-performance-for-all-users-heavy-usage-may-be-subject-to-rate-limiting\">To maintain system performance for all users, heavy usage may be subject to rate limiting.</h4>\n<h4 id=\"the-smartolt-api-should-not-be-treated-as-a-live-database-systems-are-expected-to-cache-reusable-data-and-avoid-unnecessary-repeated-requests\">The SmartOLT API should not be treated as a live database; systems are expected to cache reusable data and avoid unnecessary repeated requests.</h4>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"SmartOLT API","slug":"smartolt-api"}],"owner":"2941216","collectionId":"14d7ad01-629e-9985-753c-9b12f2c9ff35","publishedId":"71CXC8s","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"008FFB"},"publishDate":"2019-08-10T06:40:00.000Z"},"item":[{"name":"Get OLTs list","id":"26e5dc8a-971e-4f0d-ae67-cb34ac2025ca","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_olts","description":"<p>Gets a list of all OLTs names, IPs, telnet ports, SNMP ports and unique IDs.</p>\n","urlObject":{"protocol":"https","path":["api","system","get_olts"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"2df0af67-d906-46ef-b84e-29675fd178f1","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"response\": [\r\n        {\r\n            \"id\": \"1\",\r\n            \"name\": \"Huawei\",\r\n            \"olt_hardware_version\": \"Huawei-MA5680T\",\r\n            \"ip\": \"1.2.3.4\",\r\n            \"telnet_port\": \"2333\",\r\n            \"snmp_port\": \"2161\"\r\n        }\r\n    ]\r\n}"},{"id":"a178edfa-c439-458c-9a33-f7f67bff976e","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_olts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"26e5dc8a-971e-4f0d-ae67-cb34ac2025ca"},{"name":"Get OLTs uptime and environment temperature","id":"651649ff-4ef0-4f7b-8468-51aa9c0dfc35","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/olt/get_olts_uptime_and_env_temperature","description":"<p>Gets a list of all OLTs uptimes and environment temperatures.</p>\n","urlObject":{"protocol":"https","path":["api","olt","get_olts_uptime_and_env_temperature"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"c5a5c308-1832-4c21-b1b3-b4c88b703116","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/olt/get_olts_uptime_and_env_temperature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"response\":[\r\n        {\r\n            \"olt_id\": \"1\",\r\n            \"olt_name\": \"Huawei\",\r\n            \"uptime\": \"576 days, 21:05\",\r\n            \"env_temp\": \"24°C\"\r\n        },\r\n        {\r\n            \"olt_id\": \"2\",\r\n            \"olt_name\": \"ZTE\",\r\n            \"uptime\": \"93 days, 10:48\",\r\n            \"env_temp\": \"38°C\"\r\n        },\r\n        {\r\n            \"olt_id\": \"3\",\r\n            \"olt_name\": \"C600\",\r\n            \"uptime\": \"431 days, 02:32\",\r\n            \"env_temp\": \"33°C\"\r\n        }\r\n    ]\r\n}"},{"id":"be355dea-8d20-4bec-9a49-163a5b8de05b","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/olt/get_olts_uptime_and_env_temperature"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"651649ff-4ef0-4f7b-8468-51aa9c0dfc35"},{"name":"Get OLT cards details","id":"49423511-b501-49d5-87f2-d838fc3c6699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_cards_details/{{olt_id}}","description":"<p>Gets a list of OLT cards by OLT ID, as defined in SmartOLT OLT cards section. <br />\nEach OLT card consists of:</p>\n<ul>\n<li>slot</li>\n<li>type</li>\n<li>real type</li>\n<li>number of ports</li>\n<li>software version</li>\n<li>status</li>\n<li>role</li>\n<li>date &amp; time when the info was last updated</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_olt_cards_details","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"080c41b4-23f7-4c27-801e-552a370f5814","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_cards_details/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"slot\": \"1\",\n            \"type\": \"GTGO\",\n            \"real_type\": \"GTGO\",\n            \"ports\": \"8\",\n            \"software_version\": \"V2.1.0\",\n            \"status\": \"Online\",\n            \"role\": \"Main\",\n            \"info_updated\": \"2020-07-14 14:43:58\"\n        },\n        {\n            \"slot\": \"2\",\n            \"type\": \"GTGH\",\n            \"real_type\": \"GTGH\",\n            \"ports\": \"16\",\n            \"software_version\": \"V2.1.0\",\n            \"status\": \"Online\",\n            \"role\": \"Main\",\n            \"info_updated\": \"2020-07-14 14:43:58\"\n        }\n    ]\n}"},{"id":"1e0a4582-e006-44c8-9e1d-2539a1d27dee","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_cards_details/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"49423511-b501-49d5-87f2-d838fc3c6699"},{"name":"Get OLT PON ports details","id":"266add14-70e0-4a75-aea7-7fa4f39b10d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_pon_ports_details/{{olt_id}}","description":"<p>Gets a list of OLT PON ports by OLT ID, as defined in SmartOLT OLT PON ports section.  </p>\n<p>Each OLT PON port consists of:</p>\n<ul><li><div>slot</div></li><li><div>port</div></li><li><div>type</div></li><li><div>admin state</div></li><li><div>status</div></li><li><div>total ONUs</div></li><li><div>online ONUs</div></li><li><div>average signal</div></li><li><div>description</div></li><li><div>min range</div></li><li><div>max range</div></li><li><div>TX Power</div></li></ul>","urlObject":{"protocol":"https","path":["api","system","get_olt_pon_ports_details","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"0411633f-7c80-4619-89c3-c1506fa66445","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_pon_ports_details/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"board\": \"2\",\n            \"pon_port\": \"1\",\n            \"pon_type\": \"GPON\",\n            \"admin_status\": \"Enabled\",\n            \"operational_status\": \"Up\",\n            \"description\": \"\",\n            \"min_range\": \"0 m\",\n            \"max_range\": \"20000 m\",\n            \"tx_power\": \"6.839 dBm\",\n            \"onus_count\": 0,\n            \"online_onus_count\": 0,\n            \"average_signal\": 0\n        },\n        {\n            \"board\": \"2\",\n            \"pon_port\": \"2\",\n            \"pon_type\": \"GPON\",\n            \"admin_status\": \"Enabled\",\n            \"operational_status\": \"Up\",\n            \"description\": \"\",\n            \"min_range\": \"0 m\",\n            \"max_range\": \"30000 m\",\n            \"tx_power\": \"7.041 dBm\",\n            \"onus_count\": 0,\n            \"online_onus_count\": 0,\n            \"average_signal\": 0\n        }\n    ]\n}"},{"id":"d9c67f9a-8828-470e-837c-3733e9f961a2","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_pon_ports_details/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"266add14-70e0-4a75-aea7-7fa4f39b10d1"},{"name":"Get OLT outage PONs details","id":"3d23149a-f47d-44d7-a984-54872b561b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_outage_pons/{{olt_id}}","description":"<p>Gets a list of OLT PON ports by OLT ID, with outage details and last status change.</p>\n<p>Each OLT PON port consists of:</p>\n<ul><li><div>slot</div></li><li><div>port</div></li><li><div>description</div></li><li><div>total ONUs</div></li><li><div>outage cause</div></li><li><div>total LOS ONUs</div></li><li><div>total Power fail ONUs</div></li><li><div>latest status change</div></li></ul>","urlObject":{"protocol":"https","path":["api","system","get_outage_pons","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"2f50a455-f188-4bcf-bb3d-280b41ff7f44","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_outage_pons/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"response\": [\n        {\n            \"olt_id\": \"1\",\n            \"olt_name\": \"C320\",\n            \"board\": \"1\",\n            \"port\": \"2\",\n            \"pon_description\": \"0\",\n            \"total_onus\": \"1\",\n            \"cause\": \"\",\n            \"los_count\": \"0\",\n            \"power_count\": \"0\",\n            \"latest_status_change\": \"2024-01-08 08:38\"\n        },\n        {\n            \"olt_id\": \"1\",\n            \"olt_name\": \"C320\",\n            \"board\": \"1\",\n            \"port\": \"14\",\n            \"pon_description\": \"0\",\n            \"total_onus\": \"20\",\n            \"cause\": \"\",\n            \"los_count\": \"0\",\n            \"power_count\": \"0\",\n            \"latest_status_change\": \"2023-08-14 14:04\"\n        }\n    ],\n    \"response_code\": \"success\",\n    \"status\": true\n}"},{"id":"d9ec929a-343d-461a-ae3e-2d6ed95a6ba4","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_outage_pons/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"403","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"3d23149a-f47d-44d7-a984-54872b561b6d"},{"name":"Get OLT uplink ports details","id":"a45d6a94-3feb-479a-93c1-c9ef852818f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_uplink_ports_details/{{olt_id}}","description":"<p>Gets a list of OLT uplink ports by OLT ID, as defined in SmartOLT OLT uplink ports section. <br />\nEach OLT uplink port consists of:</p>\n<ul>\n<li>name</li>\n<li>description</li>\n<li>type</li>\n<li>admin state</li>\n<li>status</li>\n<li>negotiation</li>\n<li>MTU</li>\n<li>wavelength</li>\n<li>temperature</li>\n<li>PVID untag</li>\n<li>mode</li>\n<li>tagged VLANs</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_olt_uplink_ports_details","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"5562c831-454a-48bb-99b6-c0629652f3d7","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_uplink_ports_details/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"name\": \"gei_1/4/1\",\n            \"mode\": \"Hybrid\",\n            \"vlan_tag\": \"10,99-200,627-628\",\n            \"negotiation_auto\": \"Forced 1G-FullD\",\n            \"status\": \"Down\",\n            \"mtu\": \"1600\",\n            \"type\": \"Fiber\",\n            \"wavelength\": \"0\",\n            \"description\": \"\",\n            \"temperature\": \"N/A\",\n            \"pvid\": \"\",\n            \"admin_status\": \"Enabled\"\n        },\n        {\n            \"name\": \"xgei_1/4/2\",\n            \"mode\": \"Hybrid\",\n            \"vlan_tag\": \"10,99-200,627-628\",\n            \"negotiation_auto\": \"Forced 10G-FullD\",\n            \"status\": \"10G-FullD\",\n            \"mtu\": \"1600\",\n            \"type\": \"Fiber\",\n            \"wavelength\": \"1330\",\n            \"description\": \"\",\n            \"temperature\": 25.2,\n            \"pvid\": \"\",\n            \"admin_status\": \"Enabled\"\n        }\n    ]\n}"},{"id":"7fa26caf-dcbe-4c23-a314-49c9ad0ebce8","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_olt_uplink_ports_details/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"a45d6a94-3feb-479a-93c1-c9ef852818f4"},{"name":"Get ONU types list","id":"a7e7c676-fae5-4a1e-b7b3-35bda065202d","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types","description":"<p>Gets a list of all ONU types as defined in SmartOLT ONU Types section. <br />\nEach ONU type consists of:</p>\n<ul>\n<li>unique ID</li>\n<li>name</li>\n<li>PON type (it can be \"gpon\" or \"epon\")</li>\n<li>capability (it can be \"Bridging\" or \"Bridging/Routing\")</li>\n<li>number of ethernet ports</li>\n<li>number of WiFi ports</li>\n<li>number of VoIP ports</li>\n<li>CATV</li>\n<li>if it allows custom ONU profiles (1 - it allows, 0 - it doesn't allow)</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_onu_types"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"20a40887-6ade-450e-803d-e281afccf552","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": \"29\",\n            \"name\": \"ZTE-F623\",\n            \"pon_type\": \"gpon\",\n            \"capability\": \"Bridging/Routing\",\n            \"ethernet_ports\": 4,\n            \"wifi_ports\": 4,\n            \"voip_ports\": 2,\n            \"catv\": \"0\",\n            \"allow_custom_profiles\": \"0\"\n        },\n        {\n            \"id\": \"30\",\n            \"name\": \"ZTE-F660\",\n            \"pon_type\": \"gpon\",\n            \"capability\": \"Bridging/Routing\",\n            \"ethernet_ports\": 4,\n            \"wifi_ports\": 4,\n            \"voip_ports\": 2,\n            \"catv\": \"0\",\n            \"allow_custom_profiles\": \"1\"\n        },\n        {\n            \"id\": \"44\",\n            \"name\": \"ZTE-F401\",\n            \"pon_type\": \"epon\",\n            \"capability\": \"Bridging\",\n            \"ethernet_ports\": 1,\n            \"wifi_ports\": 1,\n            \"voip_ports\": 0,\n            \"catv\": \"0\",\n            \"allow_custom_profiles\": \"0\"\n        }\n    ]\n}"},{"id":"52cd5e01-b41a-4b06-9332-3e08149e4206","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"a7e7c676-fae5-4a1e-b7b3-35bda065202d"},{"name":"Get ONU types list by PON type","id":"0ebb5b74-ed00-4c8d-8d62-068549044134","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types_by_pon_type/{{pon_type}}","description":"<p>Gets a list of ONU types by PON type (it can be \"gpon\" or \"epon\"), as defined in SmartOLT ONU Types section. <br />\nEach ONU type consists of:</p>\n<ul>\n<li>unique ID</li>\n<li>name</li>\n<li>PON type (it can be \"gpon\" or \"epon\")</li>\n<li>capability (it can be \"Bridging\" or \"Bridging/Routing\")</li>\n<li>number of ethernet ports</li>\n<li>number of WiFi ports</li>\n<li>number of VoIP ports</li>\n<li>CATV</li>\n<li>if it allows custom ONU profiles (1 - it allows, 0 - it doesn't allow)</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_onu_types_by_pon_type","{{pon_type}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4a12e3cd-1827-4369-8337-3734d59d5ab0","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types_by_pon_type/gpon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": \"29\",\n            \"name\": \"ZTE-F623\",\n            \"pon_type\": \"gpon\",\n            \"capability\": \"Bridging/Routing\",\n            \"ethernet_ports\": 4,\n            \"wifi_ports\": 4,\n            \"voip_ports\": 2,\n            \"catv\": \"0\",\n            \"allow_custom_profiles\": \"0\"\n        },\n        {\n            \"id\": \"30\",\n            \"name\": \"ZTE-F660\",\n            \"pon_type\": \"gpon\",\n            \"capability\": \"Bridging/Routing\",\n            \"ethernet_ports\": 4,\n            \"wifi_ports\": 4,\n            \"voip_ports\": 2,\n            \"catv\": \"0\",\n            \"allow_custom_profiles\": \"1\"\n        }\n    ]\n}"},{"id":"ef93ccb5-cf25-4f34-a38a-b82c043158fa","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"0ebb5b74-ed00-4c8d-8d62-068549044134"},{"name":"Get ONU type image","id":"3e4a5479-3935-4237-bb99-5945accd8bf4","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_type_image/{{onu_type_unique_id}}","description":"<p>Gets the ONU type image for a specified ONU type unique ID.  </p>\n<p>The response consists of:</p>\n<ul><li><p>Onu type png image</p></li></ul>\n\n  \n<p>It returns a 400 error code when:</p>\n<ul><li><p>no ONU type unique ID was provided</p></li><li><p>no ONU type was found for the provided unique ID</p></li></ul>\n\n<p>You can feed the response directly to an img tag in the src attribute with a Content-type header of \"image/png\".<br />Example:</p>\n<p><br />PHP<br /><code><br />header(\"Content-type: image/png\");<br />echo $response_image;<br /></code></p>\n\n<p><br />HTML<br /><code><br />img src=\"link_to_your_method_where_you_call_the_api\"<br /></code></p>","urlObject":{"protocol":"https","path":["api","system","get_onu_type_image","{{onu_type_unique_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"dfe6e52f-9ced-491b-b9f3-2166669ca2f6","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_type_image/{{onu_type_unique_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"Onu type image"},{"id":"28dbd652-240c-4f1d-a25a-42b046835391","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/get_onu_type_image/{{onu_type_unique_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"3e4a5479-3935-4237-bb99-5945accd8bf4"},{"name":"Add ONU type","id":"c7c5e6af-2a3b-430b-adeb-6e5b7da7157a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"ZTE-F660V6.0","description":"<p>(Required, String) ONU type</p>\n","type":"text"},{"key":"pon_type","value":"gpon","description":"<p>(Required, String) ONU type PON type. Allowed values: gpon, epon</p>\n","type":"text"},{"key":"ethernet_ports_nr","value":"4","description":"<p>(Required, Int) The number of ethernet ports. Allowed values: 1, 2, 3, 4, 5, 8, 16, 24</p>\n","type":"text"},{"key":"wifi_ssids_nr","value":"0","description":"<p>(Required, Int) The number of WiFi SSIDs. Allowed values: 0, 1, 2, 3, 4, 5, 6, 7, 8</p>\n","type":"text"},{"key":"voip_ports_nr","value":"0","description":"<p>(Required, Int) The number of VoIP ports. Allowed values: 0, 1, 2</p>\n","type":"text"},{"key":"catv","value":"0","description":"<p>(Required, Int) 1 if it supports CATV, otherwise 0</p>\n","type":"text"},{"key":"allow_custom_profiles","value":"1","description":"<p>(Required, Int) 1 if it allows custom profiles, otherwise 0</p>\n","type":"text"},{"key":"capability","value":"Bridging/Routing","description":"<p>(Required, String) ONU type capability. Allowed values: Bridging/Routing, Bridging</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_onu_type","description":"<p>Adds a new ONU type.</p>\n","urlObject":{"protocol":"https","path":["api","system","add_onu_type"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"9f581144-fb85-4c4b-92ac-4c838498c336","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"ZTE-F660V6.0","type":"text"},{"key":"pon_type","value":"gpon","type":"text"},{"key":"ethernet_ports_nr","value":"4","type":"text"},{"key":"wifi_ssids_nr","value":"0","type":"text"},{"key":"voip_ports_nr","value":"0","type":"text"},{"key":"catv","value":"0","type":"text"},{"key":"allow_custom_profiles","value":"1","type":"text"},{"key":"capability","value":"Bridging/Routing","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_onu_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU type ZTE-F660V6.0 added successfully\"}"},{"id":"b4ca3d3c-1e36-405f-803b-b1694296f828","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"ZTE-F660V6.0","type":"text"},{"key":"pon_type","value":"gpon","type":"text"},{"key":"ethernet_ports_nr","value":"4","type":"text"},{"key":"wifi_ssids_nr","value":"0","type":"text"},{"key":"voip_ports_nr","value":"0","type":"text"},{"key":"catv","value":"0","type":"text"},{"key":"allow_custom_profiles","value":"1","type":"text"},{"key":"capability","value":"Bridging/Routing","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_onu_type"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c7c5e6af-2a3b-430b-adeb-6e5b7da7157a"},{"name":"Get zones list","id":"569dbe0b-e254-4b92-afa0-da677e2e7537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_zones","description":"<p>Gets a list of all zones as defined in SmartOLT Zones section. <br />\nEach zone consists of:</p>\n<ul>\n<li>unique ID</li>\n<li>name</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_zones"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4dc7c278-5a44-4b51-addc-bb8f71a90505","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_zones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Zone 1\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Zone 2\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Zone 3\"\n        }\n    ]\n}"},{"id":"08754c54-20de-4ed4-92f9-766bc86709cc","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_zones"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"569dbe0b-e254-4b92-afa0-da677e2e7537"},{"name":"Add zone","id":"af25b3b5-5728-4b69-a821-227b28e4b54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","description":"<p>(Required, String) Zone name</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_zone","description":"<p>Adds a new zone.</p>\n","urlObject":{"protocol":"https","path":["api","system","add_zone"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"ca55cded-e659-490d-b7b3-cf912cebe03a","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_zone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Zone City center added successfully\"}"},{"id":"21ddb98d-87e5-43c2-8145-62f572f53c1f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_zone"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"af25b3b5-5728-4b69-a821-227b28e4b54b"},{"name":"Get ODBs list","id":"df0766e6-c470-46b8-b4f3-7c50a529a864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_odbs/{{zone_id}}","description":"<p>Gets a list of all ODBs as defined in SmartOLT ODBs section.  </p>\n<p>If Zone ID is specified then it gets a list of all ODBs in that Zone.  </p>\n<p>Each ODB consists of:</p>\n<ul><li><div>unique ID</div></li><li><div>name</div></li><li><div>latitude</div></li><li><div>longitude</div></li><li><div>zone ID</div></li><li><div>zone name</div></li></ul>","urlObject":{"protocol":"https","path":["api","system","get_odbs","{{zone_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"ae9641a7-db8c-4494-8ae3-d0d680a66976","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_odbs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": \"2\",\n            \"name\": \"test odb\",\n            \"latitude\": \"44.4352497825479\",\n            \"longitude\": \"26.100036719531257\",\n            \"zone_id\": \"1\",\n            \"zone_name\": \"Zone 1\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"test odb2\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"zone_id\": \"18\",\n            \"zone_name\": \"Zone 2\"\n        }\n    ]\n}"},{"id":"8de98c6b-2a9f-43fa-888c-2d4fd91bd143","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_odbs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"df0766e6-c470-46b8-b4f3-7c50a529a864"},{"name":"Add ODB","id":"75695999-d968-4dbe-99be-6ef6083b2320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","description":"<p>(Required, String) Zone name</p>\n","type":"text"},{"key":"name","value":"ODB 1","description":"<p>(Required, String) ODB name</p>\n","type":"text"},{"key":"nr_of_ports","value":"3","description":"<p>(Int) The number of ports of the ODB</p>\n","type":"text"},{"key":"latitude","value":"52.5113340328893","description":"<p>(String) Latitude</p>\n","type":"text"},{"key":"longitude","value":"13.401282438647513","description":"<p>(String) Longitude</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_odb","description":"<p>Adds a new ODB.</p>\n","urlObject":{"protocol":"https","path":["api","system","add_odb"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"f09a8edf-3987-4915-9e93-ab5b27b0ec8c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","type":"text"},{"key":"name","value":"Center odb","type":"text"},{"key":"nr_of_ports","value":"10","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_odb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ODB Center odb added successfully\"}"},{"id":"57791226-93fa-48e7-ae43-c095ef720ab5","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City center","type":"text"},{"key":"name","value":"Center odb","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/system/add_odb"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"403","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"75695999-d968-4dbe-99be-6ef6083b2320"},{"name":"Get speed profiles list","id":"a1853ef6-45d9-4745-9c42-05c1060eab9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_speed_profiles","description":"<p>Gets a list of all speed profiles as defined in SmartOLT Speed profiles section. <br />\nEach speed profile consists of:</p>\n<ul>\n<li>unique ID</li>\n<li>name</li>\n<li>speed</li>\n<li>direction: upload or download</li>\n<li>type: iptv or internet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","get_speed_profiles"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"cd4adfa1-99de-4689-b62f-5607f6019390","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_speed_profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n       {\n            \"id\": 1,\n            \"name\": \"100M\",\n            \"speed\": \"104960\",\n            \"direction\": \"download\",\n            \"type\": \"iptv\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"INTERNET_100_Mb\",\n            \"speed\": \"104960\",\n            \"direction\": \"upload\",\n            \"type\": \"internet\"\n        }\n    ]\n}"},{"id":"8c2b3c2e-ce41-4571-9409-e87161e34f72","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_speed_profiles"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"a1853ef6-45d9-4745-9c42-05c1060eab9c"},{"name":"Get VLANs list","id":"80025fa2-a392-4493-8d6c-d89672c80551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/olt/get_vlans/{{olt_id}}","description":"<p>Gets a list of OLT VLANs by OLT ID, as defined in SmartOLT OLT VLANs section.</p>\n<p>Each VLAN consists of:</p>\n<ul><li><div>unique ID</div></li><li><div>VLAN</div></li><li><div>description</div></li><li><div>OLT ID</div></li><li><div>scope: iptv, mgmt/voip, lan_to_lan or internet</div></li><li><div>default_for_pon_ports: board_1_port_3, board_2_port_1</div></li></ul>","urlObject":{"protocol":"https","path":["api","olt","get_vlans","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"d87f54ae-b725-4bf2-b512-7a89b36bef03","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/olt/get_vlans/{{olt_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n       {\n            \"id\": \"1830\",\n            \"vlan\": \"10\",\n            \"description\": null,\n            \"olt_id\": \"1\",\n            \"scope\": \"internet\"\n        },\n        {\n            \"id\": \"1832\",\n            \"vlan\": \"900\",\n            \"description\": \"IPTV\",\n            \"olt_id\": \"1\",\n            \"scope\": \"iptv\"\n        }\n    ]\n}"},{"id":"c96dfc9e-80e3-4994-b354-6e56a599d4b1","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/olt/get_vlans/{{olt_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"80025fa2-a392-4493-8d6c-d89672c80551"},{"name":"Add VLAN","id":"39322366-48bc-4859-b64e-a254ef13d959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"30","description":"<p>(Required, Int) VLAN-ID</p>\n","type":"text"},{"key":"description","value":"test vlan","description":"<p>(String) VLAN description</p>\n","type":"text"},{"key":"for_iptv","value":"0","description":"<p>(Int) 1 if the VLAN is a Multicast VLAN, used for IPTV, otherwise 0</p>\n","type":"text"},{"key":"for_mgmt_voip","value":"1","description":"<p>(Int) 1 if the VLAN is a Management/VoIP VLAN, otherwise 0</p>\n","type":"text"},{"key":"dhcp_snooping","value":"0","description":"<p>(Int) 1 to enable DHCP Snooping on VLAN, otherwise 0</p>\n","type":"text"},{"key":"lan_to_lan","value":"0","description":"<p>(Int) 1 to enable direct communication between ONUs on this VLAN (aka. LAN-to-LAN), otherwise 0</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/olt/add_vlan/{{olt_id}}","description":"<p>Adds a VLAN to the OLT specified by the OLT ID.</p>\n","urlObject":{"protocol":"https","path":["api","olt","add_vlan","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"527081dd-aa66-48da-ba59-fdec88a6bbc6","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"30","type":"text"},{"key":"description","value":"test vlan","type":"text"},{"key":"for_iptv","value":"0","type":"text"},{"key":"for_mgnt_voip","value":"0","type":"text"},{"key":"dhcp_snooping","value":"0","type":"text"},{"key":"lan_to_lan","value":"0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/olt/add_vlan/{{olt_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"VLAN 30 added successfully to OLT Test\"}"},{"id":"ddc8a383-90f0-4423-8144-7d78e95f6cba","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"30","type":"text"},{"key":"description","value":"test vlan","type":"text"},{"key":"for_iptv","value":"1","type":"text"},{"key":"for_mgmt_voip","value":"0","type":"text"},{"key":"dhcp_snooping","value":"0","type":"text"},{"key":"lan_to_lan","value":"0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/olt/add_vlan/{{olt_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"39322366-48bc-4859-b64e-a254ef13d959"},{"name":"Get billing details","id":"540a3d30-0ef6-40b6-b6b1-1a97fa6ca97b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_billing_details","description":"<p>Gets a list of all OLTs subscription details.</p>\n<p>For each OLT the subscription details are:</p>\n<ul><li><p>OLT unique ID</p></li><li><p>OLT name</p></li><li><p>subscription status</p></li><li><p>subscription end date (inclusive)</p></li></ul>","urlObject":{"protocol":"https","path":["api","system","get_billing_details"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"d8b7b298-a232-458a-baa4-87c884fa2db5","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_billing_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": {\n        \"olts\": [\n            {\n                \"olt_id\": \"1\",\n                \"olt_name\": \"Huawei\",\n                \"olt_subscription_status\": \"active\",\n                \"olt_subscription_end_date\": \"18-Apr-2022\"\n            },\n            {\n                \"olt_id\": \"2\",\n                \"olt_name\": \"ZTE\",\n                \"olt_subscription_status\": \"expired\",\n                \"olt_subscription_end_date\": \"31-Dec-2020\"\n            }\n    ]\n}"},{"id":"b6f71c23-4c16-4026-8541-b1c836e0e7e9","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/system/get_billing_details"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"540a3d30-0ef6-40b6-b6b1-1a97fa6ca97b"},{"name":"Get all unconfigured ONUs","id":"c2f59ef3-5732-4247-8422-7df69f7e32c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus","description":"<p>Gets a list of all unconfigured ONUs on all OLTs. <br />\nEach unconfigured ONU consists of:</p>\n<ul>\n<li>PON type (it can be \"gpon\" or \"epon\")</li>\n<li>board</li>\n<li>port</li>\n<li>onu</li>\n<li>sn (in case of gpon ONU is the SN, in case of epon ONU is the MAC)</li>\n<li>ONU type name</li>\n<li>ONU type unique ID</li>\n<li>OLT unique ID</li>\n<li>if ONU is disabled (1 - is disabled, 0 - is enabled)</li>\n<li>A list of possible actions for this ONU: view, resync_config, authorize, move_here</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","unconfigured_onus"],"host":["{{subdomain}}","smartolt","com"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Search for a specific SN. Performed search is of type CONTAINS.</p>\n","type":"text/plain"},"key":"sn","value":"AD0"},{"disabled":true,"description":{"content":"<p>(Optional) Search for a specific ONU type. Performed search is of type CONTAINS.</p>\n","type":"text/plain"},"key":"onu_type","value":"F6"}],"variable":[]}},"response":[{"id":"4a874cb8-4c9c-4a82-b992-b64077dd8d82","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": 0,\n            \"pon_type\": \"gpon\",\n            \"board\": \"2\",\n            \"port\": \"3\",\n            \"pon_description\": \"\",\n            \"onu\": \"1\",\n            \"sn\": \"ZTEGC7E230E4\",\n            \"onu_type_name\": \"ZTE-F660V6.0\",\n            \"onu_type_id\": \"75\",\n            \"olt_id\": \"1\",\n            \"is_disabled\": 0,\n            \"old_location\": null,\n            \"new_location\": null,\n            \"external_id\": null,\n            \"actions\": [\n                \"authorize\"\n            ]\n        },\n        {\n            \"id\": 0,\n            \"pon_type\": \"epon\",\n            \"board\": \"1\",\n            \"port\": \"3\",\n            \"onu\": \"1\",\n            \"sn\": \"98F4.28FF.0005\",\n            \"onu_type_name\": \"ZTE-F460\",\n            \"onu_type_id\": \"45\",\n            \"olt_id\": \"1\",\n            \"is_disabled\": 0,\n            \"old_location\": null,\n            \"new_location\": null,\n            \"external_id\": null,\n            \"actions\": [\n                \"authorize\"\n            ]\n        }\n    ]\n}"},{"id":"106f5aa4-5f5a-4960-b6b8-9be9abe664e3","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c2f59ef3-5732-4247-8422-7df69f7e32c1"},{"name":"Get unconfigured ONUs by OLT unique ID","id":"97c6e560-a827-4362-846f-e914c4736a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus_for_olt/{{olt_id}}","description":"<p>Gets a list of all unconfigured ONUs for a specified OLT unique ID. <br />\nEach unconfigured ONU consists of:</p>\n<ul>\n<li>PON type (it can be \"gpon\" or \"epon\")</li>\n<li>board</li>\n<li>port</li>\n<li>onu</li>\n<li>sn (in case of gpon ONU is the SN, in case of epon ONU is the MAC)</li>\n<li>ONU type name</li>\n<li>ONU type unique ID</li>\n<li>OLT unique ID</li>\n<li>if ONU is disabled (1 - is disabled, 0 - is enabled)</li>\n<li>A list of possible actions for this ONU: view, resync_config, authorize, move_here</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no OLT ID was provided</li>\n<li>no OLT was found for the provided OLT ID</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","unconfigured_onus_for_olt","{{olt_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Search for a specific SN. Performed search is of type CONTAINS.</p>\n","type":"text/plain"},"key":"sn","value":"AD0"},{"disabled":true,"description":{"content":"<p>(Optional) Search for a specific ONU type. Performed search is of type CONTAINS.</p>\n","type":"text/plain"},"key":"onu_type","value":"F6"}],"variable":[]}},"response":[{"id":"015b3853-34ee-495c-823e-81ee1974daaf","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus_for_olt/{{olt_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"id\": 0,\n            \"pon_type\": \"gpon\",\n            \"board\": \"2\",\n            \"port\": \"3\",\n            \"onu\": \"1\",\n            \"sn\": \"ZTEGC7E230E4\",\n            \"onu_type_name\": \"ZTE-F660V6.0\",\n            \"onu_type_id\": \"75\",\n            \"olt_id\": \"1\",\n            \"is_disabled\": 0,\n            \"old_location\": null,\n            \"new_location\": null,\n            \"external_id\": null,\n            \"actions\": [\n                \"authorize\"\n            ]\n        },\n        {\n            \"id\": 0,\n            \"pon_type\": \"epon\",\n            \"board\": \"1\",\n            \"port\": \"3\",\n            \"onu\": \"1\",\n            \"sn\": \"98F4.28FF.0005\",\n            \"onu_type_name\": \"ZTE-F460\",\n            \"onu_type_id\": \"45\",\n            \"olt_id\": \"1\",\n            \"is_disabled\": 0,\n            \"old_location\": null,\n            \"new_location\": null,\n            \"external_id\": null,\n            \"actions\": [\n                \"authorize\"\n            ]\n        }\n    ]\n}"},{"id":"4e01279f-728c-4653-8644-fcbcc9321c02","name":"400 - No OLT for ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus_for_olt/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No OLT was found with ID 100\"\n}"},{"id":"8c438cac-4a8c-4deb-93b5-2254b1d8ebe0","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus_for_olt/{{olt_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"ac67c550-dbc7-49e7-ae39-51a2b7a347e4","name":"400 - Specify OLT ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/unconfigured_onus_for_olt/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please specify the OLT ID\"\n}"}],"_postman_id":"97c6e560-a827-4362-846f-e914c4736a77"},{"name":"Get all ONUs statuses","id":"dd7eff97-6229-497c-9cde-6acd0ad09aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_statuses?olt_id=1&board=2&port=3&zone=City Centre","description":"<p>Gets all the ONUs statuses for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs statuses on all OLTs will be returned. <br />\nONU statuses returned can be:</p>\n<ul>\n<li>Online</li>\n<li>Power fail</li>\n<li>LOS</li>\n<li>Offline</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no OLT was found for the provided OLT ID</li>\n<li>no OLT ID was provided with board or PON port</li>\n<li>no OLT ID or no board was provided with PON port</li>\n<li>no Zone was found for the provided zone name</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onus_statuses"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs statuses. Leave empty if you want statuses from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want statuses from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want statuses from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"3"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs statuses from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"}],"variable":[]}},"response":[{"id":"8d5001c2-69f6-4b53-b60c-15fb77d54f15","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_statuses","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_statuses"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"unique_external_id\": \"test1\",\n            \"sn\": \"ZTEGC1D48C98\",\n            \"olt_id\": \"53\",\n            \"board\": \"0\",\n            \"port\": \"3\",\n            \"onu\": \"20\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 1\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"odb_id\": null,\n            \"status\": \"Online\",\n            \"last_status_change\": \"2025-12-30 12:00:00\"\n        },\n        {\n            \"unique_external_id\": \"test2\",\n            \"sn\": \"ZTEGC171A71A\",\n            \"olt_id\": \"53\",\n            \"board\": \"1\",\n            \"port\": \"4\",\n            \"onu\": \"4\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 2\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"odb_id\": null,\n            \"status\": \"Offline\",\n             \"last_status_change\": \"2025-12-30 12:00:00\"\n        }\n\t]\n}"},{"id":"b394d407-7b8b-4ed3-9571-9beeec0bb5dc","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_statuses?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_statuses"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"dd7eff97-6229-497c-9cde-6acd0ad09aee"},{"name":"Get all ONUs administrative statuses","id":"8edcf207-0fbc-40dc-b4a4-5c551e7458e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_administrative_statuses?olt_id=1&board=2&port=3&zone=City Centre","description":"<p>Gets all the ONUs administrative statuses for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs statuses on all OLTs will be returned. <br />\nONU administrative statuses returned can be:</p>\n<ul>\n<li>Enabled</li>\n<li>Disabled</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no OLT was found for the provided OLT ID</li>\n<li>no OLT ID was provided with board or PON port</li>\n<li>no OLT ID or no board was provided with PON port</li>\n<li>no Zone was found for the provided zone name</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onus_administrative_statuses"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs statuses. Leave empty if you want statuses from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want statuses from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want statuses from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"3"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs statuses from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"}],"variable":[]}},"response":[{"id":"e9820b38-145d-443a-821f-ad74aabbea87","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_administrative_statuses","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_administrative_statuses"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"unique_external_id\": \"test1\",\n            \"sn\": \"ZTEGC1D48C98\",\n            \"pon_type\": \"gpon\",\n            \"olt_id\": \"53\",\n            \"board\": \"0\",\n            \"port\": \"3\",\n            \"onu\": \"20\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 1\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"admin_status\": \"Enabled\"\n        },\n        {\n            \"unique_external_id\": \"test2\",\n            \"sn\": \"ZTEGC171A71A\",\n            \"pon_type\": \"gpon\",\n            \"olt_id\": \"53\",\n            \"board\": \"1\",\n            \"port\": \"4\",\n            \"onu\": \"4\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 2\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"admin_status\": \"Disabled\"\n        }\n\t]\n}"},{"id":"31b43a13-a360-4719-8b3e-a519587f8b1c","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_administrative_statuses?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_administrative_statuses"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"8edcf207-0fbc-40dc-b4a4-5c551e7458e1"},{"name":"Get all ONUs CATV statuses","id":"34acfcfc-d63d-4b71-b2f5-b607a65020c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_catv_statuses?olt_id=1&board=2&port=3&zone=City Centre","description":"<p>Gets all the ONUs CATV statuses for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs statuses on all OLTs will be returned. <br />\nONU CATV statuses returned can be:</p>\n<ul>\n<li>Enabled</li>\n<li>Disabled</li>\n<li>CATV not supported by ONU-Type</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no OLT was found for the provided OLT ID</li>\n<li>no OLT ID was provided with board or PON port</li>\n<li>no OLT ID or no board was provided with PON port</li>\n<li>no Zone was found for the provided zone name</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onus_catv_statuses"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs statuses. Leave empty if you want statuses from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want statuses from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want statuses from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"3"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs statuses from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"}],"variable":[]}},"response":[{"id":"055f2025-fc85-44e8-aaad-be32dd775f13","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_catv_statuses","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_catv_statuses"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"unique_external_id\": \"test1\",\n            \"sn\": \"ZTEGC1D48C98\",\n            \"olt_id\": \"53\",\n            \"board\": \"0\",\n            \"port\": \"3\",\n            \"onu\": \"20\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 1\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"catv_status\": \"Enabled\"\n        },\n        {\n            \"unique_external_id\": \"test2\",\n            \"sn\": \"ZTEGC171A71A\",\n            \"olt_id\": \"53\",\n            \"board\": \"1\",\n            \"port\": \"4\",\n            \"onu\": \"4\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 2\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"catv_status\": \"Disabled\"\n        }\n\t]\n}"},{"id":"083a399a-deff-4248-8fbb-6f9e7260ad77","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_catv_statuses?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_catv_statuses"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"34acfcfc-d63d-4b71-b2f5-b607a65020c9"},{"name":"Get all ONUs signals","id":"43e3094c-0db5-46ea-821e-1ae9c4038006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_signals?olt_id=1&board=2&port=3&zone=City Centre","description":"<p>Gets all the ONUs signals for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs signals on all OLTs will be returned. <br />\nThe response consists of:</p>\n<ul>\n<li>ONU signal: 'Critical', 'Warning', 'Very good'</li>\n<li>ONU signal 1310 value</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no OLT was found for the provided OLT ID</li>\n<li>no OLT ID was provided with board or PON port</li>\n<li>no OLT ID or no board was provided with PON port</li>\n<li>no Zone was found for the provided zone name</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onus_signals"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs statuses. Leave empty if you want signals from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want signals from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want signals from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"3"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs signals from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"}],"variable":[]}},"response":[{"id":"6a96659b-ca04-433b-b1fd-5f380f9babfe","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_signals","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_signals"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n        {\n            \"unique_external_id\": \"test1\",\n            \"sn\": \"ZTEGC1D48C98\",\n            \"olt_id\": \"53\",\n            \"board\": \"0\",\n            \"port\": \"3\",\n            \"onu\": \"20\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 1\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"odb_id\": null,\n            \"signal_1310\": \"-20.05 dBm\",\n            \"signal\": \"Very good\",\n            \"signal_1490\": \"-\"\n        },\n        {\n            \"unique_external_id\": \"test2\",\n            \"sn\": \"ZTEGC171A71A\",\n            \"olt_id\": \"53\",\n            \"board\": \"1\",\n            \"port\": \"4\",\n            \"onu\": \"4\",\n            \"zone_id\": \"1\",\n            \"name\": \"test 2\",\n            \"address\": \"\",\n            \"contact\": \"\",\n            \"odb_id\": null,\n            \"signal_1310\": \"-11.89 dBm\",\n            \"signal\": \"Very good\",\n            \"signal_1490\": \"-\"\n        }\n\t]\n}"},{"id":"690d2678-9de9-4581-84c1-0549b7e0fd54","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_signals?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_onus_signals"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"43e3094c-0db5-46ea-821e-1ae9c4038006"},{"name":"Get all ONUs details","id":"4e11cd01-2e4b-4f83-807d-963c4e7434af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_details?olt_id=1&board=2&port=3&zone=City Centre&odb=Splitter325","description":"<p>Gets all the ONUs details for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs details on all OLTs will be returned.</p>\n<p>The \"Get all ONUs details\" method is equivalent to an export of the entire database of ONU details and therefore it is not recommended to be used repeatedly, as the contained information does not change so often.</p>\n<p>Maximum recommended calls for \"Get all ONUs details\": 3 per hour (calls are blocked after the limit is reached).</p>\n<p>The response consists of:</p>\n<ul><li><div>ONU name</div></li><li><div>ONU SN</div></li><li><div>ONU board, port, onu etc</div></li></ul>\n\n<p>It returns a 400 error code when:</p>\n<ul><li><div>no OLT was found for the provided OLT ID</div></li><li><div>no OLT ID was provided with board or PON port</div></li><li><div>no OLT ID or no board was provided with PON port</div></li><li><div>no Zone was found for the provided zone name</div></li><li><div>no ODB (Splitter) was found for the provided ODB name</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","get_all_onus_details"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs details. Leave empty if you want ONUs details from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want ONUs details from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want ONUs details from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"3"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs details from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"},{"description":{"content":"<p>(String) ODB splitter. The ODB (Splitter) can contain only alphanumeric characters, spaces, underscore and the dash (-) character</p>\n","type":"text/plain"},"key":"odb","value":"Splitter325"}],"variable":[]}},"response":[{"id":"e258e34b-35ff-4f76-9598-3c15505f2c78","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_details","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_all_onus_details"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onus\": [\n         {\n            \"unique_external_id\": \"HWTC12341234\",\n            \"pon_type\": \"gpon\",\n            \"gpon_channel\": \"gpon\",\n            \"sn\": \"HWTC12341234\",\n            \"olt_id\": \"53\",\n            \"olt_name\": \"Huawei\",\n            \"board\": \"1\",\n            \"port\": \"1\",\n            \"onu\": \"0\",\n            \"onu_type_id\": \"308\",\n            \"onu_type_name\": \"ONU-type-eth-4-pots-2-catv-0\",\n            \"zone_id\": \"182\",\n            \"zone_name\": \"Zone\",\n            \"name\": \"test\",\n            \"address\": \"\",\n            \"odb_name\": \"\",\n            \"odb_port\": \"\",\n            \"mode\": \"Routing\",\n            \"wan_mode\": \"Setup via ONU webpage\",\n            \"ip_address\": null,\n            \"subnet_mask\": null,\n            \"default_gateway\": null,\n            \"dns1\": null,\n            \"dns2\": null,\n            \"username\": null,\n            \"password\": null,\n            \"mgmt_ip_mode\": \"Inactive\",\n            \"mgmt_ip_address\": null,\n            \"mgmt_ip_subnet_mask\": null,\n            \"mgmt_ip_default_gateway\": null,\n            \"mgmt_ip_dns1\": null,\n            \"mgmt_ip_dns2\": null,\n            \"mgmt_ip_service_port\": null,\n            \"mgmt_ip_vlan\": null,\n            \"mgmt_ip_cvlan\": null,\n            \"mgmt_ip_svlan\": null,\n            \"mgmt_ip_tag_transform_mode\": null,\n            \"voip_service\": \"Disabled\",\n            \"voip_ip_mode\": null,\n            \"voip_ip_address\": null,\n            \"voip_ip_subnet_mask\": null,\n            \"voip_ip_default_gateway\": null,\n            \"voip_ip_dns1\": null,\n            \"voip_ip_dns2\": null,\n            \"voip_ip_service_port\": null,\n            \"voip_ip_vlan\": null,\n            \"voip_ip_cvlan\": null,\n            \"voip_ip_svlan\": null,\n            \"voip_ip_tag_transform_mode\": null,\n            \"iptv\": \"Disabled\",\n            \"iptv_service_port\": null,\n            \"iptv_vlan\": null,\n            \"iptv_cvlan\": null,\n            \"iptv_svlan\": null,\n            \"iptv_tag_transform_mode\": null,\n            \"iptv_upload_speed\": null,\n            \"iptv_download_speed\": null,\n            \"iptv_allowed_macs\": null,\n            \"iptv_filtered_macs\": null,\n            \"custom_template_name\": null,\n            \"tr069\": \"Disabled\",\n            \"tr069_profile\": null,\n            \"catv\": \"Not supported by ONU-Type\",\n            \"administrative_status\": \"Enabled\",\n            \"authorization_date\": \"2023-06-04 00:00:00\",\n            \"is_synced_after_import\": \"0\",\n            \"is_failed_resync_config\": \"0\",\n            \"status\": null,\n            \"last_status_change\": null,\n            \"signal\": null,\n            \"signal_1310\": null,\n            \"signal_1490\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"contact\": \"\",\n            \"service_ports\": [\n                {\n                    \"service_port\": \"348\",\n                    \"vlan\": \"20\",\n                    \"cvlan\": \"\",\n                    \"svlan\": \"\",\n                    \"tag_transform_mode\": \"translate\",\n                    \"upload_speed\": \"1G\",\n                    \"download_speed\": \"1G\"\n                }\n            ],\n            \"ethernet_ports\": [\n                {\n                    \"port\": \"eth_0/1\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"Access\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"20\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/2\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/3\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/4\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                }\n            ],\n            \"wifi_ports\": [],\n            \"voip_ports\": []\n        },\n        {\n            \"unique_external_id\": \"test2\",\n            \"pon_type\": \"gpon\",\n            \"gpon_channel\": \"gpon\",\n            \"sn\": \"ZTEGC171A71A\",\n            \"name\": \"Test name2\",\n            \"olt_id\": \"53\",\n            \"olt_name\": \"OLT 1\",\n            \"board\": \"1\",\n            \"port\": \"4\",\n            \"onu\": \"4\",\n            \"onu_type_id\": \"2\",\n            \"onu_type_name\": \"ZTE-F600\",\n            \"zone_id\": \"1\",\n            \"zone_name\": \"City Center\",\n            \"address\": null,\n            \"odb_name\": \"ODB 2\",\n            \"odb_port\": \"\",\n            \"mode\": \"Routing\",\n            \"wan_mode\": \"Setup via ONU webpage\",\n            \"ip_address\": null,\n            \"subnet_mask\": null,\n            \"default_gateway\": null,\n            \"dns1\": null,\n            \"dns2\": null,\n            \"username\": null,\n            \"password\": null,\n            \"mgmt_ip_mode\": \"Inactive\",\n            \"mgmt_ip_address\": null,\n            \"mgmt_ip_subnet_mask\": null,\n            \"mgmt_ip_default_gateway\": null,\n            \"mgmt_ip_dns1\": null,\n            \"mgmt_ip_dns2\": null,\n            \"mgmt_ip_service_port\": null,\n            \"mgmt_ip_vlan\": null,\n            \"mgmt_ip_cvlan\": null,\n            \"mgmt_ip_svlan\": null,\n            \"mgmt_ip_tag_transform_mode\": null,\n            \"voip_service\": \"Disabled\",\n            \"voip_ip_mode\": \"DHCP\",\n            \"voip_ip_address\": null,\n            \"voip_ip_subnet_mask\": null,\n            \"voip_ip_default_gateway\": null,\n            \"voip_ip_dns1\": null,\n            \"voip_ip_dns2\": null,\n            \"voip_ip_service_port\": null,\n            \"voip_ip_vlan\": null,\n            \"voip_ip_cvlan\": null,\n            \"voip_ip_svlan\": null,\n            \"voip_ip_tag_transform_mode\": null,\n            \"iptv\": \"OLT IPTV module disabled\",\n            \"iptv_service_port\": null,\n            \"iptv_vlan\": null,\n            \"iptv_cvlan\": null,\n            \"iptv_svlan\": null,\n            \"iptv_tag_transform_mode\": null,\n            \"iptv_upload_speed\": null,\n            \"iptv_download_speed\": null,\n            \"iptv_allowed_macs\": null,\n            \"iptv_filtered_macs\": null,\n            \"custom_template_name\": null,\n            \"tr069\": \"Disabled\",\n            \"tr069_profile\": null,\n            \"catv\": \"Enabled\",\n            \"administrative_status\": \"Enabled\",\n            \"authorization_date\": \"2021-08-30 00:00:00\",\n            \"is_synced_after_import\": 1,\n            \"is_failed_resync_config\": 0,\n            \"status\": null,\n            \"last_status_change\": \"2025-12-30 12:00:00\",\n            \"signal\": null,\n            \"signal_1310\": null,\n            \"signal_1490\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"contact\": \"\",\n\t        \"service_ports\": [\n\t            {\n\t                \"service_port\": \"100\",\n\t                \"vlan\": \"150\",\n\t                \"cvlan\": \"\",\n\t                \"svlan\": \"\",\n\t                \"tag_transform_mode\": \"\",\n\t                \"upload_speed\": \"1G\",\n\t                \"download_speed\": \"1G\"\n\t            }\n\t        ],\n            \"ethernet_ports\": [\n                {\n                    \"port\": \"eth_0/1\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/2\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/3\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                },\n                {\n                    \"port\": \"eth_0/4\",\n                    \"admin_state\": \"Enabled\",\n                    \"mode\": \"LAN\",\n                    \"dhcp\": \"No control\",\n                    \"vlan\": \"\",\n                    \"allowed_vlans\": \"\"\n                }\n            ],\n            \"wifi_ports\": [],\n            \"voip_ports\": []\n        }\n\t]\n}"},{"id":"1f288fd8-5f6a-4d6e-8c0f-96436d7eb05d","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_details?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_all_onus_details"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"4e11cd01-2e4b-4f83-807d-963c4e7434af"},{"name":"Get all ONUs GPS coordinates","id":"fb1b572f-da0e-46f1-85e3-512d2bc4e98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_gps_coordinates?olt_id=1&board=2&port=4&zone=City Centre","description":"<p>Gets all the ONUs GPS coordinates for a specified OLT ID, board, PON port or zone. If no OLT ID, board, PON port or zone is specified, then all the ONUs GPS coordinates on all OLTs will be returned.</p>\n<p>Maximum recommended calls for \"Get all ONUs GPS coordinates\": 3 per hour (calls are blocked after the limit is reached).  </p>\n<p>The response consists of:</p>\n<ul><li><p>ONU latitude</p></li><li><p>ONU longitude</p></li></ul>\n\n  \n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no OLT was found for the provided OLT ID</p></li><li><p>no OLT ID was provided with board or PON port</p></li><li><p>no OLT ID or no board was provided with PON port</p></li><li><p>no Zone was found for the provided zone name</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","get_all_onus_gps_coordinates"],"host":["{{subdomain}}","smartolt","com"],"query":[{"description":{"content":"<p>(Int) The ID of the OLT for which to get the ONUs GPS coordinates. Leave empty if you want ONUs GPS coordinates from all OLTs</p>\n","type":"text/plain"},"key":"olt_id","value":"1"},{"description":{"content":"<p>(Int) OLT board where the ONUs are placed. Leave it empty if you want ONUs GPS coordinates from all boards on the provided OLT ID</p>\n","type":"text/plain"},"key":"board","value":"2"},{"description":{"content":"<p>(Int) OLT PON port where ONUs are placed. Leave it empty if you want ONUs GPS coordinates from all PON ports on the provided board</p>\n","type":"text/plain"},"key":"port","value":"4"},{"description":{"content":"<p>(String) The zone where the ONUs are located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character. Leave it empty if you want ONUs GPS coordinates from all the zones</p>\n","type":"text/plain"},"key":"zone","value":"City Centre"}],"variable":[]}},"response":[{"id":"797a3a51-1a8e-465b-8b42-f60e912afced","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_gps_coordinates","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_all_onus_gps_coordinates"],"query":[{"key":"olt_id","value":"1","disabled":true},{"key":"board","value":"2","disabled":true},{"key":"port","value":"3","disabled":true},{"key":"zone","value":"City Centre","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onus\": [\n        {\n        \t\"unique_external_id\": \"test1\",\n            \"latitude\": \"41.22\",\n            \"longitude\": \"33.5\"\n        },\n        {\n        \t\"unique_external_id\": \"test2\",\n            \"latitude\": \"41.20\",\n            \"longitude\": \"32.88\"\n        }\n\t]\n}"},{"id":"faf85cee-48a5-480a-8c9e-f64b8dd7c69a","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/get_all_onus_gps_coordinates?olt_id=1&board=2&port=3&zone=City Centre","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","get_all_onus_gps_coordinates"],"query":[{"key":"olt_id","value":"1"},{"key":"board","value":"2"},{"key":"port","value":"3"},{"key":"zone","value":"City Centre"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"fb1b572f-da0e-46f1-85e3-512d2bc4e98f"},{"name":"Get ONU status by ONU unique external ID","id":"8b411df2-20c4-4249-9897-695d06b4b0ab","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_status/{{onu_external_id}}","description":"<p>Gets the ONU status for a specified ONU unique external ID. <br />\nONU status returned can be:</p>\n<ul>\n<li>Online</li>\n<li>Power fail</li>\n<li>LOS</li>\n<li>Offline</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT wasn't able to process the command</li>\n<li>ONU is saved for later authorization and doesn't have a status yet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_status","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"43dcfe49-5b6b-49b6-ba5c-832f1420fce8","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_status/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onu_status\": \"Online\",\n    \"last_status_change\": \"2025-12-30 12:00:00\"\n}"},{"id":"6337da8a-3164-4ac7-9d30-6d3dc784ae01","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_status/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"f7ef9d8a-687f-4819-a84c-3c8bbd425cb5","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_status/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"8b411df2-20c4-4249-9897-695d06b4b0ab"},{"name":"Get ONU administrative status by ONU unique external ID","id":"310c143b-3240-4842-9843-ad052aa88461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_administrative_status/{{onu_external_id}}","description":"<p>Gets the ONU administrative status for a specified ONU unique external ID. <br />\nONU status returned can be:</p>\n<ul>\n<li>Enabled</li>\n<li>Disabled</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT wasn't able to process the command</li>\n<li>ONU is saved for later authorization and doesn't have a status yet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_administrative_status","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"6270e909-c124-4b2f-833c-0e0198bde22d","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_administrative_status/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"administrative_status\": \"Enabled\"\n}"},{"id":"b076c451-f31f-43e9-81d5-1a1eb1f11288","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_administrative_status/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"af1c00ff-b188-4394-a580-c438cc54536d","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_administrative_status/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"310c143b-3240-4842-9843-ad052aa88461"},{"name":"Get ONU CATV status by ONU unique external ID","id":"97b99f3d-8d63-414d-aabb-4a08c592028d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_catv_status/{{onu_external_id}}","description":"<p>Gets the ONU CATV status for a specified ONU unique external ID. <br />\nONU status returned can be:</p>\n<ul>\n<li>Enabled</li>\n<li>Disabled</li>\n<li>CATV not supported by ONU-Type</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT wasn't able to process the command</li>\n<li>ONU is saved for later authorization and doesn't have a status yet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_catv_status","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"ad6b519e-dee8-4751-a530-4146836362cb","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_catv_status/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onu_catv_status\": \"Enabled\",\n    \"operational_status\": \"\",\n    \"online_status\": \"\",\n    \"catv_signal\": \"\"\n}"},{"id":"de539ac5-c071-40eb-8d85-70981843d6b6","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_catv_status/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"b644a796-3b2a-446d-aa27-ba1fbaaf06b6","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_catv_status/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"97b99f3d-8d63-414d-aabb-4a08c592028d"},{"name":"Get ONU signal by ONU unique external ID","id":"91e6e5ac-47c5-4c13-a575-c8d75d56bf31","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal/{{onu_external_id}}","description":"<p>Gets the ONU signal for a specified ONU unique external ID. <br />\nThe response consists of:</p>\n<ul>\n<li>ONU signal: 'Critical', 'Warning', 'Very good'</li>\n<li>ONU signal value: 1490 signal / 1310 signal</li>\n<li>ONU signal 1310 value</li>\n<li>ONU signal 1490 value</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT wasn't able to process the command</li>\n<li>ONU is saved for later authorization and doesn't have signal yet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_signal","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"be9b350d-76ce-41e9-8ada-702f9f76999c","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onu_signal\": \"Very good\",\n    \"onu_signal_value\": \"-10.39 dBm / -10.74 dBm \",\n    \"onu_signal_1310\": \"-10.74 dBm\",\n    \"onu_signal_1490\": \"-10.39 dBm\"\n}"},{"id":"7d21a173-b61e-43dd-a8d0-466448bce3e7","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"29b3a9de-090c-4843-a11d-2d77fefd7b13","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"91e6e5ac-47c5-4c13-a575-c8d75d56bf31"},{"name":"Get ONU details by ONU unique external ID","id":"caa2c075-2b1c-4b0a-b36e-8dccd89ddf36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_details/{{onu_external_id}}","description":"<p>Get ONU details for a specified ONU unique external ID. <br />\nThe response consists of:</p>\n<ul>\n<li>ONU name</li>\n<li>ONU SN</li>\n<li>ONU board, port, onu etc</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_details","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"cd0d5c4d-9887-470e-957f-98053b5c701a","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_details/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"onu_details\": {\r\n            \"unique_external_id\": \"test2\",\r\n            \"pon_type\": \"gpon\",\r\n            \"gpon_channel\": \"gpon\",\r\n            \"sn\": \"ZTEGC171A71A\",\r\n            \"name\": \"Test name2\",\r\n            \"olt_id\": \"53\",\r\n            \"olt_name\": \"OLT 1\",\r\n            \"board\": \"1\",\r\n            \"port\": \"4\",\r\n            \"onu\": \"4\",\r\n            \"onu_type_id\": \"2\",\r\n            \"onu_type_name\": \"ZTE-F600\",\r\n            \"zone_id\": \"1\",\r\n            \"zone_name\": \"City Center\",\r\n            \"address\": null,\r\n            \"odb_name\": \"ODB 2\",\r\n            \"odb_port\": \"\",\r\n            \"mode\": \"Routing\",\r\n            \"wan_mode\": \"Setup via ONU webpage\",\r\n            \"ip_address\": null,\r\n            \"subnet_mask\": null,\r\n            \"default_gateway\": null,\r\n            \"dns1\": null,\r\n            \"dns2\": null,\r\n            \"username\": null,\r\n            \"password\": null,\r\n            \"mgmt_ip_mode\": \"Inactive\",\r\n            \"mgmt_ip_address\": null,\r\n            \"mgmt_ip_subnet_mask\": null,\r\n            \"mgmt_ip_default_gateway\": null,\r\n            \"mgmt_ip_dns1\": null,\r\n            \"mgmt_ip_dns2\": null,\r\n            \"mgmt_ip_service_port\": null,\r\n            \"mgmt_ip_vlan\": null,\r\n            \"mgmt_ip_cvlan\": null,\r\n            \"mgmt_ip_svlan\": null,\r\n            \"mgmt_ip_tag_transform_mode\": null,\r\n            \"voip_service\": \"Disabled\",\r\n            \"voip_ip_mode\": \"DHCP\",\r\n            \"voip_ip_address\": null,\r\n            \"voip_ip_subnet_mask\": null,\r\n            \"voip_ip_default_gateway\": null,\r\n            \"voip_ip_dns1\": null,\r\n            \"voip_ip_dns2\": null,\r\n            \"voip_ip_service_port\": null,\r\n            \"voip_ip_vlan\": null,\r\n            \"voip_ip_cvlan\": null,\r\n            \"voip_ip_svlan\": null,\r\n            \"voip_ip_tag_transform_mode\": null,\r\n            \"iptv\": \"OLT IPTV module disabled\",\r\n            \"iptv_service_port\": null,\r\n            \"iptv_vlan\": null,\r\n            \"iptv_cvlan\": null,\r\n            \"iptv_svlan\": null,\r\n            \"iptv_tag_transform_mode\": null,\r\n            \"iptv_upload_speed\": null,\r\n            \"iptv_download_speed\": null,\r\n            \"iptv_allowed_macs\": null,\r\n            \"iptv_filtered_macs\": null,\r\n            \"custom_template_name\": null,\r\n            \"tr069\": \"Disabled\",\r\n            \"tr069_profile\": null,\r\n            \"catv\": \"Enabled\",\r\n            \"administrative_status\": \"Enabled\",\r\n            \"authorization_date\": \"2021-08-30 00:00:00\",\r\n            \"is_synced_after_import\": 1,\r\n            \"is_failed_resync_config\": 0,\r\n            \"status\": null,\r\n            \"last_status_change\": \"2025-12-30 12:00:00\",\r\n            \"signal\": null,\r\n            \"signal_1310\": null,\r\n            \"signal_1490\": null,\r\n            \"latitude\": null,\r\n            \"longitude\": null,\r\n            \"contact\": \"\",\r\n\t        \"service_ports\": [\r\n\t            {\r\n\t                \"service_port\": \"100\",\r\n\t                \"vlan\": \"150\",\r\n\t                \"cvlan\": \"\",\r\n\t                \"svlan\": \"\",\r\n\t                \"tag_transform_mode\": \"\",\r\n\t                \"upload_speed\": \"1G\",\r\n\t                \"download_speed\": \"1G\"\r\n\t            }\r\n\t        ],\r\n            \"ethernet_ports\": [\r\n                {\r\n                    \"port\": \"eth_0/1\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/2\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/3\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/4\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                }\r\n            ],\r\n            \"wifi_ports\": [],\r\n            \"voip_ports\": []\r\n        }\r\n}"},{"id":"06926da8-356b-4cfb-8012-8d99f5cae0eb","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_details/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"a511ff15-25cc-4458-a3e7-db84f3951a90","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_details/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"caa2c075-2b1c-4b0a-b36e-8dccd89ddf36"},{"name":"Get ONUs details by SN","id":"7ee627e7-f70a-4b88-8472-45d29ec9691f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_details_by_sn/{{onu_sn}}","description":"<p>Get ONUs details for a specified SN. <br />\nThe response consists of:</p>\n<ul>\n<li>ONU name</li>\n<li>ONU SN</li>\n<li>ONU board, port, onu etc</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no SN was provided</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onus_details_by_sn","{{onu_sn}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"c6b7c9c1-1da7-4703-8895-66a184aff1eb","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_details_by_sn/ZTEGC1D48C98"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"onus\": [\r\n        {\r\n            \"unique_external_id\": \"test2\",\r\n            \"pon_type\": \"gpon\",\r\n            \"gpon_channel\": \"gpon\",\r\n            \"sn\": \"ZTEGC171A71A\",\r\n            \"name\": \"Test name2\",\r\n            \"olt_id\": \"53\",\r\n            \"olt_name\": \"OLT 1\",\r\n            \"board\": \"1\",\r\n            \"port\": \"4\",\r\n            \"onu\": \"4\",\r\n            \"onu_type_id\": \"2\",\r\n            \"onu_type_name\": \"ZTE-F600\",\r\n            \"zone_id\": \"1\",\r\n            \"zone_name\": \"City Center\",\r\n            \"address\": null,\r\n            \"odb_name\": \"ODB 2\",\r\n            \"odb_port\": \"\",\r\n            \"mode\": \"Routing\",\r\n            \"wan_mode\": \"Setup via ONU webpage\",\r\n            \"ip_address\": null,\r\n            \"subnet_mask\": null,\r\n            \"default_gateway\": null,\r\n            \"dns1\": null,\r\n            \"dns2\": null,\r\n            \"username\": null,\r\n            \"password\": null,\r\n            \"mgmt_ip_mode\": \"Inactive\",\r\n            \"mgmt_ip_address\": null,\r\n            \"mgmt_ip_subnet_mask\": null,\r\n            \"mgmt_ip_default_gateway\": null,\r\n            \"mgmt_ip_dns1\": null,\r\n            \"mgmt_ip_dns2\": null,\r\n            \"mgmt_ip_service_port\": null,\r\n            \"mgmt_ip_vlan\": null,\r\n            \"mgmt_ip_cvlan\": null,\r\n            \"mgmt_ip_svlan\": null,\r\n            \"mgmt_ip_tag_transform_mode\": null,\r\n            \"voip_service\": \"Disabled\",\r\n            \"voip_ip_mode\": \"DHCP\",\r\n            \"voip_ip_address\": null,\r\n            \"voip_ip_subnet_mask\": null,\r\n            \"voip_ip_default_gateway\": null,\r\n            \"voip_ip_dns1\": null,\r\n            \"voip_ip_dns2\": null,\r\n            \"voip_ip_service_port\": null,\r\n            \"voip_ip_vlan\": null,\r\n            \"voip_ip_cvlan\": null,\r\n            \"voip_ip_svlan\": null,\r\n            \"voip_ip_tag_transform_mode\": null,\r\n            \"iptv\": \"OLT IPTV module disabled\",\r\n            \"iptv_service_port\": null,\r\n            \"iptv_vlan\": null,\r\n            \"iptv_cvlan\": null,\r\n            \"iptv_svlan\": null,\r\n            \"iptv_tag_transform_mode\": null,\r\n            \"iptv_upload_speed\": null,\r\n            \"iptv_download_speed\": null,\r\n            \"iptv_allowed_macs\": null,\r\n            \"iptv_filtered_macs\": null,\r\n            \"custom_template_name\": null,\r\n            \"tr069\": \"Disabled\",\r\n            \"tr069_profile\": null,\r\n            \"catv\": \"Enabled\",\r\n            \"administrative_status\": \"Enabled\",\r\n            \"authorization_date\": \"2021-08-30 00:00:00\",\r\n            \"is_synced_after_import\": 1,\r\n            \"is_failed_resync_config\": 0,\r\n            \"status\": null,\r\n            \"last_status_change\": \"2025-12-30 12:00:00\",\r\n            \"signal\": null,\r\n            \"signal_1310\": null,\r\n            \"signal_1490\": null,\r\n            \"latitude\": null,\r\n            \"longitude\": null,\r\n            \"contact\": \"\",\r\n\t        \"service_ports\": [\r\n\t            {\r\n\t                \"service_port\": \"100\",\r\n\t                \"vlan\": \"150\",\r\n\t                \"cvlan\": \"\",\r\n\t                \"svlan\": \"\",\r\n\t                \"tag_transform_mode\": \"\",\r\n\t                \"upload_speed\": \"1G\",\r\n\t                \"download_speed\": \"1G\"\r\n\t            }\r\n\t        ],\r\n            \"ethernet_ports\": [\r\n                {\r\n                    \"port\": \"eth_0/1\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/2\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/3\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                },\r\n                {\r\n                    \"port\": \"eth_0/4\",\r\n                    \"admin_state\": \"Enabled\",\r\n                    \"mode\": \"LAN\",\r\n                    \"dhcp\": \"No control\",\r\n                    \"vlan\": \"\",\r\n                    \"allowed_vlans\": \"\"\r\n                }\r\n            ],\r\n            \"wifi_ports\": [],\r\n            \"voip_ports\": []\r\n        }\r\n\t]\r\n}"},{"id":"50e7b659-4411-4761-9d22-b07fc3d97391","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onus_details_by_sn/onu_sn"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"7ee627e7-f70a-4b88-8472-45d29ec9691f"},{"name":"Get ONU full status info by ONU unique external ID","id":"d3d19dbd-a232-4e08-93bc-a17500cf4b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_full_status_info/{{onu_external_id}}","description":"<p>Gets the ONU full status info for a specified ONU unique external ID.</p>\n<p>This endpoint is resource-intensive and should be used with caution.</p>\n<p>To maintain system performance for all users, heavy usage may be subject to rate limiting.</p>\n<p>⏱️ Average response time: ~5 seconds per request<br />📡 Performs real-time data collection directly from the OLT<br />🔧 Designed for LIVE debugging and troubleshooting only</p>\n<p>❗ Restrictions<br />🚫 DO NOT use this endpoint in:</p>\n<ul><li><div>automated polling scripts</div></li><li><div>monitoring loops</div></li><li><div>bulk data collection jobs</div></li></ul>\n\n<p>🚫 DO NOT call this endpoint repeatedly for multiple ONUs</p>\n<p>Use get_onu_full_status_info only when:</p>\n<ul><li><div>actively debugging a specific ONT</div></li><li><div>investigating a real-time issue reported by a user</div></li></ul>\n\n<p>For regular monitoring or integrations, use lighter endpoints such as:</p>\n<p><a href=\"https://api.smartolt.com/#dd7eff97-6229-497c-9cde-6acd0ad09aee\">get_all_onus_statuses</a></p>\n<p>ONU full status info contains info about:</p>\n<ul><li><div>Current status</div></li><li><div>Status history</div></li><li><div>Optical Tx, Rx signals</div></li><li><div>Ethernet interfaces</div></li><li><div>WAN status</div></li><li><div>MAC table</div></li><li><div>Other ONU info</div></li></ul>\n\n<p>It returns a 400 error code when:</p>\n<ul><li><div>no ONU external ID was provided</div></li><li><div>no ONU was found for the provided ONU external ID</div></li><li><div>OLT wasn't able to process the command</div></li><li><div>ONU is saved for later authorization and doesn't have status info yet</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_full_status_info","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a04acde5-4857-4ec2-932c-5408191cf0e9","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_full_status_info/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"full_status_info\": \"Copyright(C) Huawei Technologies Co., Ltd. 2002-2016. All rights reserved.\\nLogin  Time : 2019-02-19 08:44:21+08:00\\nLogout Time : 2019-02-19 08:44:23+08:00\\nOptical status:\\nModule type                            : GPON\\nModule sub-type                        : CLASS B+\\nRx optical power(dBm)                  : -23.37\\nTx optical power(dBm)                  : 1.91\\nTemperature(C)                         : 48\\nOLT Rx ONT optical power(dBm)          : -28.54\\nCATV Rx optical power(dBm)             : -\\nONT-ID                  : 0\\nControl flag            : active\\nRun state               : online\\nMatch state             : mismatch\\nONT distance(m)         : 1945\\nCPU occupation          : 1%\\nManagement mode         : OMCI\\nDescription             : ONU_Customer_name_zone_Zone_1_descr\\nLast down cause         : dying-gasp\\nLast up time            : 2019-02-15 07:50:06+08:00\\nLast down time          : 2019-02-15 07:49:01+08:00\\nLast dying gasp time    : 2019-02-15 07:49:01+08:00\\nONT online duration     : 4 day(s), 0 hour(s), 54 minute(s), 24 second(s) \\nInteroperability-mode   : ITU-T\\nLine profile ID      : 1\\nLine profile name    : SMARTOLT_FLEXIBLE_GPON\\nMapping mode        :802.1p PRI\\nService profile ID   : 34\\nService profile name : HS8545M\\nRing check switch                 : Enable\\nRing port auto-shutdown           : Enable\\nHistory:\\nIndex               : 10\\nUpTime              : 2019-02-15 07:50:02+08:00\\nIndex               : 9\\nUpTime              : 2019-02-15 07:46:20+08:00\\nDownTime            : 2019-02-15 07:49:01+08:00\\nDownCause           : PowerFail\\nIndex               : 8\\nUpTime              : 2019-02-14 17:55:00+08:00\\nDownTime            : 2019-02-15 06:49:58+08:00\\nDownCause           : PowerFail\\nIndex               : 7\\nUpTime              : 2019-02-14 01:24:53+08:00\\nDownTime            : 2019-02-14 17:54:46+08:00\\nDownCause           : ONT LOSi/LOBi alarm\\nIndex               : 6\\nUpTime              : 2019-02-10 22:20:26+08:00\\nDownTime            : 2019-02-14 01:24:00+08:00\\nDownCause           : PowerFail\\nIndex               : 5\\nUpTime              : 2019-02-07 09:44:07+08:00\\nDownTime            : 2019-02-10 19:38:31+08:00\\nDownCause           : PowerFail\\nIndex               : 4\\nUpTime              : 2019-02-02 02:36:32+08:00\\nDownTime            : 2019-02-07 09:42:48+08:00\\nDownCause           : PowerFail\\nIndex               : 3\\nUpTime              : 2019-02-01 21:50:01+08:00\\nDownTime            : 2019-02-02 02:35:33+08:00\\nDownCause           : PowerFail\\nIndex               : 2\\nUpTime              : 2019-01-27 16:48:24+08:00\\nDownTime            : 2019-02-01 21:48:58+08:00\\nDownCause           : PowerFail\\nIndex               : 1\\nUpTime              : 2019-01-26 22:16:42+08:00\\nDownTime            : 2019-01-27 16:28:00+08:00\\nDownCause           : PowerFail\\nIndex                      : 1\\nName                       : 1_INTERNET_R_VID_20\\nService type               : Internet\\nConnection type            : IP routed\\nIPv4 Connection status     : Connected\\nIPv4 access type           : PPPoE\\nIPv4 address               : 10.13.1.178\\nSubnet mask                : 255.255.255.255\\nDefault gateway            : 192.168.38.1\\nManage VLAN                : 20\\nManage priority            : 0\\nMAC address                : 0087-C6AA-082A\\nIPv4 switch                : Enable\\nIPv6 Connection status     : Invalid\\nInterfaces status:\\nONT-ID   ONT Port type Speed(Mbps)   Duplex   LinkState  RingStatus\\n0         1         GE -             -        down       noloop    \\n0         2         FE -             -        down       noloop    \\n0         3         FE -             -        down       noloop    \\n0         4         FE -             -        down       noloop    \\nVoIP status:\\nOnline MACs on this ONU:\\nSRVPort  TYPE MAC            MAC TYPE F /S /P  ONTID VCI   VLAN ID\\n4     -  gpon 0007-c49a-083a dynamic  0 /1 /2   0    1          20\\n\"\n}"},{"id":"f826971f-31a3-49ef-9eb3-c4a837bcf534","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_full_status_info/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"247ed9af-fe6d-4698-9a6f-16341d744e0f","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_full_status_info/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"d3d19dbd-a232-4e08-93bc-a17500cf4b01"},{"name":"Get ONU running config by ONU unique external ID","id":"0db06176-968a-4673-aac0-bf509256ac74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_running_config/{{onu_external_id}}","description":"<p>Gets the ONU running config from the OLT for a specified ONU unique external ID. <br />\nIt returns a 400 error code when:</p>\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT wasn't able to process the command</li>\n<li>ONU is saved for later authorization and doesn't have status info yet</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_running_config","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a862adb1-b538-476b-8874-4616c533f1f4","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_running_config/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"running_config\": \"\\n[MA5800V100R017: 5800]\\n[gpon]\\n  <gpon-0/1>\\n interface gpon 0/1\\n ont add 2 0 sn-auth \\\"485754439999999B\\\" omci ont-lineprofile-id 1 ont-srvprofile-id 34 desc \\\"ONU_Customer_Name_zone_Zone_1_descr__authd_20181219\\\" \\n[bbs-config]\\n  <bbs-config>\\n service-port 4 vlan 20 gpon 0/1/2 ont 0 gemport 1 multi-service user-vlan 20 tag-transform translate inbound traffic-table index 12 outbound traffic-table index 34\\n\\nService-ports on this ONU:\\n\\n service-port 4 vlan 20 gpon 0/1/2 ont 0 gemport 1 multi-service user-vlan 20 tag-transform translate inbound traffic-table index 12 outbound traffic-table index 34\\n\\n\"\n}"},{"id":"f0e45839-789a-4f82-947c-4f333aec2200","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_running_config/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"7ef14848-6a45-4590-a3b4-6c8af9444051","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_running_config/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"0db06176-968a-4673-aac0-bf509256ac74"},{"name":"Get ONU signal graph by ONU unique external ID","id":"be1e3c09-6412-4fb3-b9ae-59235ff38b0d","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal_graph/{{onu_external_id}}/{{graph_type}}","description":"<p>Gets the ONU signal graph for a specified ONU unique external ID. <br />\nThe graph_type can be:</p>\n<ul>\n<li>hourly</li>\n<li>daily</li>\n<li>weekly</li>\n<li>monthly</li>\n<li>yearly</li>\n</ul>\nThe response consists of:\n<ul>\n<li>Graph png image</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>ONU doesn't have signal graph yet</li>\n</ul>\n\n<p>You can feed the response directly to an img tag in the src attribute with a Content-type header of \"image/png\".\nExample:</p>\n<p>\nPHP\n<code>\nheader(\"Content-type: image/png\");\necho $response_graph;\n</code>\n</p>\n<p>\nHTML\n<code>\nimg src=\"link_to_your_method_where_you_call_the_api\" alt=\"hourly signal not yet generated\"\n</code>\n</p>","urlObject":{"protocol":"https","path":["api","onu","get_onu_signal_graph","{{onu_external_id}}","{{graph_type}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"b5e7a6b4-5520-4ac1-9aaf-235065c6a13b","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal_graph/{{onu_external_id}}/{{graph_type}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"Graph image"},{"id":"bcdc6c56-32d8-4999-ab4d-d0855a6930a9","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal_graph/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"e2b17c9f-acb2-4d32-86f0-6c5d916f83dd","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_signal_graph/100/{{graph_type}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"be1e3c09-6412-4fb3-b9ae-59235ff38b0d"},{"name":"Get ONU traffic graph by ONU unique external ID","id":"8342f9ca-d6e2-4938-b5a0-8be0531d75a9","request":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_traffic_graph/{{onu_external_id}}/{{graph_type}}","description":"<p>Gets the ONU traffic graph for a specified ONU unique external ID. <br />\nThe graph_type can be:</p>\n<ul>\n<li>hourly</li>\n<li>daily</li>\n<li>weekly</li>\n<li>monthly</li>\n<li>yearly</li>\n</ul>\nThe response consists of:\n<ul>\n<li>Graph png image</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>ONU doesn't have traffic graph yet</li>\n</ul>\n\n<p>You can feed the response directly to an img tag in the src attribute with a Content-type header of \"image/png\".\nExample:</p>\n<p>\nPHP\n<code>\nheader(\"Content-type: image/png\");\necho $response_graph;\n</code>\n</p>\n<p>\nHTML\n<code>\nimg src=\"link_to_your_method_where_you_call_the_api\" alt=\"hourly traffic not yet generated\"\n</code>\n</p>","urlObject":{"protocol":"https","path":["api","onu","get_onu_traffic_graph","{{onu_external_id}}","{{graph_type}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"47482166-bd36-4305-b6f9-58aca0255672","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_traffic_graph/{{onu_external_id}}/{{graph_type}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"Graph image"},{"id":"fead60a0-c4bd-48e8-ba6a-fb522e451d7b","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_traffic_graph/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"7348d20f-5864-49a9-a914-bf6f90ceb396","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_traffic_graph/100/{{graph_type}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"8342f9ca-d6e2-4938-b5a0-8be0531d75a9"},{"name":"Get ONU speed profiles by ONU unique external ID","id":"a55774c1-5ad9-40c9-8078-a7a4710eb081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_speed_profiles/{{onu_external_id}}","description":"<p>Get ONU speed profiles for a specified ONU unique external ID. <br />\nThe response consists of:</p>\n<ul>\n<li>ONU upload speed profile name</li>\n<li>ONU download speed profile name</li>\n</ul>\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","get_onu_speed_profiles","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"913c52d7-23f6-4b2d-8fa9-aa351b5ebe5e","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_speed_profiles/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:15:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=dea5601fe4dca881914fedb38834c0d30a9b7946; expires=Wed, 21-Mar-2018 18:15:34 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"upload_speed_profile_name\": \"10M\",\r\n    \"download_speed_profile_name\": \"50M\"\r\n}"},{"id":"2c50a4e4-a36f-4eb1-91f4-670cda98da1d","name":"403 - Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"","description":"(Required) The API token","disabled":false}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_speed_profiles/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Mar 2018 16:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Wed Mar 21 2018 18:15:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"dea5601fe4dca881914fedb38834c0d30a9b7946","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"47ce09b2-537c-43b4-b299-ad20dcb9f168","name":"400 - No ONU for external ID","originalRequest":{"method":"GET","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"url":"https://{{subdomain}}.smartolt.com/api/onu/get_onu_speed_profiles/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: 100\"\n}"}],"_postman_id":"a55774c1-5ad9-40c9-8078-a7a4710eb081"},{"name":"Save OLTs config","id":"376dc9b4-e36a-418e-8fe4-4eae708ac8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/save_config","description":"<h2>Save OLTs config</h2> \nThe request returns succesfully if the OLTs config was saved successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","system","save_config"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"3088ae5b-bb27-4181-b04f-3c08986b7cfc","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/save_config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"OLTs config saved\"\n}"},{"id":"bec034ae-0be2-497d-8dd4-b7f59acafbb4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/system/save_config"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"376dc9b4-e36a-418e-8fe4-4eae708ac8b1"},{"name":"Authorize ONU","id":"28dc6cf8-7a91-4729-aebb-8757f87e2fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"<p>(Required, Int) The ID of the OLT on which the ONU should be authorized</p>\n","type":"text"},{"key":"pon_type","value":"gpon","description":"<p>(Required, String) ONU PON type. Allowed values: gpon, epon</p>\n","type":"text"},{"key":"gpon_channel","value":"gpon","description":"<p>(String) GPON channel. Allowed values: gpon, xgpon, xgspon</p>\n","type":"text","uuid":"9454fc21-71ce-4c7e-8767-3ba65d7a76b1"},{"key":"epon_channel","value":"epon","description":"<p>(String) EPON channel. Allowed values: epon, 10gepon</p>\n","type":"text","uuid":"44aff4c0-b0dd-426f-adea-f6fbaa66ebe4"},{"key":"board","value":"2","description":"<p>(Int) OLT board where the ONU is placed. Leave it empty if you don't know yet</p>\n","type":"text"},{"key":"port","value":"3","description":"<p>(Int) OLT PON port where ONU is placed. Leave it empty if you don't know yet</p>\n","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","description":"<p>(Required, String) ONU SN</p>\n","type":"text"},{"key":"onu_type","value":"ZTE-F660V6.0","description":"<p>(Required, String) ONU type</p>\n","type":"text"},{"key":"custom_profile","value":"","description":"<p>(String) Custom profile - THIS IS NOT THE SPEED PROFILE (the default speed profiles will be used, if you wish to change them you will need to make a separate API call after authorization). The custom profile name should not contain whitespaces</p>\n","type":"text"},{"key":"onu_mode","value":"Routing","description":"<p>(Required, String) ONU mode. Allowed values: Routing, Bridging</p>\n","type":"text"},{"key":"cvlan","value":"101","description":"<p>(Int) ONU CVLAN-ID</p>\n","type":"text"},{"key":"svlan","value":"102","description":"<p>(Int) ONU SVLAN-ID</p>\n","type":"text"},{"key":"tag_transform_mode","value":"translate","description":"<p>(String) Tag-transform mode. Allowed values: default, translate, translate-and-add</p>\n","type":"text"},{"key":"use_other_all_tls_vlan","value":"1","description":"<p>(Int) Use \"other-all\" TLS VLAN. Allowed values: 0, 1</p>\n","type":"text"},{"key":"vlan","value":"100","description":"<p>(Int) ONU VLAN-ID. If not specified, the default VLAN-ID for this PON port is used. If there is no default VLAN-ID defined, this parameter is required</p>\n","type":"text"},{"key":"zone","value":"City Centre","description":"<p>(Required, String) The zone where the ONU is located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character</p>\n","type":"text"},{"key":"odb","value":"Splitter325","description":"<p>(String) ODB splitter. The ODB (Splitter) can contain only alphanumeric characters, spaces, underscore and the dash (-) character</p>\n","type":"text"},{"key":"name","value":"John Doe","description":"<p>(Required, String) Name. The Name can contain only alphanumeric characters, spaces and the following characters: @#$&amp;()-`.+,/_</p>\n","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"<p>(String) Address or comment. The Address or Comment can contain only alphanumeric characters, spaces and the following characters: @#$&amp;()-`.+,/_</p>\n","type":"text"},{"key":"onu_external_id","value":"test","description":"<p>(String) ONU unique external ID. The ONU external ID can contain only alphanumeric characters</p>\n","type":"text"},{"key":"upload_speed_profile_name","value":"50M","description":"<p>(String) Upload speed profile name</p>\n","type":"text"},{"key":"download_speed_profile_name","value":"100M","description":"<p>(String) Download speed profile name</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/authorize_onu","description":"<h2>Authorize ONU</h2>\n\n<p>Authorizes an ONU on the provided OLT. If board or port are left empty then the ONU is saved for later authorization. The ONU type name must be one defined in SmartOLT ONU Types section.<br />The request returns succesfully if the ONU was authorized successfully.</p>\n<p>It returns a 400 error code when:</p>\n<ul><li><div>no OLT ID was provided</div></li><li><div>no OLT was found for the provided OLT ID</div></li><li><div>no ONU PON type or a wrong ONU PON type was provided</div></li><li><div>no ONU SN/MAC was provided</div></li><li><div>the SN/MAC is in the wrong format</div></li><li><div>no VLAN-ID was provided</div></li><li><div>no ONU type was provided</div></li><li><div>no ONU type was found for the provided ONU type name</div></li><li><div>no Zone was provided</div></li><li><div>the Zone is in the wrong format</div></li><li><div>the ODB (Splitter) is in the wrong format</div></li><li><div>no Name was provided</div></li><li><div>the Name is in the wrong format</div></li><li><div>the Address or Comment is in the wrong format</div></li><li><div>no ONU mode or a wrong ONU mode was provided</div></li><li><div>the Custom profile is in the wrong format</div></li><li><div>the ONU external ID is in the wrong format</div></li><li><div>the ONU external ID is already existing</div></li><li><div>OLT was unable to process the command</div></li></ul>\n\n<p>The following messages are 400 error code messages examples and <strong>may vary</strong> in future versions:</p>\n<ul>\n<li><p>ONU authorization in progress by other user</p>\n</li>\n<li><p>The selected VLAN was removed or you have a restriction on using it</p>\n</li>\n<li><p>PON port is full or the board/port is incorrect.<br />  Please delete unused ONUs from this PON port in order to add new ones or enter the correct board/port.</p>\n</li>\n<li><p>PON port is full or the board/port or GPON channel (G/XG/XGS) is incorrect.<br />  Please delete unused ONUs from this PON port in order to add new ones or enter the correct board/port.</p>\n</li>\n<li><p>The OLT is not responding to SNMP queries</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","onu","authorize_onu"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"3ac9677b-ad00-4ca7-ada7-debc2ad4522b","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"Required (Int) The ID of the OLT on which the ONU should be authorized","type":"text"},{"key":"pon_type","value":"gpon","description":"Required (String) ONU PON type. Allowed values: gpon, epon","type":"text"},{"key":"gpon_channel","value":"gpon","description":"(String) GPON channel. Allowed values: gpon, xgpon, xgspon","type":"text","uuid":"764913e4-50be-40fd-b6f9-e4960b4d9272"},{"key":"board","value":"2","description":"(Int) OLT board where the ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"port","value":"3","description":"(Int) OLT PON port where ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","description":"Required (String) ONU SN","type":"text"},{"key":"vlan","value":"100","description":"Required (Int) ONU VLAN-ID","type":"text"},{"key":"onu_type","value":"ZTE-F660V6.0","description":"Required (String) ONU type","type":"text"},{"key":"zone","value":"City Centre","description":"Required (String) The zone where the ONU is located","type":"text"},{"key":"odb","value":"Splitter325","description":"(String) ODB splitter","type":"text"},{"key":"name","value":"John Doe","description":"Required (String) Name","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"(String) Address or comment","type":"text"},{"key":"onu_mode","value":"Routing","description":"Required (String) ONU mode. Allowed values: Routing, Bridging","type":"text"},{"key":"onu_external_id","value":"test2","description":"(String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/authorize_onu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU configuration saved\"}"},{"id":"99eba559-564e-465f-9263-524cc99e09c4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"Required (Int) The ID of the OLT on which the ONU should be authorized","type":"text"},{"key":"pon_type","value":"gpon","description":"Required (String) ONU PON type. Allowed values: gpon, epon","type":"text"},{"key":"board","value":"2","description":"(Int) OLT board where the ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"port","value":"3","description":"(Int) OLT PON port where ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","description":"Required (String) ONU SN","type":"text"},{"key":"vlan","value":"100","description":"Required (Int) ONU VLAN-ID","type":"text"},{"key":"onu_type","value":"ZTE-F660V6.0","description":"Required (String) ONU type","type":"text"},{"key":"zone","value":"City Centre","description":"Required (String) The zone where the ONU is located","type":"text"},{"key":"odb","value":"Splitter325","description":"(String) ODB splitter","type":"text"},{"key":"name","value":"John Doe","description":"Required (String) Name","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"(String) Address or comment","type":"text"},{"key":"onu_mode","value":"Routing","description":"Required (String) ONU mode. Allowed values: Routing, Bridging","type":"text"},{"key":"onu_external_id","value":"test2","description":"(String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/authorize_onu"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"a8c8892a-d7b8-4270-ba5b-adb6dde1d9aa","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"Required (Int) The ID of the OLT on which the ONU should be authorized","type":"text"},{"key":"pon_type","value":"gpon","description":"Required (String) ONU PON type. Allowed values: gpon, epon","type":"text"},{"key":"board","value":"2","description":"(Int) OLT board where the ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"port","value":"3","description":"(Int) OLT PON port where ONU is placed. Leave it empty if you don't know yet","type":"text"},{"key":"sn","value":"","description":"Required (String) ONU SN","type":"text"},{"key":"vlan","value":"100","description":"Required (Int) ONU VLAN-ID","type":"text"},{"key":"onu_type","value":"ZTE-F660V6.0","description":"Required (String) ONU type","type":"text"},{"key":"zone","value":"City Centre","description":"Required (String) The zone where the ONU is located","type":"text"},{"key":"odb","value":"Splitter325","description":"(String) ODB splitter","type":"text"},{"key":"name","value":"John Doe","description":"Required (String) Name","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"(String) Address or comment","type":"text"},{"key":"onu_mode","value":"Routing","description":"Required (String) ONU mode. Allowed values: Routing, Bridging","type":"text"},{"key":"onu_external_id","value":"test2","description":"(String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/authorize_onu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU SN\"}"}],"_postman_id":"28dc6cf8-7a91-4729-aebb-8757f87e2fd3"},{"name":"Move ONU by ONU unique external ID","id":"30d39415-dc9b-44c8-bf86-f46652c8ad86","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) The OLT ID to which the ONU will be moved</p>\n","key":"olt_id","type":"text","value":"1"},{"key":"board","value":"1","description":"<p>(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT</p>\n","type":"text"},{"key":"port","value":"2","description":"<p>(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}","description":"<h2>Move ONU for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU was moved successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no OLT ID was provided</li>\n<li>no OLT was found for the provided OLT ID</li>\n<li>no board was provided</li>\n<li>the provided board does not exist on the provided OLT</li>\n<li>no port was provided</li>\n<li>the provided port does not exist on the provided OLT board</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","move","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"34c2e823-84ae-4224-8b1c-773966672ff2","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"(Required, Int) The OLT ID to which the ONU will be moved","type":"text"},{"key":"board","value":"1","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU was moved\"\n}"},{"id":"0f7a3d5e-ea11-4b17-af94-3e2b2a31e841","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"(Required, Int) The OLT ID to which the ONU will be moved","type":"text"},{"key":"board","value":"1","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"85669f9f-90ab-4482-83db-d8d93aa1165c","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"(Required, Int) The OLT ID to which the ONU will be moved","type":"text"},{"key":"board","value":"1","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"bab0affa-e3ae-481b-9f94-9a10fa02d194","name":"400 - Specify the OLT ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"board","value":"1","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"93","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:59:59 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please specify the OLT ID\"\n}"},{"id":"bb951cb9-1c2f-4d89-9b17-03b4fe6bfce9","name":"400 - The provided board does not exist on the provided OLT","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"(Required, Int) The OLT ID to which the ONU will be moved","type":"text"},{"key":"board","value":"20","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please specify a valid board from the OLT\"\n}"},{"id":"e633049c-501c-44b6-89e3-02675a02bba1","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"(Required, Int) The OLT ID to which the ONU will be moved","type":"text"},{"key":"board","value":"1","description":"(Required, Int) The board to which the ONU will be moved. It must be an existing board from the provided OLT","type":"text"},{"key":"port","value":"2","description":"(Required, Int) The port to which the ONU will be moved. It must be an existing port from the provided OLT board","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/move/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"30d39415-dc9b-44c8-bf86-f46652c8ad86"},{"name":"Update ONU PON channel by ONU unique external ID","id":"b373a456-52a1-4ce8-a0ff-8a90c9212744","request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"pon_channel","value":"xgpon","description":"<p>(Required, String) PON channel. Allowed values: gpon, xgpon, xgspon, epon, 10gepon</p>\n","type":"text","uuid":"b2cb7e47-f07e-46d0-bdd4-0f51fbb73d7d"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_pon_channel/{{onu_external_id}}","description":"<h2>Update ONU PON channel for a specified ONU unique external ID</h2>\n\n<p>The request returns succesfully if the new ONU PON channel was saved successfully.<br />It returns a 400 error code when:</p>\n<ul><li><div>no ONU external ID was provided</div></li><li><div>no ONU was found for the provided ONU external ID</div></li><li><div>OLT was unable to process the command</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","update_pon_channel","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4cb06c52-f549-4c4a-b58e-623dc3d8db76","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"pon_channel","value":"xgpon"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_pon_channel/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Token","value":"{{api_key}}","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"response\": \"GPON channel changed to XG-PON for ONU with ONU external ID test\",\r\n    \"response_code\": \"success\",\r\n    \"status\": true\r\n}"},{"id":"e4c1da1b-4288-451f-a453-9251272419e9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"pon_channel","value":"xgpon"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_pon_channel/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Token","value":"{{api_key}}","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"b373a456-52a1-4ce8-a0ff-8a90c9212744"},{"name":"Update ONU SN/MAC by ONU unique external ID","id":"e07cc4db-f4c9-4059-8954-f6cde6a7d422","request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEGC7E230E7","description":"<p>(Required, String) New SN or MAC</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}","description":"<h2>Update ONU SN/MAC for a specified ONU unique external ID</h2>\n\n  \n<p>The request returns succesfully if the new ONU SN/MAC was saved successfully.<br />It returns a 400 error code when:  </p>\n<ul><li><div>no ONU external ID was provided</div></li><li><div>no ONU was found for the provided ONU external ID</div></li><li><div>no new SN/MAC was provided</div></li><li><div>the SN/MAC is in the wrong format</div></li><li><div>the SN/MAC is already assigned to another ONU</div></li><li><div>OLT was unable to process the command</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","update_sn","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"e561d1a4-7d80-412a-a697-46327d8ae5bc","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEG00000001","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"MAC/SN updated for ONU with ONU external ID test\"\n}"},{"id":"c36d69f8-ccb5-4435-82fa-4eaa67e83be3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEG00000001","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"1af914b5-abf4-4ccb-936a-13576fb66ce0","name":"400 - Incorrect format for SN/MAC","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEG","description":"(String) New SN or MAC","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: The SN field must contain 12 uppercase alphanumeric characters\"\n}"},{"id":"3c463b11-257b-4326-a135-a3ed710a522a","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEG00000001","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"67472b48-8f37-474a-a2cd-02e17f7b30ee","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"new_sn","value":"ZTEG00000001","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"9b1edc24-262a-45e8-a0cf-63f114f99567","name":"400 - Specify the new SN or MAC","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_sn/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"93","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:59:59 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please specify the new SN/MAC\"\n}"}],"_postman_id":"e07cc4db-f4c9-4059-8954-f6cde6a7d422"},{"name":"Update ONU type by ONU unique external ID","id":"d1a7d726-2ac1-4eb9-a07d-ef12ebcfba4e","request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F660V6.0","description":"<p>(Required, String) ONU type</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}","description":"<h2>Update ONU type for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU type was changed successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no new ONU type was provided</li>\n<li>no ONU type was found with the given ONU type name</li>\n<li>the ONU type PON type is not compatible with the ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","change_onu_type","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"e6bc50db-e910-4fab-ad51-43f37e4c7982","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F660V6.0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU type changed for ONU with ONU external ID test\"\n}"},{"id":"63569c3e-9bb9-46fa-bd76-b9cc374a2fa5","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F660V6.0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"10416e57-b02f-4f5e-ae21-d4c093ad48f0","name":"400 - Specify the new ONU type","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"93","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:59:59 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please specify the ONU type\"\n}"},{"id":"131df3ed-fd75-4d93-a223-a95caa9f3dcf","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F660V6.0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"904479b3-abe0-4f05-ae66-873a9e362575","name":"400 - No ONU type was found with the given name","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"(Required) The API token"}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F","description":"(String) New SN or MAC","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU type was found with the name ZTE-G\"\n}"},{"id":"a3f86d8d-92bf-4981-a526-dcfe479ae006","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_type","value":"ZTE-F660V6.0","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_onu_type/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"}],"_postman_id":"d1a7d726-2ac1-4eb9-a07d-ef12ebcfba4e"},{"name":"Update ONU custom profile by ONU unique external ID","id":"18e8233b-831d-43a1-a5a1-f792b436236e","request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"custom_profile","value":"Generic_1","description":"<p>(Required, String) Custom profile name</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_custom_profile/{{onu_external_id}}","description":"<h2>Update ONU custom profile for a specified ONU unique external ID</h2>\n\n<p>The request returns succesfully if the ONU custom profile was changed successfully.</p>\n<p>It returns a 400 error code when:</p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>no new ONU custom profile was provided</p></li><li><p>no ONU custom profile was found with the given custom profile name</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","change_custom_profile","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"e354aea5-0650-416e-a9ac-8a0274d09fb2","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"custom_profile","value":"Generic_1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_custom_profile/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU custom profile changed for ONU with ONU external ID test\"\n}"},{"id":"e93a9cc4-e725-46d0-84ce-4fcc10d10ad1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"custom_profile","value":"Generic_1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_custom_profile/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"18e8233b-831d-43a1-a5a1-f792b436236e"},{"name":"Update ONU location details by ONU unique external ID","id":"d8b8dbf3-e5f3-4d34-bc51-523912fa2de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(String) The zone where the ONU is located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character</p>\n","key":"zone","type":"text","value":"City Centre"},{"description":"<p>(String) ODB splitter. The ODB (Splitter) can contain only alphanumeric characters, spaces, underscore and the dash (-) character</p>\n","key":"odb","type":"text","value":"Splitter325"},{"key":"odb_port","value":"5","description":"<p>(Int) ODB port</p>\n","type":"text","uuid":"7cbb35e2-04e2-4746-8f56-db3236c352ff"},{"description":"<p>(String) Name. The Name can contain only alphanumeric characters, spaces and the following characters: @#$&amp;()-`.+,/_</p>\n","key":"name","type":"text","value":"John Doe"},{"description":"<p>(String) Address or comment. The Address or Comment can contain only alphanumeric characters, spaces and the following characters: @#$&amp;()-`.+,/_</p>\n","key":"address_or_comment","type":"text","value":"Avenue 9"},{"key":"contact","value":"John Doe","description":"<p>(String) Contact. The Contact can contain only alphanumeric characters, spaces and the following characters: @#$&amp;()-`.+,/_</p>\n","type":"text"},{"description":"<p>(String) Latitude</p>\n","key":"latitude","type":"text","value":"52.5113340328893"},{"description":"<p>(String) Longitude</p>\n","key":"longitude","type":"text","value":"13.401282438647513"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_location_details/{{onu_external_id}}","description":"<h2>Update ONU location details for a specified ONU unique external ID</h2>\n\n  \n<p>At least one parameter must be provided. Send only the parameters that you want to be updated. The zone names must be the ones defined in SmartOLT Zones section. The ODB names must be the ones defined in SmartOLT ODBs section.<br />The request returns succesfully if the ONU location details were updated successfully.<br />It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>no parameters were provided</p></li><li><p>the Zone is in the wrong format</p></li><li><p>the ODB (Splitter) is in the wrong format</p></li><li><p>the Name is in the wrong format</p></li><li><p>the Address or Comment is in the wrong format</p></li><li><p>the Contact is in the wrong format</p></li><li><p>the Latitude is in the wrong format</p></li><li><p>the Longitude is in the wrong format</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","update_location_details","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"cf148423-e3f6-4fd1-9bb2-80e54e401930","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City Centre","description":"(String) The zone where the ONU is located","type":"text"},{"key":"odb","value":"Splitter325","description":"(String) ODB splitter","type":"text"},{"key":"name","value":"John Doe","description":"(String) Name","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"(String) Address or comment","type":"text"},{"key":"contact","value":"John Doe","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_location_details/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Location details updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"039b8c4b-972b-4e8f-ac5a-0ddb44ebe1e4","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"description":"(Required) The API token","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"(String) The zone where the ONU is located. The Zone can contain only alphanumeric characters, spaces, underscore and the dash (-) character","key":"zone","type":"text","value":"City Centre","disabled":true},{"description":"(String) ODB splitter. The ODB (Splitter) can contain only alphanumeric characters, spaces, underscore and the dash (-) character","key":"odb","type":"text","value":"Splitter325","disabled":true},{"description":"(String) Name. The Name can contain only alphanumeric characters, spaces and the following characters: @#$&()-`.+,/_","key":"name","type":"text","value":"John Doe","disabled":true},{"description":"(String) Address or comment. The Address or Comment can contain only alphanumeric characters, spaces and the following characters: @#$&()-`.+,/_","key":"address_or_comment","type":"text","value":"Avenue 9","disabled":true},{"description":"(String) Latitude","key":"latitude","type":"text","value":"52.5113340328893","disabled":true},{"description":"(String) Longitude","key":"longitude","type":"text","value":"13.401282438647513","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_location_details/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Oct 2018 12:02:18 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Set-Cookie","value":"ci_session=5c65b13dc856cacd6d2ef0583089b53a87de2f23; expires=Wed, 31-Oct-2018 14:02:18 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: Please provide at least one parameter to update the ONU location details\"\n}"},{"id":"2ec1c819-2945-4ccc-9a5f-80cef8f204d4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"zone","value":"City Centre","description":"(String) The zone where the ONU is located","type":"text"},{"key":"odb","value":"Splitter325","description":"(String) ODB splitter","type":"text"},{"key":"name","value":"John Doe","description":"(String) Name","type":"text"},{"key":"address_or_comment","value":"Avenue 9","description":"(String) Address or comment","type":"text"},{"key":"latitude","value":"52.5113340328893","description":"(String) Latitude","type":"text"},{"key":"longitude","value":"13.401282438647513","description":"(String) Latitude","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_location_details/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"d8b8dbf3-e5f3-4d34-bc51-523912fa2de5"},{"name":"Update ONU unique external ID","id":"0718fc10-8b91-44ba-bd14-599c6615626c","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU unique external ID. The ONU external ID can contain only alphanumeric characters</p>\n","key":"onu_external_id","type":"text","value":"test"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id/{{onu_external_id}}","description":"<h2>Update ONU unique external ID</h2> \nThe request returns succesfully if the ONU unique external ID was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no new external ID was provided</li>\n<li>the new external ID is in the wrong format</li>\n<li>the new external ID is already assigned to another ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_unique_external_id","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"91247fdc-5291-4619-bcae-78e4114552c6","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU unique external id updated\"}"},{"id":"0625ef0c-eb43-4513-8540-2061eb166634","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"166cb8c2-fc01-440c-888f-b0d0f7de2dce","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the new ONU external ID\"}"}],"_postman_id":"0718fc10-8b91-44ba-bd14-599c6615626c"},{"name":"Update ONU unique external ID by board, port, ONU number","id":"4162cedd-40ab-42eb-b9dd-65244fa0084d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","description":"<p>(Required, Int) The ID of the OLT where the ONU is placed</p>\n","type":"text"},{"key":"board","value":"3","description":"<p>(Required, Int) OLT board where the ONU is placed</p>\n","type":"text"},{"key":"port","value":"3","description":"<p>(Required, Int) OLT PON port where ONU is placed</p>\n","type":"text"},{"key":"onu_number","value":"2","description":"<p>(Required, Int) OLT ONU number where ONU is placed</p>\n","type":"text"},{"description":"<p>(Required, String) ONU unique external ID. The ONU external ID can contain only alphanumeric characters</p>\n","key":"onu_external_id","type":"text","value":"test"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_board_port_onu","description":"<h2>Update ONU unique external ID by board, port, ONU number</h2> \nThe request returns succesfully if the ONU unique external ID was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no OLT ID, board, port or ONU number was provided</li>\n<li>no ONU was found for the provided OLT ID, board, port or ONU number</li>\n<li>no new external ID was provided</li>\n<li>the new external ID is in the wrong format</li>\n<li>the new external ID is already assigned to another ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_unique_external_id_by_board_port_onu"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4252b6bf-ea7c-4ec1-8e25-2c797b257876","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","type":"text"},{"key":"board","value":"3","type":"text"},{"key":"port","value":"3","type":"text"},{"key":"onu_number","value":"2","type":"text"},{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_board_port_onu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU unique external id updated\"}"},{"id":"6ef77a1b-5db1-439c-a3e7-b7f12b2f3249","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text","disabled":true},{"key":"olt_id","value":"1","type":"text"},{"key":"board","value":"3","type":"text"},{"key":"port","value":"3","type":"text"},{"key":"onu_number","value":"2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_board_port_onu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the new ONU external ID\"}"},{"id":"b26618a5-80a4-4e9f-9e38-c63021cf039a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","type":"text"},{"key":"board","value":"3","type":"text"},{"key":"port","value":"3","type":"text"},{"key":"onu_number","value":"2","type":"text"},{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_board_port_onu"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"4162cedd-40ab-42eb-b9dd-65244fa0084d"},{"name":"Update ONU unique external ID by SN","id":"0e15bc66-088f-4f68-9d7d-364817bda172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) The ID of the OLT where the ONU is placed</p>\n","key":"olt_id","type":"text","value":"1"},{"description":"<p>(Required, String) ONU SN</p>\n","key":"sn","type":"text","value":"ZTEGC7E230E4"},{"description":"<p>(Required, String) ONU unique external ID. The ONU external ID can contain only alphanumeric characters</p>\n","key":"onu_external_id","type":"text","value":"test"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_sn","description":"<h2>Update ONU unique external ID by SN</h2> \nThe request returns succesfully if the ONU unique external ID was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no SN was provided</li>\n<li>no ONU was found for the provided SN</li>\n<li>no new external ID was provided</li>\n<li>the new external ID is in the wrong format</li>\n<li>the new external ID is already assigned to another ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_unique_external_id_by_sn"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"3b78b184-59b5-4fb4-b5a8-255fd4aaf08d","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","type":"text"},{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_sn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU unique external id updated\"}"},{"id":"49efc9ad-19b9-4c3f-8d22-53d778b2a290","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"olt_id","value":"1","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","type":"text"},{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_sn"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"6ad49eaa-5526-4ea6-92f8-87003d28d252","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_external_id","value":"test2","description":"(Required, String) ONU external ID","type":"text","disabled":true},{"key":"olt_id","value":"1","type":"text"},{"key":"sn","value":"ZTEGC7E230E4","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_unique_external_id_by_sn"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the new ONU external ID\"}"}],"_postman_id":"0e15bc66-088f-4f68-9d7d-364817bda172"},{"name":"Update ONU attached VLANs by ONU unique external ID","id":"1dde1368-059e-457f-b041-630dad15265d","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(String) VLANs to be added, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","key":"add_vlans","type":"text","value":"10,20"},{"key":"remove_vlans","value":"33","description":"<p>(String) VLANs to be removed, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_attached_vlans/{{onu_external_id}}","description":"<h2>Update ONU attached VLANs for a specified ONU unique external ID</h2> \nAt least one VLAN must be provided. The request returns succesfully if the ONU attached VLANs were updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no VLAN was provided</li>\n<li>the VLAN lists are in the wrong format</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_attached_vlans","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"14c0378d-3999-46a4-b6a7-f12fa613ebd0","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"add_vlans","value":"10,20","description":"(String) VLANs to be added, comma separated. The VLANs list can contain only digits and the comma (,) character","type":"text"},{"key":"remove_vlans","value":"33","description":"(String) VLANs to be removed, comma separated. The VLANs list can contain only digits and the comma (,) character","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_attached_vlans/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Attached VLANs updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"2b0f0f2e-4ab7-4768-a4b1-89daa1af32b0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"add_vlans","value":"10,20","description":"(String) VLANs to be added, comma separated. The VLANs list can contain only digits and the comma (,) character","type":"text"},{"key":"remove_vlans","value":"33","description":"(String) VLANs to be removed, comma separated. The VLANs list can contain only digits and the comma (,) character","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_attached_vlans/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"958db688-7b65-4e0b-afa1-756c83e07915","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"add_vlans","value":"10,20","type":"text","disabled":true},{"key":"remove_vlans","value":"33","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_attached_vlans/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please provide at least one VLAN to add/remove\"}"}],"_postman_id":"1dde1368-059e-457f-b041-630dad15265d"},{"name":"Update ONU main VLAN-ID by ONU unique external ID","id":"845889dd-22bb-490a-b192-372fbb9dce4f","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) ONU new main VLAN-ID</p>\n","key":"vlan","type":"text","value":"10"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_main_vlan/{{onu_external_id}}","description":"<h2>Update ONU main VLAN-ID for a specified ONU unique external ID</h2>\n\n  \n<p>The request returns succesfully if the ONU main VLAN-ID was updated successfully.  </p>\n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>no VLAN-ID was provided</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","update_main_vlan","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"19bf8a44-32c3-4ea3-9312-6e9526b75523","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"10","description":"(Required, Int) ONU new main VLAN-ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_main_vlan/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Main VLAN-ID updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"3c347e96-e17c-45cb-9889-be1dd0ff04ec","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"10","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_main_vlan/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify ONU VLAN-ID\"}"},{"id":"a553df7e-0c32-4638-930b-464e44af5c50","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"10","description":"(Required, Int) ONU new main VLAN-ID","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_main_vlan/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"845889dd-22bb-490a-b192-372fbb9dce4f"},{"name":"Update ONU mode by ONU unique external ID","id":"5671d229-23ac-4fa3-89bb-0203355d9a31","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU mode. Allowed values: Routing, Bridging</p>\n","key":"onu_mode","type":"text","value":"Routing"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_mode/{{onu_external_id}}","description":"<h2>Update ONU mode for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ONU mode was provided</li>\n<li>wrong ONU mode was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_onu_mode","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a3e9543a-d5ed-4cdc-8db3-fbd15a5266f7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_mode","value":"Routing","description":"(Required, String) ONU mode. Allowed values: Routing, Bridging","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_mode/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU mode updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"4f23a9e5-85ee-4dd4-8214-4788714a719b","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_mode","value":"Routing","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_mode/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Allowed values for ONU mode are 'Routing' or 'Bridging'\"}"},{"id":"c69efa9e-ea3a-4400-aa27-ef2676a75b09","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onu_mode","value":"Routing","description":"(Required, String) ONU mode. Allowed values: Routing, Bridging","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_mode/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"5671d229-23ac-4fa3-89bb-0203355d9a31"},{"name":"Set ONU Mgmt IP mode to Inactive by ONU unique external ID","id":"20e1d52d-6c78-4a07-a810-6a44f1733d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_inactive/{{onu_external_id}}","description":"<h2>Set ONU Mgmt IP mode to Inactive for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU Mgmt IP mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_mgmt_ip_inactive","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"93ef3628-ae83-41df-bf23-af572479627c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_inactive/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Changed Mgmt IP mode to Inactive for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"0e3285e1-1668-47fd-9a8f-95109df1e97c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_inactive/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"20e1d52d-6c78-4a07-a810-6a44f1733d23"},{"name":"Set ONU Mgmt IP mode to Static IP by ONU unique external ID","id":"acf0e850-6e0d-4b7a-afd3-14392f06b4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","description":"<p>(Required, Int) ONU Mgmt VLAN-ID</p>\n","type":"text"},{"key":"cvlan","value":"101","description":"<p>(Int) ONU Mgmt CVLAN-ID</p>\n","type":"text"},{"key":"svlan","value":"102","description":"<p>(Int) ONU Mgmt SVLAN-ID</p>\n","type":"text"},{"key":"tag_transform_mode","value":"translate","description":"<p>(String) Tag-transform mode. Allowed values: default, translate, translate-and-add</p>\n","type":"text"},{"key":"ipv4_address","value":"10.100.0.11 or 10.100.0.0/24","description":"<p>(String) IPv4 address or IP subnet (IP pool). The IPv4 address must be a valid IP address or a valid IP subnet (IP pool). The system will autoassign an available IP address from the existing IP pools, if this field is not specified.</p>\n","type":"text"},{"key":"subnet_mask","value":"255.255.255.0","description":"<p>(String) Subnet mask. The Subnet mask must be a valid IP address</p>\n","type":"text"},{"key":"gateway","value":"10.100.0.1","description":"<p>(String) Gateway. The Gateway must be a valid IP address</p>\n","type":"text"},{"key":"dns1","value":"8.8.8.8","description":"<p>(String) DNS1. The DNS1 must be a valid IP address</p>\n","type":"text"},{"key":"dns2","value":"8.8.4.4","description":"<p>(String) DNS2. The DNS2 must be a valid IP address</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_static_ip/{{onu_external_id}}","description":"<h2>Set ONU Mgmt IP mode to Static IP for a specified ONU unique external ID</h2>\n\n  \n<p>The request returns succesfully if the ONU Mgmt IP mode was updated successfully.</p>\n<p>Possible combinations for setting Mgmt IP mode to Static IP through API:</p>\n<ul>\n<li>VLAN only (the system will autoassign an available IP address from the existing IP pools)</li>\n<li>VLAN + IP subnet (ex: 10.100.0.0/24)</li>\n<li>VLAN + IP address + subnet mask + gateway + dns1 + dns2</li>\n</ul>\n<p>It returns a 400 error code when:</p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>no VLAN-ID, IPv4 address, subnet mask, gateway, DNS1 was provided</p></li><li><p>wrong VLAN-ID, IPv4 address, subnet mask, gateway, DNS1, DNS2 was provided</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_mgmt_ip_static_ip","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4601d0f8-7c3c-4d1d-9dec-88579fc58552","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"},{"key":"ipv4_address","value":"10.100.0.11","type":"text"},{"key":"subnet_mask","value":"255.255.255.0","type":"text"},{"key":"gateway","value":"10.100.0.1","type":"text"},{"key":"dns1","value":"8.8.8.8","type":"text"},{"key":"dns2","value":"8.8.4.4","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_static_ip/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Changed Mgmt IP mode to Static IP for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"fd8af409-065a-4e29-b679-c6cf31739211","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"},{"key":"ipv4_address","value":"1.2.3.4","type":"text"},{"key":"subnet_mask","value":"1.2.2.2","type":"text"},{"key":"gateway","value":"1.2.2.2","type":"text"},{"key":"dns1","value":"8.8.8.8","type":"text"},{"key":"dns2","value":"8.8.4.4","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_static_ip/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"acf0e850-6e0d-4b7a-afd3-14392f06b4f9"},{"name":"Set ONU Mgmt IP mode to DHCP by ONU unique external ID","id":"1a24a4f8-64cf-4da6-af66-112d0e4c3a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) ONU Mgmt VLAN-ID</p>\n","key":"vlan","type":"text","value":"100"},{"description":"<p>(Int) ONU Mgmt CVLAN-ID</p>\n","key":"cvlan","type":"text","value":"101"},{"description":"<p>(Int) ONU Mgmt SVLAN-ID</p>\n","key":"svlan","type":"text","value":"102"},{"description":"<p>(String) Tag-transform mode. Allowed values: default, translate, translate-and-add</p>\n","key":"tag_transform_mode","type":"text","value":"translate"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_dhcp/{{onu_external_id}}","description":"<h2>Set ONU Mgmt IP mode to DHCP for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU Mgmt IP mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no VLAN-ID was provided</li>\n<li>wrong VLAN-ID was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_mgmt_ip_dhcp","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"687c85f5-a0a9-4720-8b4e-0e8b21165ba5","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_dhcp/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Changed Mgmt IP mode to DHCP for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"5ee3f72c-3ab5-4b22-9540-eae6afb583bf","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_mgmt_ip_dhcp/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"1a24a4f8-64cf-4da6-af66-112d0e4c3a8e"},{"name":"Enable ONU TR069 by ONU unique external ID","id":"d4dcce06-fff4-4d0e-a9f3-b38fb6ee6bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"tr069_profile","value":"tr069_profile_name","description":"<p>(Required, String)TR069 profile name</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_tr069/{{onu_external_id}}","description":"<h2>Enable ONU TR069 for a specified ONU unique external ID</h2>\n\n<p>The request returns succesfully if the ONU TR069 was enabled successfully.<br />It returns a 400 error code when:</p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>TR069 feature was not enabled for this OLT</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","enable_tr069","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"91faf7fc-581e-4f4d-95e6-ca6653168489","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"tr069_profile","value":"tr069_profile_name","type":"text","uuid":"8a4ab000-af5f-4939-8fbe-f27f5364e8de"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_tr069/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"TR069 profile enabled\"}"},{"id":"93f26f4c-007f-4826-bc23-28fcf427c2ed","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_tr069/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"d4dcce06-fff4-4d0e-a9f3-b38fb6ee6bbd"},{"name":"Disable ONU TR069 by ONU unique external ID","id":"0cc7767e-9d3b-4926-b22e-9d3799a1a28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_tr069/{{onu_external_id}}","description":"<h2>Disable ONU TR069 for a specified ONU unique external ID</h2>\n\n<p>The request returns succesfully if the ONU TR069 was disabled successfully.<br />It returns a 400 error code when:</p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>TR069 feature was not enabled for this OLT</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","disable_tr069","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"2eb7885d-cf01-412a-9a53-92fad75c07f6","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_tr069/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"TR069 profile disabled\"}"},{"id":"98e6c278-2502-42bd-820c-66cac7554c60","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_tr069/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"0cc7767e-9d3b-4926-b22e-9d3799a1a28e"},{"name":"Set ONU VoIP mode to Disabled by ONU unique external ID","id":"88d8ed1a-224f-4df2-91b1-343b22c05996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_disabled/{{onu_external_id}}","description":"<h2>Set ONU VoIP mode to Disabled for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU VoIP mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_voip_disabled","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"417d15e9-3119-4634-8ee2-9f0c94fa1ca3","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_disabled/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Disabled VoIP connection for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"af92769b-e6a7-4d26-b969-128fe2e79e16","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_disabled/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"88d8ed1a-224f-4df2-91b1-343b22c05996"},{"name":"Set ONU VoIP mode to Enabled by ONU unique external ID","id":"2131a2e6-8961-4a43-b15b-1c5e61571f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"voip_attach_to","value":"WAN","description":"<p>(String)  Attach VoIP to WAN or Mgmt</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_enabled/{{onu_external_id}}","description":"<h2>Set ONU VoIP mode to Enabled for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU VoIP mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_voip_enabled","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"bdedc172-3548-4ef3-9ab2-5998903fe1e3","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"voip_attach_to","value":"WAN","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_enabled/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Enabled VoIP connection for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"f2415c6b-86c3-4e4e-b3cf-255f9fba19e6","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_voip_enabled/{{onu_external_id}}?voip_attach_to=WAN","protocol":"https","host":["{{subdomain}}","smartolt","com"],"path":["api","onu","set_onu_voip_enabled","{{onu_external_id}}"],"query":[{"key":"voip_attach_to","value":"WAN"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"2131a2e6-8961-4a43-b15b-1c5e61571f26"},{"name":"Enable ONU VoIP port by ONU unique external ID","id":"91a93ac6-9f5f-4069-842f-f492f76e9422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"voip_port","value":"pots_0/1","description":"<p>(Required, String) VoIP port</p>\n","type":"text"},{"key":"voip_profile_name","value":"sip_profile","description":"<p>(String) VoIP profile name</p>\n","type":"text"},{"description":"<p>(Required, String) Phone number. The phone number can contain only digits and the + character. A maximum of 25 characters is allowed</p>\n","key":"phone_number","type":"text","value":"123654789"},{"key":"sip_userid","value":"123654789","description":"<p>(String) SIP userid. The SIP userid can contain only digits and the + character. A maximum of 25 characters is allowed</p>\n","type":"text"},{"description":"<p>(Required, String) Password. The password can contain only alphanumeric characters. A maximum of 25 characters is allowed</p>\n","key":"password","type":"text","value":"pass"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_onu_voip_port/{{onu_external_id}}","description":"<h2>Enable ONU VoIP port for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU VoIP port was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no VoIP port, phone number, password was provided</li>\n<li>wrong VoIP port, phone number, password was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_onu_voip_port","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"337029c2-8ef9-4499-888d-582d0bcbb053","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"voip_port","value":"pots_0/1","type":"text"},{"key":"phone_number","value":"123654789","type":"text"},{"key":"password","value":"pass","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_onu_voip_port/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"VoIP port pots_0/1 enabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"bca078e2-3c6e-42a4-acd1-bb1d4e2a37a1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"voip_port","value":"pots_0/1","type":"text"},{"key":"phone_number","value":"123654789","type":"text"},{"key":"password","value":"pass","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_onu_voip_port/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"91a93ac6-9f5f-4069-842f-f492f76e9422"},{"name":"Disable ONU VoIP port by ONU unique external ID","id":"c0a7ec36-9a60-4401-b242-086396a4cd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) VoIP port</p>\n","key":"voip_port","type":"text","value":"pots_0/1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_onu_voip_port/{{onu_external_id}}","description":"<h2>Disable ONU VoIP port for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU VoIP port was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no VoIP port was provided</li>\n<li>wrong VoIP port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_onu_voip_port","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"9e4fb701-4eec-4c9e-b050-5524e266477b","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"voip_port","value":"pots_0/1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_onu_voip_port/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"VoIP port pots_0/1 disabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"3a1fa628-1602-4021-9e51-e4d9e3e62085","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"voip_port","value":"pots_0/1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_onu_voip_port/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c0a7ec36-9a60-4401-b242-086396a4cd47"},{"name":"Set ONU WAN mode to Setup via ONU webpage by ONU unique external ID","id":"0646458c-b83d-4b86-b248-7b2d830da36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_setup_via_onu_webpage/{{onu_external_id}}","description":"<h2>Set ONU WAN mode to Setup via ONU webpage for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WAN mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_mode_setup_via_onu_webpage","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"046f354e-9c24-42a7-9d1f-850a5bc65cdd","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_setup_via_onu_webpage/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN mode updated to Setup via ONU webpage for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"dd17a510-4218-4f45-baa0-ba32d80f726a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_setup_via_onu_webpage/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"0646458c-b83d-4b86-b248-7b2d830da36c"},{"name":"Set ONU WAN mode to DHCP by ONU unique external ID","id":"11682489-4b03-4d4f-9773-1d04a51845ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"OMCI","description":"<p>(String) Configuration method. Allowed values are \"OMCI\", \"TR069\".</p>\n","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","description":"<p>(String) IP protocol. Allowed values are \"ipv4\", ipv4ipv6\".</p>\n","type":"text"},{"key":"ipv6_address_mode","value":"None","description":"<p>(String) IPv6 address mode. Allowed values are \"DHCPv6\", \"Auto\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_address","value":"","description":"<p>(String) IPv6 address</p>\n","type":"text"},{"key":"ipv6_gateway","value":"","description":"<p>(String) IPv6 gateway</p>\n","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","description":"<p>(String) IPv6 prefix. Allowed values are \"DHCPv6\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_prefix_address","value":"","description":"<p>(String) IPv6 prefix address</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_dhcp/{{onu_external_id}}","description":"<h2>Set ONU WAN mode to DHCP for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WAN mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_mode_dhcp","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"47540da8-0764-4669-bb66-f2e33183e793","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_dhcp/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN mode updated to DHCP for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"39d60644-8339-4401-8533-1f6bc0acbd13","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_dhcp/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"11682489-4b03-4d4f-9773-1d04a51845ff"},{"name":"Set ONU WAN mode to Static IP by ONU unique external ID","id":"f2bcff5c-6c6d-4723-862f-0072c3e56345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"ipv4_address","value":"10.100.0.11","description":"<p>(Required, String) IPv4 address. The IPv4 address must be a valid IP address</p>\n","type":"text"},{"key":"subnet_mask","value":"255.255.255.0","description":"<p>(Required, String) Subnet mask. The Subnet mask must be a valid IP address</p>\n","type":"text"},{"key":"gateway","value":"10.100.0.1","description":"<p>(Required, String) Gateway. The Gateway must be a valid IP address</p>\n","type":"text"},{"key":"dns1","value":"8.8.8.8","description":"<p>(Required, String) DNS1. The DNS1 must be a valid IP address</p>\n","type":"text"},{"key":"dns2","value":"8.8.4.4","description":"<p>(String) DNS2. The DNS2 must be a valid IP address</p>\n","type":"text"},{"key":"configuration_method","value":"OMCI","description":"<p>(String) WAN configuration method. Allowed values are \"OMCI\", \"TR069\".</p>\n","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","description":"<p>(String) IP protocol. Allowed values are \"ipv4\", ipv4ipv6\".</p>\n","type":"text"},{"key":"ipv6_address_mode","value":"None","description":"<p>(String) IPv6 address mode. Allowed values are \"DHCPv6\", \"Auto\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_address","value":"","description":"<p>(String) IPv6 address</p>\n","type":"text"},{"key":"ipv6_gateway","value":"","description":"<p>(String) IPv6 gateway</p>\n","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","description":"<p>(String) IPv6 prefix. Allowed values are \"DHCPv6\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_prefix_address","value":"","description":"<p>(String) IPv6 prefix address</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_static_ip/{{onu_external_id}}","description":"<h2>Set ONU WAN mode to Static IP for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WAN mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no IPv4 address, subnet mask, gateway, DNS1 was provided</li>\n<li>wrong IPv4 address, subnet mask, gateway, DNS1, DNS2 was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_mode_static_ip","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"bc920e3f-9270-4af1-893c-c722940e466c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ipv4_address","value":"10.100.0.11","type":"text"},{"key":"subnet_mask","value":"255.255.255.0","type":"text"},{"key":"gateway","value":"10.100.0.1","type":"text"},{"key":"dns1","value":"8.8.8.8","type":"text"},{"key":"dns2","value":"8.8.4.4","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_static_ip/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN mode updated to Static IP for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"d8b84746-715f-4564-a0ea-96de9bb8ed9c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ipv4_address","value":"1.2.3.4","type":"text"},{"key":"subnet_mask","value":"1.2.2.2","type":"text"},{"key":"gateway","value":"1.2.2.2","type":"text"},{"key":"dns1","value":"8.8.8.8","type":"text"},{"key":"dns2","value":"8.8.4.4","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_static_ip/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"f2bcff5c-6c6d-4723-862f-0072c3e56345"},{"name":"Set ONU WAN mode to PPPoE by ONU unique external ID","id":"95a4bdb5-9ecc-4a25-816a-acbd483616e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) PPPoE username. The username can contain only alphanumeric characters. A maximum of 64 characters is allowed</p>\n","key":"username","type":"text","value":"user"},{"description":"<p>(Required, String) PPPoE password. The password can contain only alphanumeric characters. A maximum of 64 characters is allowed</p>\n","key":"password","type":"text","value":"pass"},{"key":"configuration_method","value":"OMCI","description":"<p>(String) WAN configuration method. Allowed values are \"OMCI\", \"TR069\".</p>\n","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","description":"<p>(String) IP protocol. Allowed values are \"ipv4\", ipv4ipv6\".</p>\n","type":"text"},{"key":"ipv6_address_mode","value":"None","description":"<p>(String) IPv6 address mode. Allowed values are \"DHCPv6\", \"Auto\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_address","value":"","description":"<p>(String) IPv6 address</p>\n","type":"text"},{"key":"ipv6_gateway","value":"","description":"<p>(String) IPv6 gateway</p>\n","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","description":"<p>(String) IPv6 prefix. Allowed values are \"DHCPv6\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_prefix_address","value":"","description":"<p>(String) IPv6 prefix address</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_pppoe/{{onu_external_id}}","description":"<h2>Set ONU WAN mode to PPPoE for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WAN mode was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no username, password was provided</li>\n<li>wrong username, password was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_mode_pppoe","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"ad550d0a-ea49-44eb-97a6-28e7cbae9b46","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"user","type":"text"},{"key":"password","value":"pass","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_pppoe/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN mode updated to PPPoE for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"641f3096-4d29-4cb5-bf32-5002ad2624c1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"user","type":"text"},{"key":"password","value":"pass","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_mode_pppoe/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"95a4bdb5-9ecc-4a25-816a-acbd483616e2"},{"name":"Set ONU WAN configuration method by ONU unique external ID","id":"8f510e57-8c26-4b6b-a1d8-e5b84cc1e766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"OMCI","description":"<p>(String) Configuration method. Allowed values are \"OMCI\", \"TR069\".</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_configuration_method/{{onu_external_id}}","description":"<h2>Set ONU WAN configuration method for a specified ONU unique external ID</h2>\n\n  \n<p>The request returns succesfully if the ONU WAN configuration method was updated successfully.<br />It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>OLT was unable to process the command</p></li><li><p>TR069 and Management IP are not enabled on the ONU</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_configuration_method","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"df01c4bd-8ea1-421e-9f16-162bdc359e20","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"OMCI","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_configuration_method/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN configuration method set to OMCI for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"48d2c247-509e-4417-b014-3c8912741eea","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_configuration_method/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"8f510e57-8c26-4b6b-a1d8-e5b84cc1e766"},{"name":"Set ONU WAN IP version by ONU unique external ID","id":"6cd624f0-f904-426b-a64c-29ac527d0f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"TR069","description":"<p>(String) Configuration method. Allowed values are \"OMCI\", \"TR069\".</p>\n","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","description":"<p>(String) IP protocol. Allowed values are \"ipv4\", ipv4ipv6\".</p>\n","type":"text"},{"key":"ipv6_address_mode","value":"None","description":"<p>(String) IPv6 address mode. Allowed values are \"DHCPv6\", \"Auto\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_address","value":"","description":"<p>(String) IPv6 address</p>\n","type":"text"},{"key":"ipv6_gateway","value":"","description":"<p>(String) IPv6 gateway</p>\n","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","description":"<p>(String) IPv6 prefix. Allowed values are \"DHCPv6\", \"Static\", \"None\"</p>\n","type":"text"},{"key":"ipv6_prefix_address","value":"","description":"<p>(String) IPv6 prefix address</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_ip_version/{{onu_external_id}}","description":"<h2>Set ONU WAN IP version for a specified ONU unique external ID</h2>\n\n<p>This method can be used to toggle between IPv4 and dual-stack IPv4/IPv6.</p>\n<p>The request returns succesfully if the ONU WAN IP version was updated successfully.<br />It returns a 400 error code when:</p>\n<ul><li><p>no ONU external ID was provided</p></li><li><p>no ONU was found for the provided ONU external ID</p></li><li><p>OLT was unable to process the command</p></li><li><p>TR069 and Management IP are not enabled on the ONU</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","set_onu_wan_ip_version","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a34d5049-e30f-4f85-9999-ad6bb69d611a","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"TR069","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","type":"text"},{"key":"ipv6_address_mode","value":"None","type":"text"},{"key":"ipv6_address","value":"","type":"text"},{"key":"ipv6_gateway","value":"","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","type":"text"},{"key":"ipv6_prefix_address","value":"","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_ip_version/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"ONU WAN IP version updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"2537be70-8e59-4024-aadb-53f88c00b452","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"configuration_method","value":"TR069","type":"text"},{"key":"ip_protocol","value":"ipv4ipv6","type":"text"},{"key":"ipv6_address_mode","value":"None","type":"text"},{"key":"ipv6_address","value":"","type":"text"},{"key":"ipv6_gateway","value":"","type":"text"},{"key":"ipv6_prefix_delegation_mode","value":"DHCPv6-PD","type":"text"},{"key":"ipv6_prefix_address","value":"","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_onu_wan_ip_version/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"403","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"6cd624f0-f904-426b-a64c-29ac527d0f3c"},{"name":"Update ONU max-mac-learn by ONU unique external ID","id":"cc75eea2-216d-4b40-b6be-febb0a0a059b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) Enable max-mac-learn. Allowed values: 1 for enabling max-mac-learn, 0 for disabling max-mac-learn</p>\n","key":"enable_max_mac_learn","type":"text","value":"1"},{"key":"max_mac_learn","value":"5","description":"<p>(Int) Max MACs allowed</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_max_mac_learn/{{onu_external_id}}","description":"<h2>Update ONU max-mac-learn for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU max-mac-learn was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>Max-mac-learn feature was not enabled for this OLT</li>\n<li>no ONU max-mac-learn was provided</li>\n<li>wrong ONU max-mac-learn was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_max_mac_learn","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"283a3c90-7b67-4d94-b614-2f064f3430e7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"enable_max_mac_learn","value":"1","type":"text"},{"key":"max_mac_learn","value":"5","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_max_mac_learn/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Max-mac-learn updated for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"6c696469-5da1-4bcd-a4d0-49b137035238","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"enable_max_mac_learn","value":"1","type":"text"},{"key":"max_mac_learn","value":"5","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_max_mac_learn/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"d51f3422-2a32-44e8-9956-fdacd32cf68d","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"enable_max_mac_learn","value":"1","type":"text"},{"key":"max_mac_learn","value":"all","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_max_mac_learn/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Max MACs allowed must be a number\"}"}],"_postman_id":"cc75eea2-216d-4b40-b6be-febb0a0a059b"},{"name":"Enable ONU IP DHCP-Snooping by ONU unique external ID","id":"c7c2cc12-2ce1-4774-a4e8-de0a88287891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_dhcp_snooping/{{onu_external_id}}","description":"<h2>Enable ONU IP DHCP-Snooping for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU IP DHCP-Snooping was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IP DHCP-Snooping feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_ip_dhcp_snooping","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"174e1cd4-1c65-44c6-97db-675e30c15173","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_dhcp_snooping/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"IP DHCP-Snooping enabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"9317b39b-2fed-4e05-baa7-5d475f965395","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_dhcp_snooping/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c7c2cc12-2ce1-4774-a4e8-de0a88287891"},{"name":"Disable ONU IP DHCP-Snooping by ONU unique external ID","id":"6809d89b-2400-4bb2-bf17-8d3dce0ab3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_dhcp_snooping/{{onu_external_id}}","description":"<h2>Disable ONU IP DHCP-Snooping for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU IP DHCP-Snooping was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IP DHCP-Snooping feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_ip_dhcp_snooping","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"62876acf-b046-4748-bde8-55bb5ac56b5c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_dhcp_snooping/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"IP DHCP-Snooping disabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"65f06838-85b8-465f-8da8-e8d84892f68c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_dhcp_snooping/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"6809d89b-2400-4bb2-bf17-8d3dce0ab3e9"},{"name":"Enable ONU DHCP Option82 by ONU unique external ID","id":"7d77f62b-b621-4e13-a459-b1a29232f4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_dhcp_option82/{{onu_external_id}}","description":"<h2>Enable ONU DHCP Option82 for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU DHCP Option82 was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>DHCP Option82 feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_dhcp_option82","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"cc05bfcb-efd5-4806-bcc5-0da4f7650879","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_dhcp_option82/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"DHCP Option82 enabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"38df7fbe-08a6-4dc2-83cb-1e8f3d4074cf","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_dhcp_option82/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"7d77f62b-b621-4e13-a459-b1a29232f4c6"},{"name":"Disable ONU DHCP Option82 by ONU unique external ID","id":"87e2133a-58d9-43a5-aa99-d70f3bfe7d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_dhcp_option82/{{onu_external_id}}","description":"<h2>Disable ONU DHCP Option82 for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU DHCP Option82 was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>DHCP Option82 feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_dhcp_option82","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"0362a6a6-3aab-417c-8204-36e145474794","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_dhcp_option82/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"DHCP option82 disabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"9272be7a-8a3c-47b4-a7b3-c5bf459272f1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_dhcp_option82/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"87e2133a-58d9-43a5-aa99-d70f3bfe7d39"},{"name":"Enable ONU IP source-guard by ONU unique external ID","id":"381e59a7-47d1-42e2-a8c6-b9c19c1686c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_source_guard/{{onu_external_id}}","description":"<h2>Enable ONU IP source-guard for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU IP source-guard was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IP source-guard feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_ip_source_guard","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"7e2b66e0-2e7b-4b2f-9158-7cd11ac0f909","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_source_guard/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"IP source-guard enabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"8d3dda92-3cc5-452e-a741-55f214f3c060","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_ip_source_guard/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"381e59a7-47d1-42e2-a8c6-b9c19c1686c3"},{"name":"Disable ONU IP source-guard by ONU unique external ID","id":"c4dd3fd3-04fe-4c7e-8c5e-870fa2375113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_source_guard/{{onu_external_id}}","description":"<h2>Disable ONU IP source-guard for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU IP source-guard was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IP source-guard feature was not enabled for this OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_ip_source_guard","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4ddb7ac4-36b6-4343-bf3b-8d2d56fec66f","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_source_guard/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"IP source-guard disabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"373d0d8b-39da-462a-8724-9eeca31f39ff","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_ip_source_guard/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c4dd3fd3-04fe-4c7e-8c5e-870fa2375113"},{"name":"Enable ONU allow remote access to WAN IP by ONU unique external ID","id":"52b33c92-db78-4088-a344-250fd15513bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"allow_access_from","value":"everywhere","description":"<p>(String) Allowed values are 'everywhere' and 'acl'. Default value is 'everywhere'.</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_allow_remote_access_to_wan_ip/{{onu_external_id}}","description":"<h2>Enable ONU allow remote access to WAN IP for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU allow remote access to WAN IP was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>Allow remote access to WAN IP feature is not supported for this ONU/OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_allow_remote_access_to_wan_ip","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"1cdff567-8b45-4bae-bef8-113e9cec8f21","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_allow_remote_access_to_wan_ip/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Allow remote access to WAN IP enabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"a3718d0a-2a39-4c4e-b5a6-6f6a4e46d206","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_allow_remote_access_to_wan_ip/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"52b33c92-db78-4088-a344-250fd15513bd"},{"name":"Disable ONU allow remote access to WAN IP by ONU unique external ID","id":"5d8b5782-e942-4f8c-b6d5-bbfe19f10a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_allow_remote_access_to_wan_ip/{{onu_external_id}}","description":"<h2>Disable ONU allow remote access to WAN IP for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU allow remote access to WAN IP was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>Allow remote access to WAN IP feature is not supported for this ONU/OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_allow_remote_access_to_wan_ip","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"17604d16-a6d7-44f4-8eae-c2d4d08518fc","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_allow_remote_access_to_wan_ip/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Allow remote access to WAN IP disabled for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"7c337284-5ef7-47cc-b1eb-055cfc152f53","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_allow_remote_access_to_wan_ip/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"5d8b5782-e942-4f8c-b6d5-bbfe19f10a73"},{"name":"Update ONU speed profiles by ONU unique external ID","id":"6b753440-3567-8644-bfed-045dbfe3f248","request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","description":"<p>(String) Upload speed profile name</p>\n","type":"text"},{"key":"download_speed_profile_name","value":"100M","description":"<p>(String) Download speed profile name</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}","description":"<h2>Update ONU upload and download speed profiles for a specified ONU unique external ID</h2> \nAt least one speed profile name must be provided. The profile names must be the ones defined in SmartOLT Speed Profiles section. <br />\nThe request returns succesfully if the profile names on the ONU were updated or the profiles names provided are the same as the ones already saved on the ONU. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no speed profile names were provided</li>\n<li>no upload speed profile was found with the name provided</li>\n<li>no download speed profile was found with the name provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_onu_speed_profiles","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a61d40b5-63ec-6238-7685-260d3305c703","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"504","body":"{\n    \"status\": true,\n    \"response\": \"Speed profiles updated for ONU with ONU external ID test\"\n}"},{"id":"ce7df653-f011-8f58-1720-98c883b4aa72","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"613","body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"45ba9f3b-34f4-09ac-fd6f-cdb90a8b5e2d","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"10M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":"487","body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"6ec8c07e-4a3d-596f-29b2-80000224ed0d","name":"400 - Specify at least one speed profile","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text","disabled":true},{"key":"download_speed_profile_name","value":"100M","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"93","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:59:59 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"15","body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify at least one speed profile name\"}"},{"id":"82e92f85-440d-156b-1971-da756e1927a7","name":"400 - No download speed profile found","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100G","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"101","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:02:10 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"17","body":"{\"status\":false,\"error\":\"Invalid parameters: No download speed profile with the name 100G was found\"}"},{"id":"a0a1e4e1-0697-f091-c00c-65afbe46f78a","name":"400 - No upload speed profile found","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50G","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"98","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:01:33 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"16","body":"{\"status\":false,\"error\":\"Invalid parameters: No upload speed profile with the name 50G was found\"}"},{"id":"a2b0d240-1e45-c88c-1fa4-e9e0de5738e7","name":"200 - Speed profiles are the same as saved on ONU","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"123","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:03:43 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":"16","body":"{\n    \"status\": true,\n    \"response\": \"Provided speed profiles are the same with existing ones for ONU with ONU external ID test\"\n}"},{"id":"ec15af3a-3a0c-7376-2d95-f6714bdd9ab2","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_onu_speed_profiles/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":"19","body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"6b753440-3567-8644-bfed-045dbfe3f248"},{"name":"Update multiple ONUs speed profiles by ONU unique external IDs","id":"b02850cf-6c0b-4de7-93ec-2f340ebed770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","description":"<p>(Required, String) Comma separated list of ONU unique external IDs. A maximum of 10 ONU unique external IDs are allowed</p>\n","type":"text"},{"description":"<p>(String) Upload speed profile name</p>\n","key":"upload_speed_profile_name","type":"text","value":"50M"},{"description":"<p>(String) Download speed profile name</p>\n","key":"download_speed_profile_name","type":"text","value":"100M"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles","description":"<h2>Update multiple ONUs upload and download speed profiles for a specified list of ONU unique external IDs</h2> \nAt least one speed profile name must be provided. The profile names must be the ones defined in SmartOLT Speed Profiles section. <br />\nThe request returns succesfully if the profile names on the ONUs were updated or the profiles names provided are the same as the ones already saved on the ONUs. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external IDs were provided</li>\n<li>more than the maximum allowed number of ONUs were provided</li>\n<li>no speed profile names were provided</li>\n<li>no upload speed profile was found with the name provided</li>\n<li>no download speed profile was found with the name provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","bulk_update_speed_profiles"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"9f3abba1-56ae-489d-9fcf-1e3f44d20291","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"},{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\":  [\n    \t\"test\": \"Speed profiles updated for ONU with ONU external ID test\",\n    \t\"test1\": \"Speed profiles updated for ONU with ONU external ID test1\"\n    \t]\n}"},{"id":"41faf208-5fba-4933-9491-7c8a44f4758d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"},{"key":"upload_speed_profile_name","value":"50M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"7d44a52c-ab22-4db9-a55b-984017ca259b","name":"400 - Specify at least one speed profile","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"93","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:59:59 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify at least one speed profile name\"}"},{"id":"8c08aee1-76bb-4422-886f-5a41f510fb30","name":"400 - No download speed profile found","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"},{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100G","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"101","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:02:10 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: No download speed profile with the name 100G was found\"}"},{"id":"b364d6f8-99f5-413c-87b5-783dd3f92430","name":"400 - No upload speed profile found","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"},{"key":"upload_speed_profile_name","value":"50G","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_update_speed_profiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"98","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:01:33 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: No upload speed profile with the name 50G was found\"}"}],"_postman_id":"b02850cf-6c0b-4de7-93ec-2f340ebed770"},{"name":"Update ONU service port by ONU unique external ID","id":"b9325fdc-75b7-4c47-a631-ce9e06a3cc9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"service_port","value":"3","description":"<p>(Required, String) ONU service port</p>\n","type":"text"},{"description":"<p>(Int) ONU CVLAN-ID</p>\n","key":"cvlan","type":"text","value":"101"},{"description":"<p>(Int) ONU SVLAN-ID</p>\n","key":"svlan","type":"text","value":"102"},{"description":"<p>(String) Tag-transform mode. Allowed values: default, translate, translate-and-add</p>\n","key":"tag_transform_mode","type":"text","value":"translate"},{"description":"<p>(Int) Use \"other-all\" TLS VLAN. Allowed values: 0, 1</p>\n","key":"use_other_all_tls_vlan","type":"text","value":"1"},{"description":"<p>(Int) ONU VLAN-ID</p>\n","key":"vlan","type":"text","value":"100"},{"key":"upload_speed_profile_name","value":"50M","description":"<p>(String) Upload speed profile name</p>\n","type":"text"},{"key":"download_speed_profile_name","value":"100M","description":"<p>(String) Download speed profile name</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_service_port/{{onu_external_id}}","description":"<h2>Update ONU service port for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU service port was updated successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no service port was provided</li>\n<li>wrong service port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","update_service_port","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"f34a62f7-f795-4ac6-9d60-0dce886e7cd7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"service_port","value":"3","type":"text"},{"key":"vlan","value":"100","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_service_port/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"Service-port ID 3 updated for ONU with ONU external ID test\"\n}"},{"id":"408e8074-fb4b-41ee-a722-4faf0985668c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"service_port","value":"3","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_service_port/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"89996b57-60ed-40ab-8b55-a6966cf980f5","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/update_service_port/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU Service-port ID\"}"}],"_postman_id":"b9325fdc-75b7-4c47-a631-ce9e06a3cc9a"},{"name":"Set ONU ethernet port mode to LAN by ONU unique external ID","id":"1d8dfed1-1919-436a-9bd4-83965129f8c5","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"key":"dhcp","value":"No control","description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_lan/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to LAN for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to LAN successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_lan","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"08c013eb-a7fb-4544-b66b-8c4865581f25","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_lan/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to LAN for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"10ffab82-7fd3-4ba4-a0d9-994920b3e38b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_lan/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"ef779ac9-c7b6-452d-94e5-38b5c1203dcc","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_lan/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"}],"_postman_id":"1d8dfed1-1919-436a-9bd4-83965129f8c5"},{"name":"Set ONU ethernet port mode to IPTV by ONU unique external ID","id":"ec14b5c4-d390-48af-9f60-22709b86dd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_iptv/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to IPTV for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to IPTV successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>IPTV is not enabled on the ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_iptv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a5a031b1-8dec-4aac-b1fb-8848128d7a8d","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_iptv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to IPTV for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"2a8b6971-dc0d-4595-a3ac-b43cc8371020","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_iptv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"bd0753df-0697-4223-8733-890be88ea85e","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_iptv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"}],"_postman_id":"ec14b5c4-d390-48af-9f60-22709b86dd4d"},{"name":"Set ONU ethernet port mode to Access by ONU unique external ID","id":"cc39f5b2-29c6-471f-a649-1ea4a684ce07","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"key":"vlan","value":"10","description":"<p>(Required, Int) Ethernet port VLAN-ID</p>\n","type":"text"},{"description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_access/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to Access for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to Access successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>no VLAN-ID was provided</li>\n<li>the VLAN-ID is not in the ONU attached VLANs list</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_access","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"feaa8f3d-0b73-4c05-bd78-c94137edc03c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_access/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to Access for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"5d0b04e5-75f4-4e21-a250-66bc43109479","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_access/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"},{"id":"841fb4ef-d3da-4427-8683-d600f36165a0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_access/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"cc39f5b2-29c6-471f-a649-1ea4a684ce07"},{"name":"Set ONU ethernet port mode to Hybrid by ONU unique external ID","id":"ab1c9d33-d85d-4308-9431-de2d20e69ac4","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"description":"<p>(Required, Int) Ethernet port VLAN-ID</p>\n","key":"vlan","type":"text","value":"10"},{"key":"allowed_vlans","value":"20,33","description":"<p>(Required, String) Ethernet port allowed VLANs, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","type":"text"},{"description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_hybrid/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to Hybrid for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to Hybrid successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>no VLAN-ID was provided</li>\n<li>the VLAN-ID is not in the ONU attached VLANs list</li>\n<li>no Allowed VLANs were provided</li>\n<li>the Allowed VLANs list is in the wrong format</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_hybrid","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"3cf04cab-d9fd-42c4-ab3b-9e169dd59bad","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_hybrid/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to Hybrid for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"18fd52f3-53ee-4230-aa6b-880dbb79d1c1","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_hybrid/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"},{"id":"53b8ae71-2d73-4147-b864-bede8965db78","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_hybrid/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"ab1c9d33-d85d-4308-9431-de2d20e69ac4"},{"name":"Set ONU ethernet port mode to Trunk by ONU unique external ID","id":"8008085e-84d1-4d3f-bfb8-dd1d003c142e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"description":"<p>(Required, String) Ethernet port allowed VLANs, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","key":"allowed_vlans","type":"text","value":"20,33"},{"description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_trunk/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to Trunk for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to Trunk successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>no Allowed VLANs were provided</li>\n<li>the Allowed VLANs list is in the wrong format</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_trunk","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"0d6dc871-c942-4565-a222-f766250e8a6d","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_trunk/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to Trunk for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"5351f16c-3015-4d28-a336-f493957b8460","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_trunk/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"},{"id":"b28eaf48-9e89-4342-bbf7-0b1082336d27","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_trunk/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"8008085e-84d1-4d3f-bfb8-dd1d003c142e"},{"name":"Set ONU ethernet port mode to Transparent by ONU unique external ID","id":"be835312-92e4-4a89-b751-0fab05f542d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"},{"description":"<p>(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_transparent/{{onu_external_id}}","description":"<h2>Set ONU ethernet port mode to Transparent for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port mode was set to Transparent successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_ethernet_port_transparent","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"a2af58c6-68d4-4690-b06c-949547b65a2b","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_transparent/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 mode set to Transparent for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"571c4b39-ba71-493f-92c2-7055c460f868","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_transparent/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"},{"id":"c77577d0-3a9e-4851-86b6-ef5ef252d780","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"},{"key":"dhcp","value":"No control","description":"(String)  Ethernet port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden ","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_ethernet_port_transparent/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"be835312-92e4-4a89-b751-0fab05f542d4"},{"name":"Shutdown ONU ethernet port by ONU unique external ID","id":"a30246b6-7236-474a-8889-3af85f9f36d3","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU ethernet port</p>\n","key":"ethernet_port","type":"text","value":"eth_0/1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_ethernet_port/{{onu_external_id}}","description":"<h2>Shutdown ONU ethernet port for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU ethernet port was shutdown successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no ethernet port was provided</li>\n<li>wrong ethernet port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","shutdown_ethernet_port","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"852833cb-5af3-41c7-a10b-9380fefdb0ef","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_ethernet_port/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"eth_0/1 port shutdown for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"45057c89-8a47-4215-b2db-3f143db490c8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","description":"(Required, String) ONU ethernet port","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_ethernet_port/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"8c48fbf3-7aa5-42c2-bf44-a0c28b2b59f5","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ethernet_port","value":"eth_0/1","type":"text","disabled":true}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_ethernet_port/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU ethernet port\"}"}],"_postman_id":"a30246b6-7236-474a-8889-3af85f9f36d3"},{"name":"Set ONU WiFi port mode to LAN by ONU unique external ID","id":"a41dbe8e-fc8c-478d-ad1b-adbe5ff6a34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"description":"<p>(String) WiFi port SSID</p>\n","key":"ssid","type":"text","value":"test"},{"description":"<p>(String) WiFi port password</p>\n","key":"password","type":"text","value":"testpass"},{"description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","key":"authentication_mode","type":"text","value":"WPA2"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_lan/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to LAN for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to LAN successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_lan","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"712a8144-ce3c-45c6-976b-a68c969758fe","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_lan/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to LAN for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"86b567f3-4d35-4f97-b5cb-f0b07e2cd353","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"dhcp","value":"No control","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_lan/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"},{"id":"a3d94c87-6984-4e6c-a487-848e00c4cb6f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_lan/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"a41dbe8e-fc8c-478d-ad1b-adbe5ff6a34a"},{"name":"Set ONU WiFi port mode to IPTV by ONU unique external ID","id":"5261402b-cf31-4d70-bb86-f9aac3d76282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"description":"<p>(String) WiFi port SSID</p>\n","key":"ssid","type":"text","value":"test"},{"description":"<p>(String) WiFi port password</p>\n","key":"password","type":"text","value":"testpass"},{"description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","key":"authentication_mode","type":"text","value":"WPA2"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_iptv/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to IPTV for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to IPTV successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>IPTV is not enabled on the ONU</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_iptv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"e1c80e91-b148-497e-ad93-24ad53a9f535","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_iptv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to IPTV for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"19fb4ebc-8552-4760-8f92-7c4ccc405f9d","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"dhcp","value":"No control","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_iptv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"},{"id":"a0a2e89b-4f2f-4d7d-9243-e812bdc69319","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_iptv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"5261402b-cf31-4d70-bb86-f9aac3d76282"},{"name":"Set ONU WiFi port mode to Access by ONU unique external ID","id":"9f00d7b7-f403-4f78-93de-85f0e051a45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(Required, Int) WiFi port VLAN-ID</p>\n","key":"vlan","type":"text","value":"10"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"key":"ssid","value":"test","description":"<p>(String) WiFi port SSID</p>\n","type":"text"},{"key":"password","value":"testpass","description":"<p>(String) WiFi port password</p>\n","type":"text"},{"key":"authentication_mode","value":"WPA2","description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_access/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to Access for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to Access successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>no VLAN-ID was provided</li>\n<li>the VLAN-ID is not in the ONU attached VLANs list</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_access","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"02b75d9f-41d2-4c7f-b9a4-4d685c0954da","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_access/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to Access for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"6a640082-422d-48b0-86e5-87675d6b1bd0","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_access/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"},{"id":"fb0e4ad9-e5a6-46f0-883b-26c648f3a6d0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_access/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"9f00d7b7-f403-4f78-93de-85f0e051a45e"},{"name":"Set ONU WiFi port mode to Hybrid by ONU unique external ID","id":"a01fba7a-e77b-406e-bdf8-b52b53fe6e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(Required, Int) WiFi port VLAN-ID</p>\n","key":"vlan","type":"text","value":"10"},{"description":"<p>(Required, String) WiFi port allowed VLANs, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","key":"allowed_vlans","type":"text","value":"20,33"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"key":"ssid","value":"test","description":"<p>(String) WiFi port SSID</p>\n","type":"text"},{"key":"password","value":"testpass","description":"<p>(String) WiFi port password</p>\n","type":"text"},{"key":"authentication_mode","value":"WPA2","description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_hybrid/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to Hybrid for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to Hybrid successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>no VLAN-ID was provided</li>\n<li>the VLAN-ID is not in the ONU attached VLANs list</li>\n<li>no Allowed VLANs were provided</li>\n<li>the Allowed VLANs list is in the wrong format</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_hybrid","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"d0cecaa0-67fd-4f44-b657-527fa265e20a","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_hybrid/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to Hybrid for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"adb14576-7499-4a6b-ba13-ee9c0aab85ed","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_hybrid/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"dd339a81-09d3-4893-aa43-d072df931d33","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"10","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_hybrid/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"}],"_postman_id":"a01fba7a-e77b-406e-bdf8-b52b53fe6e1a"},{"name":"Set ONU WiFi port mode to Trunk by ONU unique external ID","id":"511c3b96-db84-4b63-86bc-bc215d7879e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(Required, String) WiFi port allowed VLANs, comma separated. The VLANs list can contain only digits and the comma (,) character</p>\n","key":"allowed_vlans","type":"text","value":"20,33"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"key":"ssid","value":"test","description":"<p>(String) WiFi port SSID</p>\n","type":"text"},{"key":"password","value":"testpass","description":"<p>(String) WiFi port password</p>\n","type":"text"},{"key":"authentication_mode","value":"WPA2","description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_trunk/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to Trunk for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to Trunk successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>no Allowed VLANs were provided</li>\n<li>the Allowed VLANs list is in the wrong format</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_trunk","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"8191bb8d-ea6f-49e7-9f70-2a7d4fdd5ba6","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_trunk/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to Trunk for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"93f2ca0f-cee0-4614-a884-345708c963a7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_trunk/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"db07a8ac-1336-495d-ac62-817b2d3f2875","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text","disabled":true},{"key":"allowed_vlans","value":"20,33","type":"text"},{"key":"dhcp","value":"No control","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_trunk/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"}],"_postman_id":"511c3b96-db84-4b63-86bc-bc215d7879e8"},{"name":"Set ONU WiFi port mode to Transparent by ONU unique external ID","id":"5aba1f46-016f-4732-b569-243636d795ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"},{"description":"<p>(String)  WiFi port DHCP. Allowed values: No control, From ISP, From ONU, Forbidden </p>\n","key":"dhcp","type":"text","value":"No control"},{"key":"ssid","value":"test","description":"<p>(String) WiFi port SSID</p>\n","type":"text"},{"key":"password","value":"testpass","description":"<p>(String) WiFi port password</p>\n","type":"text"},{"key":"authentication_mode","value":"WPA2","description":"<p>(String) WiFi port authentication mode. Allowed values: WPA2, Open-system</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_transparent/{{onu_external_id}}","description":"<h2>Set ONU WiFi port mode to Transparent for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU WiFi port mode was set to Transparent successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>no WiFi port was provided</li>\n<li>wrong WiFi port was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","set_wifi_port_transparent","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"13ec98a8-e0a9-4070-b237-c3658e7cdf50","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_transparent/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 mode set to Transparent for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"cd3394b0-8ba0-4c95-918e-879b7e5dd6b2","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_transparent/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"},{"id":"d9f6b477-891e-4509-8738-ad24c5fd455e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"},{"key":"dhcp","value":"No control","type":"text"},{"key":"ssid","value":"test","type":"text"},{"key":"password","value":"testpass","type":"text"},{"key":"authentication_mode","value":"WPA2","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/set_wifi_port_transparent/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"5aba1f46-016f-4732-b569-243636d795ce"},{"name":"Shutdown ONU WiFi port by ONU unique external ID","id":"6eb0837b-29a4-4d14-bf73-aa22390f0bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) ONU WiFi port</p>\n","key":"wifi_port","type":"text","value":"wifi_0/1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_wifi_port/{{onu_external_id}}","description":"<h2>Shutdown ONU WiFi port for a specified ONU unique external ID</h2>\n\n  \n<p>The request returns succesfully if the ONU WiFi port was shutdown successfully.<br />It returns a 400 error code when:  </p>\n<ul><li><div>no ONU external ID was provided</div></li><li><div>no ONU was found for the provided ONU external ID</div></li><li><div>no WiFi port was provided</div></li><li><div>wrong WiFi port was provided</div></li><li><div>OLT was unable to process the command</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","shutdown_wifi_port","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"bd84bccb-dd02-4b7a-b300-3dd6159c624f","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"wifi_port","value":"wifi_0/1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_wifi_port/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"wifi_0/1 WiFi port shutdown for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"226b61a2-7d68-4588-84cd-70f6a54383a1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"ifiw_port","value":"wifi_0/1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_wifi_port/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"4d39ae46-eb6c-45a0-aeee-633676b2a8ca","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/shutdown_wifi_port/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU WiFi port\"}"}],"_postman_id":"6eb0837b-29a4-4d14-bf73-aa22390f0bda"},{"name":"Change ONU web user and password by ONU unique external ID","id":"4788ebe8-ab04-4408-8df7-12602fdcfaf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","description":"<p>(Required) The API token</p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(String) Web user. Can contain only alphanumeric characters. A minimum of 5 is required, a maximum of 16 characters is allowed.</p>\n","key":"web_user","type":"text","value":"test"},{"description":"<p>(String) Web password. Can contain only alphanumeric characters. A minimum of 8 is required, a maximum of 16 characters is allowed.</p>\n","key":"web_pass","type":"text","value":"testPass"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_web_user_pass/{{onu_external_id}}","description":"<h2>Change ONU web user and password for a specified ONU unique external ID</h2>\n\n<p>The request returns succesfully if the ONU web user and password were changed successfully.</p>\n<p><strong>Important: The SmartOLT TR069 profile must be enabled for the ONU</strong></p>\n<p>It returns a 400 error code when:</p>\n<ul><li><div>no ONU external ID was provided</div></li><li><div>no ONU was found for the provided ONU external ID</div></li><li><div>TR069 feature is not enabled</div></li></ul>","urlObject":{"protocol":"https","path":["api","onu","change_web_user_pass","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"83e29a29-1562-4805-83c9-f618c9c0abd2","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"web_user","value":"test","type":"text","uuid":"33fa9a4f-06fc-462c-9235-d261338bfc3b"},{"key":"web_pass","value":"testPass","type":"text","uuid":"44db7098-41c8-46f5-801a-96de5a31c655"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_web_user_pass/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Status","value":"200","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"Web user pass changed for ONU with ONU external ID onu_unique_external_id\"}"},{"id":"e83d6d17-4806-4fd5-8879-c8b738f07026","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"web_user","value":"test","type":"text","uuid":"edd75d1a-8708-4f0c-8e01-f2351440b54e"},{"key":"web_pass","value":"testPass","type":"text","uuid":"aec22bb1-9186-4057-9cb3-fd5f3d5da57a"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/change_web_user_pass/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","description":"an HTTP cookie"},{"key":"Status","value":"403","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"4788ebe8-ab04-4408-8df7-12602fdcfaf1"},{"name":"Enable ONU IPTV by ONU unique external ID","id":"b0933d72-422f-4c70-b75b-935adae22560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, Int) IPTV VLAN-ID</p>\n","key":"vlan","type":"text","value":"100"},{"description":"<p>(Int) IPTV CVLAN-ID</p>\n","key":"cvlan","type":"text","value":"101"},{"description":"<p>(Int) IPTV SVLAN-ID</p>\n","key":"svlan","type":"text","value":"102"},{"description":"<p>(String) Tag-transform mode. Allowed values: default, translate, translate-and-add</p>\n","key":"tag_transform_mode","type":"text","value":"translate"},{"key":"upload_speed_profile_name","value":"50M","description":"<p>(String) IPTV upload speed profile name</p>\n","type":"text"},{"key":"download_speed_profile_name","value":"100M","description":"<p>(String) IPTV upload speed profile name</p>\n","type":"text"},{"key":"allowed_macs","value":"","description":"<p>(String) Allowed MACs, separated by comma</p>\n","type":"text"},{"key":"filtered_macs","value":"","description":"<p>(String) Filtered MACs, separated by comma</p>\n","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_iptv/{{onu_external_id}}","description":"<h2>Enable ONU IPTV for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU IPTV was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IPTV module not enabled on OLT</li>\n<li>no IPTV VLAN-ID was provided</li>\n<li>no IPTV upload speed profile was provided</li>\n<li>no IPTV download speed profile was provided</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_iptv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"b200fa3d-7af7-442f-b2d6-767266e7a063","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"},{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_iptv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"52","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:14:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:11:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"df567335530ea305121d3171c3357f9b97bd27dc","key":"ci_session"}],"responseTime":null,"body":"{\"status\":true,\"response\":\"IPTV enabled\"}"},{"id":"5ac6c44c-8432-415f-b2b9-41b95a1abfa9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"vlan","value":"100","type":"text"},{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_iptv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:16:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ci_session=d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd; expires=Tue, 20-Mar-2018 19:16:41 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"403","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"a47d1a42-8478-4419-bfee-500bc317af73","name":"400 - Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"upload_speed_profile_name","value":"50M","type":"text"},{"key":"download_speed_profile_name","value":"100M","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_iptv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 20 Mar 2018 17:17:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Status","value":"400","name":"Status","description":"Custom header"}],"cookie":[{"expires":"Tue Mar 20 2018 19:16:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"d3b4a3f4ee9afcf083af8ee0a187ad87dd6666dd","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: Please specify the ONU IPTV VLAN-ID\"}"}],"_postman_id":"b0933d72-422f-4c70-b75b-935adae22560"},{"name":"Disable ONU IPTV by ONU unique external ID","id":"c2f0e3a4-f62a-4269-bb6d-79c40afea929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_iptv/{{onu_external_id}}","description":"<h2>Disable ONU IPTV for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU IPTV was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>IPTV module not enabled on OLT</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_iptv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"638de7c9-0c00-4a41-b260-cd37543823ce","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_iptv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"IPTV disabled\"\n}"},{"id":"81ac9824-47cf-46dc-8573-095abfd4faf1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_iptv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"26d9136a-227c-4ffe-a362-38d867084147","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_iptv/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"c0df0252-1016-4e00-ba7b-9e3db75a7709","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_iptv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"}],"_postman_id":"c2f0e3a4-f62a-4269-bb6d-79c40afea929"},{"name":"Enable ONU CATV by ONU unique external ID","id":"b7a4be0a-daf3-4d7d-b819-99cb1515a1e7","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_catv/{{onu_external_id}}","description":"<h2>Enable ONU CATV for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU CATV was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>CATV not supported by ONU-Type</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable_catv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"7ecccef5-6e98-447d-b05c-8db9609c00a7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_catv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"CATV enabled\"\n}"},{"id":"e69a443f-bc5a-4483-9553-d19887d7f7d8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_catv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"525bb29a-c4f4-451d-94b1-556b45d7c90d","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_catv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"89a84631-4ed6-4525-ad3f-c2374aa6e188","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable_catv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"b7a4be0a-daf3-4d7d-b819-99cb1515a1e7"},{"name":"Enable multiple ONUs CATV by ONU unique external IDs","id":"119091ce-ff0c-4d8e-847a-3ffb5dc9f625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) Comma separated list of ONU unique external IDs. A maximum of 10 ONU unique external IDs are allowed</p>\n","key":"onus_external_ids","type":"text","value":"test,test1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable_catv","description":"<h2>Enable multiple ONUs CATV by ONU unique external IDs</h2>\n\n  \n<p>The request returns succesfully if ONUs CATV were enabled successfully.  </p>\n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external IDs were provided</p></li><li><p>more than the maximum allowed number of ONUs were provided (A maximum of 10 ONU unique external IDs are allowed)</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","bulk_enable_catv"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"49f82b56-749a-4b40-bb70-6d51e4933e82","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable_catv"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n    \t\"test\": \"ONU test CATV enabled\",\n    \t\"test1\": \"ONU test1 CATV enabled\"\n    ]\n}"},{"id":"bc47ed04-05b0-4f58-a989-342172814fd4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable_catv"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"119091ce-ff0c-4d8e-847a-3ffb5dc9f625"},{"name":"Disable ONU CATV by ONU unique external ID","id":"21201bf3-37a6-455e-8703-96af40b0ee9e","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_catv/{{onu_external_id}}","description":"<h2>Disable ONU CATV for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU CATV was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>CATV not supported by ONU-Type</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable_catv","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"f5c571cf-508f-4f17-a752-f0d686185c61","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_catv/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"CATV disabled\"\n}"},{"id":"69de5ed2-c810-4c91-b25b-988fad6856c0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_catv/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"d2f01407-0097-4d2e-8638-bc1ab9490760","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_catv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"e42b0d55-769b-45ec-88a8-bc07037f9370","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable_catv/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"}],"_postman_id":"21201bf3-37a6-455e-8703-96af40b0ee9e"},{"name":"Disable multiple ONUs CATV by ONU unique external IDs","id":"b77d3ddf-79c2-4d91-851d-412bec817cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) Comma separated list of ONU unique external IDs. A maximum of 10 ONU unique external IDs are allowed</p>\n","key":"onus_external_ids","type":"text","value":"test,test1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable_catv","description":"<h2>Disable multiple ONUs CATV by ONU unique external IDs</h2>\n\n  \n<p>The request returns succesfully if ONUs CATV were disabled successfully.  </p>\n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external IDs were provided</p></li><li><p>more than the maximum allowed number of ONUs were provided (A maximum of 10 ONU unique external IDs are allowed)</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","bulk_disable_catv"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"cde88360-6f01-433c-a316-55e65febb22f","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable_catv"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n    \t\"test\": \"ONU test CATV disabled\",\n    \t\"test1\": \"ONU test1 CATV disabled\"\n    ]\n}"},{"id":"44a9125d-46cb-47ff-bcd1-d1c9878aa691","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable_catv"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"b77d3ddf-79c2-4d91-851d-412bec817cd6"},{"name":"Reboot ONU by ONU unique external ID","id":"4f35a16a-59a1-43a8-b7be-987bf616a988","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/reboot/{{onu_external_id}}","description":"<h2>Reboot ONU for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU reboot command was sent successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","reboot","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"f6221cd1-ff5b-4986-b6df-a8efef6cb061","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/reboot/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"Device reboot command sent\"\n}"},{"id":"4d6d8d13-73ad-4b8e-99da-e7cbe8af2298","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/reboot/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"100f9bff-4ae9-461f-b57a-abcc2f5ca32f","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/reboot/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"e102d100-12ab-410f-bda0-fabe24a42330","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/reboot/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"4f35a16a-59a1-43a8-b7be-987bf616a988"},{"name":"Resync ONU config by ONU unique external ID","id":"49ed152e-7ff3-41d7-9304-bc5369b46074","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/resync_config/{{onu_external_id}}","description":"<h2>Resync ONU config for a specified ONU unique external ID</h2> \nThe request returns succesfully if the ONU config was resynced successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","resync_config","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"b8c7d479-ee8f-4b63-8441-2ea05e8def23","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/resync_config/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"Resync config successfully\"\n}"},{"id":"d0667728-bebf-416f-b56b-54bc1bc41c16","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/resync_config/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"07748241-c24f-45d8-adc9-d9c24da2a584","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/resync_config/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"2db49a82-b798-4c94-b008-dc04031a4f2f","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/resync_config/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"49ed152e-7ff3-41d7-9304-bc5369b46074"},{"name":"Restore ONU factory defaults by ONU unique external ID","id":"428ab628-12d3-4f5b-a99e-bad7b838ba09","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/restore_factory_defaults/{{onu_external_id}}","description":"<h2>Restore ONU factory defaults for a specified ONU unique external ID</h2> \nThe request returns succesfully if the restore ONU factory defaults command was sent successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","restore_factory_defaults","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"405576f3-2309-48b6-a5e0-7d1e047a84cb","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/restore_factory_defaults/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"Device restore defaults command sent\"\n}"},{"id":"9cda3bfc-c5c8-49b0-ada7-c19c4e86debd","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/restore_factory_defaults/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"279720d6-f382-4809-a220-9338da0eff8a","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/restore_factory_defaults/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"f7bd7977-6949-4d6e-bf43-3275f28adecd","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/restore_factory_defaults/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"}],"_postman_id":"428ab628-12d3-4f5b-a99e-bad7b838ba09"},{"name":"Disable ONU by ONU unique external ID","id":"22e14a03-1c8c-4335-8439-41ef87b0bc41","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable/{{onu_external_id}}","description":"<h2>Disable ONU for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU was disabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","disable","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"04a46554-b742-40ff-bef3-588ea733d435","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU disabled\"\n}"},{"id":"bab85f61-ff20-41ed-9542-8513635511d4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"60d1a7b0-8429-422f-ad09-9dca5e3e5fe8","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"f15434e9-d30a-45b6-b01d-509512ac2d14","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/disable/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"22e14a03-1c8c-4335-8439-41ef87b0bc41"},{"name":"Disable multiple ONUs by ONU unique external IDs","id":"58ec7e53-fab2-492b-8a43-262200583326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) Comma separated list of ONU unique external IDs. A maximum of 10 ONU unique external IDs are allowed</p>\n","key":"onus_external_ids","type":"text","value":"test,test1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable","description":"<h2>Disable multiple ONUs by ONU unique external IDs</h2>\n\n  \n<p>The request returns succesfully if ONUs were disabled successfully.  </p>\n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external IDs were provided</p></li><li><p>more than the maximum allowed number of ONUs were provided (A maximum of 10 ONU unique external IDs are allowed)</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","bulk_disable"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"0c45b9c3-c4b9-43cf-87f0-a576a30b79b7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n    \t\"test\": \"ONU test disabled\",\n    \t\"test1\": \"ONU test1 disabled\"\n    ]\n}"},{"id":"4cc6da98-5fe8-40ac-99b8-2541f130673e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_disable"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"58ec7e53-fab2-492b-8a43-262200583326"},{"name":"Enable ONU by ONU unique external ID","id":"393d530b-5d69-4d25-9a2b-130282097b23","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable/{{onu_external_id}}","description":"<h2>Enable ONU for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU was enabled successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","enable","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4a2415ef-5732-4fa8-91ca-8e7eed3b2fd1","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU enabled\"\n}"},{"id":"818fa4a3-ac98-4d88-9c68-e547600da30a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"5619b6e6-2f46-4bbd-9889-aa53e6188944","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"},{"id":"baf2e59d-c03a-41a1-9955-52fe5fa1a67b","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/enable/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"}],"_postman_id":"393d530b-5d69-4d25-9a2b-130282097b23"},{"name":"Enable multiple ONUs by ONU unique external IDs","id":"c9a66fba-0da5-4bd8-85ab-ec8bffc5cab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required, String) Comma separated list of ONU unique external IDs. A maximum of 10 ONU unique external IDs are allowed</p>\n","key":"onus_external_ids","type":"text","value":"test,test1"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable","description":"<h2>Enable multiple ONUs by ONU unique external IDs</h2>\n\n  \n<p>The request returns succesfully if ONUs were enabled successfully.  </p>\n<p>It returns a 400 error code when:  </p>\n<ul><li><p>no ONU external IDs were provided</p></li><li><p>more than the maximum allowed number of ONUs were provided (A maximum of 10 ONU unique external IDs are allowed)</p></li><li><p>OLT was unable to process the command</p></li></ul>","urlObject":{"protocol":"https","path":["api","onu","bulk_enable"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"4217301e-d23b-4d10-bce1-b8d0af94f27a","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": [\n    \t\"test\": \"ONU test enabled\",\n    \t\"test1\": \"ONU test1 enabled\"\n    ]\n}"},{"id":"68decc74-69e5-4ad1-90f3-6b7f924ff069","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"onus_external_ids","value":"test,test1","type":"text"}]},"url":"https://{{subdomain}}.smartolt.com/api/onu/bulk_enable"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"}],"_postman_id":"c9a66fba-0da5-4bd8-85ab-ec8bffc5cab7"},{"name":"Delete ONU by ONU unique external ID","id":"9f87942e-caa7-4711-85af-420be2bebaff","request":{"method":"POST","header":[{"description":"<p>(Required) The API token</p>\n","key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/delete/{{onu_external_id}}","description":"<h2>Delete ONU for a specified ONU unique external ID</h2> \nThe request returns succesfully if ONU was deleted successfully. <br />\nIt returns a 400 error code when:\n<ul>\n<li>no ONU external ID was provided</li>\n<li>no ONU was found for the provided ONU external ID</li>\n<li>OLT was unable to process the command</li>\n</ul>","urlObject":{"protocol":"https","path":["api","onu","delete","{{onu_external_id}}"],"host":["{{subdomain}}","smartolt","com"],"query":[],"variable":[]}},"response":[{"id":"b8670f58-6f01-4e0b-b3aa-17e07da477cb","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/delete/{{onu_external_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"90","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:57:32 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"ci_session=2abcad7e0340fdef82d27f2f67bcc38d98f498c4; expires=Mon, 16-Oct-2017 18:57:32 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":""},{"key":"Status","value":"200","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"ONU was deleted\"\n}"},{"id":"0f684d74-083a-4fbd-8133-675c2932a7d6","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/delete/{{onu_external_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 16:58:41 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"403","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid API Key.\"}"},{"id":"64e4191b-c3b3-4a0d-8d61-ae9d0fb9f2aa","name":"400 - OLT wasn't able to process command","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/delete/{{onu_external_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"85","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:04:50 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 19:03:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"955b80612bd5b85cd36875e603662e320ad30bf1","key":"ci_session"}],"responseTime":null,"body":"{\"status\":false,\"error\":\"Invalid parameters: OLT wasn't able to process the command\"}"},{"id":"acb34ad1-e83b-41dd-beec-db6e764d9c35","name":"400 - No ONU for external ID","originalRequest":{"method":"POST","header":[{"key":"X-Token","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{subdomain}}.smartolt.com/api/onu/delete/test7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 16 Oct 2017 17:00:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":""},{"key":"Status","value":"400","name":"Status","description":""}],"cookie":[{"expires":"Mon Oct 16 2017 18:57:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.smartolt.com","path":"/","secure":false,"value":"2abcad7e0340fdef82d27f2f67bcc38d98f498c4","key":"ci_session"}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": \"Invalid parameters: No ONU was found for this ONU external ID: test7\"\n}"}],"_postman_id":"9f87942e-caa7-4711-85af-420be2bebaff"}]}