Configuring the Card Functionality so that the Card Powers Down when Both Ejectors are Open
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{ "eqptEntity": { "children": [ { "eqptEjector": { "attributes": { "autoShutdown": "enabled" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ops-items> <ejector-items> <autoShutdown>enabled</autoShutdown> </ejector-items> </ops-items> </System>