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, Is it possible using the ansible aci modules to login once and get the token and pass the cookie on subsequent aci_rest tasks?The goal is to avoid having to login and logoff with userid/password on aci_rest calls that have loops. Is this possi...
Hi Alex, That the discussion "Not able to access APIC REST APIs with web token" was sort of helpful. So basically in order to use web token, I need to resort to using the raw "uri" ansible module, so what is the point of the aci_rest module? Also, as...