Configuring Interface Shutdown Excluding FEX Fabric
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ethpm.json
{ "ethpmEntity": { "children": [ { "ethpmInst": { "attributes": { "systemIfAdminState": "down-exclude-fabric" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ethpm-items> <inst-items> <systemIfAdminState>down-exclude-fabric</systemIfAdminState> </inst-items> </ethpm-items> </System>