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

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 Level 1
  • 1081 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 Level 1
  • 839 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 Level 1
  • 1410 Views
  • 2 replies
  • 0 Helpful votes

I have the following AXL syntax for removing all the associations of devices from the User: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.o...

AR7 by Level 1
  • 1957 Views
  • 1 replies
  • 0 Helpful votes

I am using Python to automate the User Device association, what I have achieved is making an association of device to a User using the following call: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www...

AR7 by Level 1
  • 3157 Views
  • 11 replies
  • 0 Helpful votes

I need help with SQL query to get the Device and Device Pool information. What I need is Device Name, Model name, Description, Product and Pool name. I am using the following query but it's returning only device and device pool name. select a.name as...

AR7 by Level 1
  • 1830 Views
  • 4 replies
  • 0 Helpful votes

I am working on a project that's automating the CUCM activities.Presently what I am trying to do is update an existing user and make an association to a new device and remove an existing association. I am trying to achieve that using Python. The foll...

AR7 by Level 1
  • 3000 Views
  • 3 replies
  • 0 Helpful votes

Dears,we have setup an mediasense and it is working fine, i am trying to pull archive records from mediasense search and play when i enter a extension and date for example 2 days or 3 days back it gives me the below error even though it displays the ...

Top Solution Authors