Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

Hi. I'm experiencing a problem when adapting AXL requests from API 1.0 to API 10.0 or API 10.5.Almost identical request templates, works for an SQL statement, but does not work for any other request.Below, I put two examples. THe first work OK, the s...

HiI needed to apply some changes to a phone - fortunately for me I'm on 10.5 where I can use the new applyPhone command. So I ran it successfully, I see that the update did take, and as a return value, I get a guid. However, unlike add or update oper...

I beginner for java and axl programming.I copy axl demo.java from developer.cisco.com page. I use axl demo code with CUCM 10. I saw some error in demo.java and I change import com.cisco.axl.api._8 to com.cisco.axl.api._10.I run java -cp . com.cisco.a...

wisit_jan by Level 3
  • 2702 Views
  • 5 replies
  • 0 Helpful votes

Hello,I'm trying to delete a softkey via SQL.delete from softkeyset where pkid = '36b2c65e-f321-4bbe-851b-584ab2612efb';Over the AXL I will just receive "Failure" as an error message.The AXL Trace on the CUCM isn't really helping2015-03-12 06:31:28,8...

Hi,We are using RisPort API for getting device IP Address using https://CUCM_IP:8443/realtimeservice/services/RisPort.Here is our piece of code-CmSel.MaxReturnedDevices = 100;CmSel.Status = "Registered";CmSel.Class = "Phone";CmSel.Model = 255; //AnyC...

Hello, I am trying to log in to Mediasense using the Authentication API. I think I have all the necessary information correct but I get this error from the Server: HTTP Status 500 - javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated typ...

lespinsci by Community Member
  • 1852 Views
  • 3 replies
  • 0 Helpful votes