Description
Is your feature request related to a problem? Please describe.
While the new collection lets Ansible manage pretty much all aspects of Netscaler, it's not currently possible to retrieve information from them.
In my current case, I'm attempting to renew certificates which are relatively close to expiry but retrieving that information is not readily available from _info
modules (see vmware.vmware_rest for an example) which means I have to fall back to using the ansible.builtin.uri
module to perform those requests.
I'm raising this feature request to make this more "Ansibly" but it's clearly not a blocker.
Describe the solution you'd like
Add corresponding _info
modules to the existing modules.
Describe alternatives you've considered
Again, this is not (for me) a blocking issue since I can perform the requests manually for now, it's just more cumbersome.