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 am trying to use the Updatexxxxx from AXLSoap through python. But can't figure out a way to provide the input to update specific fields in DN. Eg.: I want to update pickupgroup for a specific DN. I know the DN and pickup group. How do I input t...

Shesh by Level 1
  • 1106 Views
  • 2 replies
  • 0 Helpful votes

I am trying to extract members of pick up group using python and AXL API. However I can't locate the exact call that can provide the list. "getCallPickupGroup" is returning blank members, even when members are present in that pick up group. Any advic...

Shesh by Level 1
  • 1593 Views
  • 4 replies
  • 0 Helpful votes

Hello, I use mediasense API 11.5.My finesse user can't get session infos of his team by request query API getSessionBySessionId.here is code:1. signIn a finesse user:var request = require("request");var options = { method: 'POST',url: 'https://frbzni...

Hello, I use mediasense API 11.5. I want a agent user can send the info of agent(like agentId, extension,last Name...) and start/end recroding info to mediasense, so that the supervisor can listen and get all of this info. I see in the gadget of mdia...

Hello I use mediasense api 11.5.In the subscribeToEvents API, I don't understand how to set the parameter "subscriptionUri ". My web server is 172.22.1.115:8080. With this server I send request to mediasense. So I should use http://172.22.1.115:8080/...

Hello, I have a java application that handle a lot of request axl at same time on CUCM 11.5.For example, i need to make hypothetically 30 queries per second (both select and update) on cluster cucm.Of course in my application i implemented a queue ha...

mataxl by Level 1
  • 1734 Views
  • 3 replies
  • 0 Helpful votes

Hello everyone!I'm beginner on AXL, and I'm trying to get more information about it. At this moment, i've installed a lab cucm 11.5 to use in this journey.I've read the documentation on DevNet (developer.cisco.com/site/axl/) but I'm missing something...

Hi Guys,I want to add, update, and remove FAC using AXL. I already got the syntax to add new FAC. The syntax is pretty much like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/...

Top Solution Authors