Hi,
I'm looking for way to remove SXP local bindings from ISE as a part of 'server decommision' workflow using external API-tool.
to delete sxp binding - first I have to discover 'ID', but I can't find method to find specific binding by 'ipAddressOrHost'
Only way that I founded is to:
1. get all bindings by:
https://ISE-IP:9060/ers/config/sxplocalbindings
(gives back list of ID's only)
2. check out all bindings one by one till IP will match some filter
https://ISE-IP:9060/ers/config/sxplocalbindings/<id>
This means, that if I have more than 1,5 thousands bindings, each time I have to send GET to ISE over 1,5 thousands times...
Question:
Is there any way to find sxp-local-binding using some filter by IP, or to get all bindings with IP and ID information?