Skip to content

Commit 8bf9157

Browse files
committed
updated readme
1 parent abe86c0 commit 8bf9157

10 files changed

+21
-9
lines changed

2020-05-31-23-06-04.png

-28.5 KB
Binary file not shown.

2020-05-31-23-25-21.png

-7.91 KB
Binary file not shown.

2020-05-31-23-27-25.png

-128 KB
Binary file not shown.

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,35 @@ Tools > Service Activation:
3939

4040
Enable the "Cisco AXL Web Service"
4141

42-
![](2020-05-31-23-25-21.png)
42+
![](docs/2020-06-01-11-13-59.png)
4343

4444
---
4545

46-
## Create an Application User and assign AXL role
46+
## Create an AXL Service Account
4747

48-
CUCM > User Management > Role > Add.
48+
> Step 1 - Create an AXL User Group
4949

50-
![](2020-05-31-23-27-50.png)
50+
CUCM > User Management > User Group > Add.
5151

52-
Create a new User Group "AXL Group" in User Management > User Group.
52+
> Step 2 - Assign the AXL role to the group
5353

54-
On the top right drop down list "Related Links", select "Assign Role to User Group" and assign the previously created Role to the new User Group "AXL Group".
54+
On the top right drop down list "Related Links".
5555

56-
Create a new Application User in User Management > User Group. Add the User Group "AXL Group" to this user so that after saving the roles of the new Application User appear as in the following screen:
5756

58-
![](2020-05-31-23-28-51.png)
57+
Select "Assign Role to User Group" and select "Standard AXL API Access"
58+
59+
![](docs/2020-06-01-11-29-06.png)
60+
61+
62+
> Step 3 - Create a new Application User
63+
64+
CUCM > User Management > Application User > Add.
65+
66+
![](docs/2020-06-01-11-33-25.png)
67+
68+
Add the User Group "AXL Group" to this user so that after saving the roles of the new Application User appear as in the following screen:
69+
70+
![](docs/2020-06-01-11-43-34.png)
5971

6072

6173
## SDK Usage
@@ -64,7 +76,7 @@ Create a new Application User in User Management > User Group. Add the User Gro
6476
from ciscoaxl import axl
6577

6678
cucm = '10.10.20.1'
67-
username = 'axluser'
79+
username = 'axlaccess'
6880
password = 'axlpassword'
6981
version = '12.5'
7082
ucm = axl(username=cucm_username,password=cucm_password,cucm=cucm,cucm_version=version)

docs/2020-06-01-11-13-59.png

20.7 KB
Loading

docs/2020-06-01-11-29-06.png

47 KB
Loading

docs/2020-06-01-11-33-25.png

108 KB
Loading

docs/2020-06-01-11-43-34.png

54.9 KB
Loading

0 commit comments

Comments
 (0)