Configuring a Breakout Profile
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "imEntity": { "children": [ { "imInst": { "attributes": { "BreakoutProfile": "50g-2x-only" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <im-items> <inst-items> <BreakoutProfile>50g-2x-only</BreakoutProfile> </inst-items> </im-items> </System>