File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # axl-python-zeep-sample
2+
3+ ## Overview
4+
5+ This basic sample demonstrates how to use the Python Zeep SOAP library to provision a CUCM user, DN and phone via the AXL API
6+
7+ https://developer.cisco.com/site/axl/
8+
9+ The concepts and techniques shown can be extended to enable automated management of virtually any configuration or setting in the CUCM admin UI.
10+
11+ ## Getting started
12+
13+ * Install Python 2.7 or 3.7
14+ On Windows, choose the option to add to PATH environment variable
15+
16+ * If this is a fresh installation, update pip (you may need to use ` pip3 ` on Linux or Mac)
17+
18+ ```
19+ $ python -m pip install --upgrade pip
20+ ```
21+
22+ * Dependency Installation:
23+
24+ ```
25+ $ pip install zeep
26+ ```
27+
28+ * Edit axlZeep.py to specify your CUCM location and AXL user credentials
You can’t perform that action at this time.
0 commit comments