-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible DNAC REST module #53
Comments
For example:
I would like to avoid that and it can be much more simpler. Cheers, Chris |
Thanks for the enhancement idea. We will figure out if we can include it in the next release. |
I'd like to second the request or bubble it back up to the top. As the original poster mentioned having a relatively simple workaround for any use-case that you don't currently have a module for would be very helpful. |
@MTWiley We will review this when we release the next library version. |
Adding bulk addition and bulk deletion, along with variable names cha…
Is your feature request related to a problem? Please describe.
There are always REST calls that are not implemented and it would be great to have an Ansible module like other Cisco products for example ACI: https://docs.ansible.com/ansible/latest/collections/cisco/aci/aci_rest_module.html
Describe the solution you'd like
A module that only focuses on the payload and not dealing with authentication and saving the TOKEN in a separate variable.
Describe alternatives you've considered
An alternative solution is the ansible.builtin.uri
The text was updated successfully, but these errors were encountered: