Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
From my understanding of this API, we can get a list of object and what changed in them. I am able to retrieve the data, but have a couple of questions:Some of my objects have a doGet boolean value of true. The API documentation doesn't really tell u...
Good Afternoon,I am attempting to gather some configuration details from CUCM via AXL. I have the following request, pulled from SOAPUI:request='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.co...
I am looking to use the AXL API to audit SNMP/SYSLOG configurations over a large customer with multiple clusters. When I look at the operations by release matrix, I see the following as valid API requests:SyslogConfigurationSNMPCommunityStringSNMPMIB...
I was wondering if anyone knew of an API method to gathering log files from the EX90 without using a browser to log into the EX90. We use a headless monitoring platform for monitoring the telepresence endpoints. We would like to be able to request th...
We are currently looking into CUCM to identify what limitations we would have in polling via the perfmon API.In the CUCM documentation for 9.X(http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/devguide/9_1_1/xmldev-911/serviceability.html#wp105...
For login, you could use the login URL. There is also a logout URL you can use.
http://X.X.X.X/emapp/EMAppServlet?device=SEP001122334455&userid=user.name&seq=1234
Is this what you are looking for?
So, in other words, we would need to constantly be doing getPhone for example for all of the devices and when we see a doGet value of true, do a new getPhone request and compare it against one of the older ones. The doesn't really seem like a good ap...
As far as I know, the definitions are not. I wrote a perl script a while back to programmatically scrape for the information, but it was kind of wonky.
The RIS DB stores data on each node for 3 days by default (this is a configurable parameter). Entries older than that are purged. What you are likely seeing is an MTP that re-registered to another node and then failed back. With that being said, I cl...