IBM-Security / isam-ansible-roles

Ansible Custom Modules, Handlers and Tasks for ISAM. Requires "ibmsecurity" python package.
Apache License 2.0
24 stars 43 forks source link

Delete a backend server from an existing standard or virtualhost junction? #199

Open dpeloquin opened 3 years ago

dpeloquin commented 3 years ago

The API allows for deleting a backend server from an existing junction using a DELETE to https://{applliance_hostname}/wga/reverseproxy/{reverseproxy_id}/junctions. Is there a corresponding isam-ansible-role for this?

Additionally, if you add this, the current API requires both junctions_id and servers_id (UUID) to delete it. It would be way more friendly if the role took servers_name, even if it was a two step process to translate it into the UUID for the actual delete. I don't know of any admin who knows the backend servers by SAM's UUID.