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
}
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. |