-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
26 additions
and
85,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
Inital main code for cucm_service_do.py | ||
Goal is to use AXL SOAP API to allow admins to manupulate the state of a service | ||
on multiple CUCM systems with a single CLI command. | ||
In a large cluster this removes the need to open the servicability web page and | ||
manually step through the process on each workload. | ||
Inital main release for cucm_service_do.py | ||
|
||
The script performs a specified action on a list of Cisco CUCM servers. | ||
|
||
Uses AXL SOAP API with Cisco Control Center Services wsdl to perform actions. | ||
(https://developer.cisco.com/docs/sxml/#control-center-services-api-reference). | ||
Code assumes ControlCenterServices.wsdl is in working python folder. | ||
|
||
Create ucmlist.txt in same folder as application to drive CUCM selection. | ||
It contains simple list of UCM IP addresses or FQDNs. See included example. | ||
|
||
Execute the script with no command line parameters to display help text: | ||
Syntax: | ||
cucm_service_do.py axl_username axl_password (in Single quotes), UCM Service Name (in Single quotes), Action (Start,Stop,Restart) | ||
|
||
The default Action is Restart. | ||
|
||
This release uses basic authentication. If required, uncomment appropriate lines to | ||
enable certificate checking. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.