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

Resolved! AXL XML Schema

Hi Guys,I want to automate Jabber device creation on my environment and I'm just getting started on AXL. I found some AXL example code to add new directory number into CUCM, but it lacks some of the attributes like alerting name, call forward all, et...

Hi, Is there a way to read, update or add name/number in Key Expansion Module using AXL/Python?I am unable to find any AXL Soap to do that. I did find this article :https://community.cisco.com/t5/collaboration-documents/expansion-module/ta-p/3620690B...

Shesh by Level 1
  • 2232 Views
  • 6 replies
  • 0 Helpful votes

11.5 schema   <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">   <soap-env:Body>     <ns0:addRemoteDestination xmlns:ns0="http://www.cisco.com/AXL/API/11.5">       <remoteDestination>         <name>rd-test</name>        ...

chengel by Cisco Employee
  • 1033 Views
  • 3 replies
  • 0 Helpful votes

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
  • 1262 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
  • 1804 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/...