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'm trying to hit the API for the bug search tool (BST). I've generated a token and I'm making a call with the following:
curl -X GET -s -k -H "Accept: application/json" -H "Authorization: Bearer <token>" https://api.cisco.com/bug/v2.0/bugs/bug_ids/...
Sorry, I missed it. The content-length in your request is 4. I think this may be the issue. I created a basic HTML page that says PASS in the body and my server is returning a content-length of 224 when I fetch the page. Here is my HTML request:G...
Joseph,Does the server response contain the "content-length" header? This is required for expect regex and hash to function.If this is a static page besides the PASS/FAIL variable, you could configure the ACE to hash the page. The ACE will generate...
Comments inline:Since this is the admin context, we would better not do this. As i understand correctly, this will turn off the config sync on the 2 units and we may end up with some issues.KM - Correct, you need to manually manage the configuratio...
Rizwan,You will need to disable auto-sync for the configuration and maintain the configuration of both ACEs manually. The commands to do this are:no ft auto-sync running-configno ft auto-sync startup-configMore on these commands:http://www.cisco.c...
Julxu,The ANM server will give you this type of reporting and allow you to create custom reports for both CSS and ACE. You can order 4.1 and 4.2 for free or you can download ANM from or download center and request a demo license here:Demo License Re...