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 try to compose an API call that retrieves all deployed EPGs on the ports of the fabric.I reverse engineered from the web GUI that is can be done for a single port with this call:https://{apic_address}/api/node/mo/{port_dn}.json?rsp-subtree-include=...
I try to create a little script that exports/imports specific workflows we created in UCSD. I see two relevant REST calls: userAPIExportWorkflows and userAPIImportWorkflows. In some documentation I see that the userAPIImportWorkflows call was support...