Configuring to Always Use Custom Profile when Entering Maintenance Mode
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/mmode.json
{ "mmodeEntity": { "children": [ { "mmodeInst": { "attributes": { "useCustomProfile": "yes" }}}]}}
Response
{ imdata:[] }
Copy
<System> <mmode-items> <inst-items> <useCustomProfile>true</useCustomProfile> </inst-items> </mmode-items> </System>