[Bug]: responderglobal_responderpolicy_binding
not idempotent and unable to delete
#378
Labels
responderglobal_responderpolicy_binding
not idempotent and unable to delete
#378
Summary
The
responderglobal_responderpolicy_binding
takes bothargs
andfilter
parameters in order to properly manage elements.GET requests take both
args
for thetype
andfilter
for the rest.DELETE requests take only the
args
parameter.As a side note, it appears the DELETE method doesn't care about the
priority
argument which leads to multiple bindings of the same policy at different priorities to all get deleted.Issue Type
Bug Report
Component Name
responderglobal_responderpolicy_binding
Python Version
Ansible Version
Ansible Configuration
netscaler.adc Collection Version
Target NetScaler Version
Equivalent NetScaler CLI Command
> unbind responder global test-responder-policy
Steps to Reproduce
Expected Results
The
state: present
should not report changes when there are none.The
state: absent
should work.Actual Results
Additioinal Notes
While the parameters deviate from the general case of the
_binding
resource, it appears to be properly documented in the NITRO API documentation.The text was updated successfully, but these errors were encountered: