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 All I am trying to automate the CUCM activities of creating device profile,associating DN to the device profile and associate device to User. Can someone please help me how i could acheive them using AXL toolkit

JestyDS by Visitor
  • 888 Views
  • 0 replies
  • 0 Helpful votes

I am using AXL to add a User in the CUCM. I am using the following AXL syntax: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/9.1"> <soapenv:Header/> <soapenv:Body> <ns:addUs...

AR7 by Frequent Visitor
  • 1681 Views
  • 1 replies
  • 0 Helpful votes

I am working on a SQL query to list the device name, description, model, class type ,product, pool name and the associated DN if any using the following query: select a.name as device, a.description, b.name as pool, typemodel.name as model,p.name as ...

AR7 by Frequent Visitor
  • 1251 Views
  • 1 replies
  • 0 Helpful votes

I am using python script based on AXL plugin to try access CUCM . I am getting the below error when i try to invoke any method on client object . Need help on how i can overcome the problem.<suds.sax.document.Document object at 0x089B0A90>(401, 'Unau...

If I use Cisco labs, and download axlsqltoolkit.zip, the AXLSoap.xsd file and we create individual request files and validation.xsd files for each method on the AXL Server.   My question is, when I download the version inside a 10.5 vm(which also kee...

Evanchik by Frequent Visitor
  • 1075 Views
  • 0 replies
  • 0 Helpful votes

The AXLSoap.xsd file for 10.5 does not validate for listUser.  AXL 10.5 listUser BUG REPORT   The following are the validation errors.   Validation Error: Element 'TelephoneNumber': This element is not expected. Expected is one of ( telephoneNumber, ...

Evanchik by Frequent Visitor
  • 946 Views
  • 0 replies
  • 0 Helpful votes

I have configured two paritions, VAL_SiteXform_PT and VAL_Dummy_PT.  I want to add them to a new CSS.  However the code only adds VAL_Dummy_PT.  What am I missing?  Code is below:   "use-strict"; const soap = require("strong-soap").soap; const reque...

hwalia282 by Frequent Visitor
  • 1677 Views
  • 2 replies
  • 0 Helpful votes

Hi everyone, We are working on getting CUCM services statuses using Serviceability API. We use soapGetServiceStatus function. We can successfully get all the statuses, but we have no idea how cisco has divided them into 2 big groups in RTMT - System ...

Hi All, I have a task to try and automate Cisco UCM tasks such as creating EM Profile,Add DN etc using MS Orchestrator & Powershell. When i go through the blogs i could see that Cisco provides AXL toolkit to facilitate these tasks. I tried using the ...

JestyDS by Visitor
  • 1278 Views
  • 2 replies
  • 0 Helpful votes

I am trying to construct the SQL for getting the Phone button template name for a particular product. The following is my query: select p.name from phonetemplate as p inner join p.tkmodel=typemodel.pkid where typemodel.name="Cisco 6961" But it's not ...

AR7 by Frequent Visitor
  • 2076 Views
  • 2 replies
  • 0 Helpful votes