DevNet General Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

I am trying to access JasperAPI.xsd but not able to find details about GetTerminalLatestNetworkRegistration. Can somebody help in either providing latest link of JasperAPI.xsd or Response signature of GetTerminalLatestNetworkRegistration. It is relat...

Hi, We want to try these APIs https://developer.cisco.com/docs/support-apisCould you please guide us step by step procedure ? We tried the following command and it shows as Not Authorized: $curl -X GET https://api.cisco.com/software/v3.0/metadata/pid...

sbalasa by Community Member
  • 1017 Views
  • 2 replies
  • 0 Helpful votes

HiI'm not a developer but I wan't to automate some tasks for my client.We have a FMC 6.5.0.2 and I triy to create a PreFilter for all GRE Tunnels. So I downloaded the fmcapi. In general all things work fine. I can create objects and access rules. But...

PreFilter Example.PNG
fuhdan by Level 3
  • 799 Views
  • 0 replies
  • 0 Helpful votes

Hi, I want to modify authenticationMode setting on a phone using updateDevice. I noticed using certification operation value works perfectly but when I try to change the authenticationMode, it doesn't work. I don't get any error but no changes are do...

goelm3061 by Frequent Visitor
  • 924 Views
  • 1 replies
  • 0 Helpful votes

Is it possible to install a javascript package in order to use the reference it in a javascript macro?  I'm trying to use an external javascript library.  I do know that you can install on other systems using:npm install packagenameMacro code:const p...

This question is related to programming. Actually, I am working Cisco CVP environment, I have to communicate with CRM system by using Soap APIs, I have made web service client (Web service client from WSDL in NetBeans ). after creating the JAR file f...