Cisco APIC Installation and ACI Upgrade and Downgrade Guide

PDF

Cisco APIC Installation and ACI Upgrade and Downgrade Guide

Resume paused switch upgrade scheduler using the REST API

Want to summarize with AI?

Log in

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


Procedure

1.

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

In this example, the maintenance policy is swmaintp.

Example:

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

Use the REST API that you used initially to upgrade the switches software.