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.
Can someone please help me identify the correct endpoint/logic to use?
Let's say I have a device template named 'My_Device' and it contains two fields 'Interface' and 'Bandwidth'. What endpoints would I use to query the vManage API for the values of...
I'm trying to write a template that will save the management interface as a variable and then use that variable in the various '... source-interface $interface' commands on each device.
I've tried using the DB built in variable 'IPAddress' to loop ...
The specific problem at hand: I'm trying to use ISE's ERS system with PostMan to pull the details of a specific end-point.
The overall goal: Use ERS to pull a list of successful RADIUS authentications where a specific policy is applied. Then, pull ...
First off, I'm new to the forums and couldn't find pertinent information around this subject.Now the scenario and question:We setup a VLAN dedicated for a specific application and devices. Currently everything is working well because there is no ACL...
I have a wireless connection (microwave) that runs very high speed. I am running one asa5550 on each end configured for l2l ipsec tunnel. The problem is I don't own the wireless, I'm just allowed to use it. So, when the owner makes changes or brin...
Thank you, @torbjorn , I feared that was the case. I was hoping for an endpoint that would return a key value pair of all the device template values, but I guess that was hoping for too much.
What I'm doing now:1. Hit the device endpoint to get a list of devices
2. For each device pull the entire config (this is the slow part)
3. Extract the settings from the device's running config
What I was hoping was to be able to hit an API endpoin...
That bulk API appears to be more aimed at State and Statistics. I don't see a Data Type Parameter listed that would give me the configured bandwidth on an interface, the running config for manual parsing, or values used in the attached template.
Thank you for the information. I'm going to read through the documentation again and find the different betweent :9060/ers/ and /admin/api branches, as my authentication to one works, but to /admin/api does not.