Configuring a Description
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mgmtMgmtIf": { "attributes": { "descr": "SampleString_123", "id": "mgmt0" }}}]}}
Response
{ imdata:[] }
Copy
<System> <mgmt-items> <MgmtIf-list> <id>mgmt0</id> <descr>SampleString_123</descr> </MgmtIf-list> </mgmt-items> </System>