06-15-2022 08:28 AM
Can't seem to find the request to capture Learned Pattern AXL request. Can't figure out which table contains Learned Pattern from CUCM server.
Can you help?
04-03-2023 11:13 PM - edited 04-14-2023 10:27 PM
Cisco AXL (Administrative XML) is a programming interface used to manage Cisco Unified Communications Manager (CUCM). To capture learned patterns using Cisco AXL, you can follow these steps:
1. Connect to the CUCM server using a programming language of your choice (e.g., Python, Java) and authenticate using valid credentials.
2. Use the AXL API to retrieve the list of learned patterns from the CUCM server. You can do this by sending an HTTP GET request to the appropriate AXL endpoint.
3. Process the XML response returned by the AXL API to extract the learned patterns. The response will contain information such as the pattern name, partition, and route pattern.
4. Store the learned patterns in a database or other data storage system for further analysis or use in other applications.
It's important to note that capturing learned patterns using AXL requires programming knowledge and familiarity with the CUCM system. If you're new to AXL or CUCM, it's recommended to consult the official documentation or seek assistance from a qualified professional.
04-03-2023 11:15 PM
I hope you know the AXL schema reference site:
https://developer.cisco.com/docs/axl-schema-reference/
04-04-2023 06:12 AM
Thanks for the replies. I am looking for the specific request for Learned Pattern. For example, if you want to capture 'Phone' information, you will use 'getPhone' AXL request or access 'device' table from the data dictionary. Which request I need to use to capture Learned Pattern information? I can't seem to locate the request from the AXLSoap.xsd file or data dictionary.
04-04-2023 09:39 AM
I don't have a working CUCM ILS setup to test with, but you might take a look at the 'remoteroutingpattern' table:
and other 'remote*' tables like:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide