Allen Robel
Allen Robel
One followup on this. For the use-case I was working with (a fabric based on RFC5549 and using BFD) the DUTs are configured with only IPv6 BGP sessions (IPv4 address-family...
Playbooks as implemented on branch [dcnm_bootflash](https://github.com/CiscoDevNet/ansible-dcnm/tree/dcnm_bootflash). Work in progress PR: https://github.com/CiscoDevNet/ansible-dcnm/pull/311 ```yaml --- # Example deleted state. # 1. On switch 192.168.1.1 # Delete all text files from all flash...
@mikewiebe Thanks Mike!
Hi sissi48, The ansible-dcnm collection does not currently support change control. We are looking into adding this, but it will be a large effort and we cannot offer a timeframe...
Hi @sissi48, since this appears to be an issue with the REST API itself, there's not much that we on the Ansible team can do about it. However, let me...
Hi @sissi48, sorry for not getting to this yet. Will have a look (and hopefully an answer) by tomorrow.
Hi @sissi48, The request body that you show above is YAML, when it should be JSON. I created a gist with some example endpoints and responses (as a Postman v2.1...
@miguecor Thank you Miguel!
You correctly point out that the path the GUI uses is undocumented: POST /appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics We try not to use undocumented API since these can be changed without a deprecation notice....