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.
I have a user where their TACACS accounts is unable to login to the Cisco Prime server after they run our Java client that connects to Cisco Prime using the HTTP REST API calls.The user showed us that he could login with the TACACS account to the Cis...
With my Java Client is there a way to determine the rate limits set on the Cisco Prime server that is described in the documentation via my code?https://developer.cisco.com/media/prime-infrastructure-api-reference-v3-0/192.168.115.187/webacs/api/v1/i...
What is the behavior of the GET configVersions API? When making the HTTP call for GET ConfigVersions API for my device, the response has a queryResponse count ="0"https://developer.cisco.com/media/prime-infrastructure-api-reference-v3-1/192.168.115...
We are in the process of getting Cisco Prime 3.1 to upgrade our current install of Cisco Prime 3.0, but had a question regarding the enhanced API in the Configuration Archive Service in Cisco Prime 3.1.The API in question is "GET Bulk export sanitize...
We have Cisco Prime 3.0. When my Java client code is making the following REST API calls it sometimes returns 401 from the http request.Requesting Device data:/webacs/api/v1/data/Devices?productFamily=notStartsWith%28%22Third+Party%22%29&.full=true&...
Hi Spencer,Please see responses in line.I want to make sure I understand here: on steps 1-4, Prime Infrastructure is configured to use TACACS+ in the AAA mode settings? That is correct.Does the API client succeed in step 2? If not, what is the resp...
Regarding reason 2 for the 401 error:The concurrent session limit is reached. If you make five requests with persistent connections in a short period of time, the sixth and subsequent requests will yield 401 errors. In Prime Infrastructure 3.1 and ...
Hi Spencer,Regarding concurrent session limit reach. Is it possible to increase from the 5 active session limit at once for a given user in Cisco 3.0 and 3.1?I am doing a netstat -an | grep <java client ip address> on the Cisco Prime server to see a...