Enabling DHCP
DME
YANG
Copy
POST http://<IP_Address>/api/mo/sys.json
{ "topSystem": { "children": [ { "fmEntity": { "children": [ { "fmDhcp": { "attributes": { "adminSt": "enabled" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <fm-items> <dhcp-items> <adminSt>enabled</adminSt> </dhcp-items> </fm-items> </System>