Get or set the Enphase® De-Bug Access (DBA) tunnel state.
Get or set the Enphase® De-Bug Access (DBA) tunnel state. This creates a secure connection so Enphase® support personnel can troubleshoot this system remotely.
Enphase-API is an unofficial project providing an API wrapper and the documentation for Enphase®'s products and services.
More details on the project are available from the project’s homepage.
The /admin/lib/dba.json endpoint supports the following:
| Method | Required Authorisation Level | Description |
|---|---|---|
|
None |
Get the Enphase® De-Bug Access (DBA) tunnel state. |
|
None |
Set the Enphase® De-Bug Access (DBA) tunnel state. |
POST /admin/lib/dba.json Request
fname=tunnelopenPOST /admin/lib/dba.json Response
{"tunnel_open": true}POST /admin/lib/dba.json Request
fname=tunnelclosePOST /admin/lib/dba.json Response
{"tunnel_open": false}