I am working on automating configuration deployment on Cisco nexus switches. I am able to login and execute commands using API calls on individual devices. Each device on separate collection.
But, I want to run all requests at once by creating folders in the collection using the runner. I get 200 ok for the login request but 403 forbidden for the actual codes. I know it requires more detail. I will explain up on request. Appropriate any help.
For me, any auth related data that I needed in my subsequent requests, I needed to explicitly save to an environment variable after the auth request, and then use those vars in the other requests. Hope it helps!