cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
668
Views
0
Helpful
1
Replies

AXL: How to find fields needed for AXL command?

Daniel Flieth
Level 1
Level 1

Hey guys,

i want to configure my CUCM via AXL and did a tutorial for add Translation Patterns. There are all the fields like blockEnable, networkLocation, routeFilterName, newPattern and so on.

But how can i find ou which field i need for other operations like addRoutePattern or addRoutePartition ?

Best Regards

Daniel

1 Reply 1

Aaron Harrison
VIP Alumni
VIP Alumni

Hello again Daniel

You need two things:

1) Grab a copy of the AXL schema from your CUCM - go to http://developer.cisco.com/, then select AXL in the drop down on the right hand column. Once there, hit 'documentation'. Grab the AXL schema download, and while you are at it grab the database schema and XML admin guide.

2) If you arent' clear on the fields/values, then instead of trying an 'add' first, create a route pattern normally in the GUI. Then do a 'getRoutePattern', and look at the XMl that is returned to see what fields are and what values can be entered.

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!