Skip to content

jbogarin/axl-python-zeep-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

axl-python-zeep-sample

Overview

This basic sample demonstrates how to use the Python Zeep SOAP library to provision a CUCM user, DN and phone via the AXL API

https://developer.cisco.com/site/axl/

The concepts and techniques shown can be extended to enable automated management of virtually any configuration or setting in the CUCM admin UI.

Getting started

  • Install Python 2.7 or 3.7 On Windows, choose the option to add to PATH environment variable

  • If this is a fresh installation, update pip (you may need to use pip3 on Linux or Mac)

    $ python -m pip install --upgrade pip
    
  • Dependency Installation:

    $ pip install zeep
    
  • Edit axlZeep.py to specify your CUCM location and AXL user credentials

published

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%