04-27-2021 06:24 AM
Hello. Is there a way to complete automated Cisco VoS Reboots? In this case we looking to automate the CUC reboots quarterly but the same would be true next for UCM and other Cisco VoS's as part of a general maintenance plan.
04-28-2021 01:25 PM
I did some searching but could not find anything. You probably want to ask in the DevNet community. Here is a link to the collaboration management forum.
https://community.cisco.com/t5/management/bd-p/j-disc-dev-collab-mgmt
04-28-2021 01:56 PM
This should be doable as PCD can restart CVOS systems via tasks that are scheduled. PCD uses PAWS to communicate with the systems it controls. I have not looked, but the best place to start would be to go to DevNet and look for information about PAWS.
04-29-2021 08:27 AM
Link to the PAWS API reference doc at DevNet. https://d1nmyq4gcgsfi5.cloudfront.net/site/paws/documents/api-reference/
04-29-2021 09:11 AM
You can also do it via SSH. I have done some simple python scripts to pass commands to the CLI, so you could certainly issue a reboot that way. There seems to be some debate as to whether paramiko or netmiko is the best python library to use for that sort of thing.
05-04-2021 09:23 AM
Thank you to everyone that responded. I am moving forward with my internal Dev Team based on these responses.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide