Skip to content

Commit 3e20fdb

Browse files
authored
Create README.md
1 parent 93f24f0 commit 3e20fdb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)