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 trying to remove all ACP rules within given category (via REST API).Is there any way how can I get IDs of access rules within category? I have only found following:When I try to GET the category object I can see following parameters:"meta...
We are using following task. The core is the same as the other comments. Code was taken fromansible documentation of aci collection - operational examples.This the first task we are running before other ansible tasks. It waits till the apic cluster i...
Thanks a lot for quick response! Both options are interesting. I will play with it. I am using "fmcapi" package from github - as a "wrapper" for rest api calls. It is much easier to play with REST API - but it has some limitation. For example - no s...
If I make API call to get device_details for every device (to get device_details) I will hit rate limit: "error": "Rate Limit exceeded; BapiName: Get Device Detail, RateLimit config details: RateLimitContext{rate=5, windowUnit='minute', windowDuratio...