Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 253 Bytes

FreshCiscoAXL

Python Class for CUCM AXL API

pip install the following

requests

xmltodict

from axl_requests import axl

c = AXL(host, username, password, version=11.5, tls_verify=False)

r = c.get_phone('SEP0029C2949E7A')

r = c.get_user('user')