Reversing the Order of the Module Power Up
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/boot.json
{ "bootBoot": { "children": [ { "bootModBootOrder": { "attributes": { "bootOrderReverse": "yes" }}}]}}
Response
{ imdata:[] }
Copy
<System> <boot-items> <modbootorder-items> <bootOrderReverse>yes</bootOrderReverse> </modbootorder-items> </boot-items> </System>