get-net-access
Use the interface to get the configuration information of network service, and only the Administrator has the right.
HTTP Request
GET http://ip/mwapi?method=get-net-access
| Parameter |
Description |
| method |
get-net-access |
Response Body
{
"status": 0,
"use-ssdp": true,
"use-https": false,
"ssl-cert-present": true,
"ssl-cert-key-present": true
}
| Name |
Description |
| status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
| use-ssdp |
True indicates the SSDP service is enabled, otherwise it is false. |
| use-https |
True indicates the HTTPS is enabled, otherwise it is false. |
| ssl-cert-present |
True indicates the CA certificate is uploaded, otherwise it is false. |
| ssl-cert-key-present |
True indicates the CA private key is uploaded, otherwise it is false. |