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.
Hello,I am using ISE 2.1 and 2.2 REST API. (tested on both version)I am requesting a networkdevice by ID with method GET:https://<ISE-ADMIN-NODE>:9060/ers/config/networkdevice/{id}In the response all the "sharedSecrets" (RADIUS and TACACS) are hidden...
Hi,First of all: thx a lot for publishing the python pnp server! I am wondering where to find some parts of the documentation. Some features are well documented like "device-info", "image-install" but some are missing.I am trying to do some "cli-conf...
Hi,I would like to search for nodes (by name or other parameters) in my topology.After finding I would like to "select" them.So I have to iterate over all nodes.This already works fine for all nodes shown in the current view. (found many different wa...
Hi,I know that this is not the first thread about searching productID or SW release in this API.But when starting to download CiscoSecurityAdvisory XML (p.e: http://tools.cisco.com/security/center/contentxml/CiscoSecurityAdvisory/cisco-sa-20160210-as...
Hi,I am trying to change visibility of nodes in the topology. I am able to set node._model.visible(false)Then it's gone. But my problem is, after that I can not find that node in this.view('topo') in my nx.graphic.Topology any more.So I am not able t...
Hi Alex,Thanks a lot for your prompt answer.Hope I do understand this correctly. If X and Y are set to a node, the dataProcessor "force" or "nextforce" should be ignored.Is this correct?That really would make sense to me, but unfortunately it behaves...
Hello Aleksei,Thanks a lot for your answer.This is exactly what I was missing: var data = JSON.parse(data); I tried to set a String instead of JSON Object.Thanks a lotBest regardsMarkus
Hi,I found a way how to do (maybe not the best, but it works for me):1) declare variable "node" your nx.ui.Application as global:var App = nx.define(nx.ui.Application, { methods: { start: function() { node = new MyNa...
I am searching for a python SDK, so I don't have to deal with the REST API. On Cisco Live in Milano I heard this should be already available. Can anybody confirm that and provide that code?Best regardsMarkus