Other Security

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

I am trying to get information from FMC like NTP setting or logging setup etc. through api or cisco ansible collection.I know gui option but not able to map with api endpoint.  Below are good documentations but not handy to map gui with api end point...

Anyone know if there's an API within SNA or on the FC's themselves that will allow you to control the ignored IP list?  My issue is you can't create an audit comment within the FC's themselves as to WHY an IP is being ignored.  

ryanmbess by Level 1
  • 147 Views
  • 0 replies
  • 0 Helpful votes

I'm trying to resolve alerts using our SOAR automation.  I'm using the api/v3/alerts/alert/<alert_id> endpoint and this PUT command body: { "resolved": true, "merit": 8, }  I'm receiving a status code 200 from Stealthwatch, so it seems like it ac...

m2oswald by Level 1
  • 865 Views
  • 6 replies
  • 0 Helpful votes

Dear All, I was trying to create a script that will list out every authentication/authorization policy that has 0 hitcount, but it seems that the OpenAPI returns 0 hitcount for every policy set. ISE is 3.2 with P5If I am using ISE 3.1 it's working fi...

Hello. This is the first time I've tried to use Developer Hub community Support.  Please let me know if I need to take a different approach. Here is my problem. # I create a class and inside the class I only have integer variables. # I then create a...

dalthami.jpg
dalthami by Cisco Employee
  • 1798 Views
  • 14 replies
  • 0 Helpful votes

Hi, I am using the PSIRT APIs for a web application and it works great. However, some endpoints that support pagination are not having the paging object in their response body. For example, Query by Year supports pageIndex and pageSize and I get the ...