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