Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear all.I have prepared a small python script to ssh several CUCME routers (2901) and get some "show" info, using the Netmiko Python library. No problem so far. The issue is that I'd like to access the cisco unity Express (v8.8.7) ISM (SRE-300) modu...
Dear community.I am trying to simply get a User's Dialogs from the finesse API (v.11.6)I use a GET request from the https://uccxFQDNHostname:8445/finesse/api/User/TEST/Dialogs using node.js.The options that include in the header of the HTTPS request...
Hello I'm trying to test the Cisco AXL Java Client Demo on my CUCM (9.1).This is the demo package from cisco which displays the value of the "product" field that is returned in the getPhone response.I copied the code from https://developer.cisco.com/...
Sure.Thanks again.I have replaced the router ip with <router_IP>, the username with 'user' and the password with 'pass'.BTW I have tried many different versions of that... Basic script------------ from netmiko import Netmikofrom netmiko import Connec...
Hello TI2491. Thanks for your response.No they are not entered in a secure string (not even when I enter them manually). The problem is as follows:I enter the: "service-module ISM 0/0 session" command -> this would the prompt for credentials.Then I s...
Dear all,I modified the HTTP request as follows and the problem was solved:rejectUnauthorized: 'true',requestCert: true,agent: false,Please consider this question answered/solved.Thanks.
Hi Nicholas.You are absolutely right, I will download the SDK too. This week I have the CUCM upgrade to 10.5.1. So next week I will resume my work on the API and let you know of the outcome.Thanks again.Take care.