Confirm the Current State of DHCP
The API allows requests to path to specific elements or groups of embedded elements. For example, if a user only wanted to know if DHCP was enabled, they could make the request: https://[device_ip]/api/dhcp/enabled.
Example: Path to an element within the DHCP collection.
GET https://192.168.2.1/api/dhcp/enabled
Status: HTTP/1.1 200 OK
{
"code" : 200,
"result" : true,
"status" : "success"
}