Cisco APIC Installation and ACI Upgrade and Downgrade Guide

PDF

Cisco APIC Installation and ACI Upgrade and Downgrade Guide

Use the REST API to resume paused controller upgrade scheduler

Want to summarize with AI?

Log in

Configure the REST API to resume a paused scheduler for a controller maintenance policy.


Follow these steps to resume a paused scheduler for a controller maintenance policy using the REST API:

Procedure

1.

Post the following API to resume a paused scheduler for a controller maintenance policy.

In this example, the maintenance policy is ConstCtrlrMaintP.

Example:

URL: https://<ip address>/api/node/mo.xml 
<maintUpgStatusCont>
<maintUpgStatus polName="ConstCtrlrMaintP" status="deleted" />
</maintUpgStatusCont>
2.

Use the REST API that you used initially to upgrade the Cisco APIC controller software.