-
Notifications
You must be signed in to change notification settings - Fork 21
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
Is LoadBalancer.ListListeners a missing method? #69
Comments
Hi @jbcintra |
Hi @github-anurag , I've got code working for it, loading ListLoadBalancers, then enumerating them and their Listener properties, just it stood out as a possible gap whilst working through the child elements. |
@jbcintra
|
Hi @github-anurag , I'm doing exactly that, but it stood out as a gap having I've implemented the following... ListLoadBalancers(string compartmentId) |
Hi @jbcintra , I wanted to provide an update on this ticket. Load Balancer eng does not have plans or a roadmap for creating a list Listeners method for now. Their suggestion is to follow the current method you are using i.e to query the listener objects with getLoadBalancer method. I will keep the ticket open though. |
Hi @KartikShrikantHegde , thanks for that. It just stood out when working through all the APIs to audit. Happy for it to be closed. |
I'm just pulling lower content out of the Load Balancers to make it easier to then query & report, rather than having to traverse the complex JSON output of the object.
There is a ListListenerRules method with required parameters "LoadBalancerId" and "ListenerName", but there is no method to "ListListeners" (presumably by LoadBalancerId?
In C# I'm able to enumerate LoadBalancers, then process the Listeners property collection, just for most child objects there is an explicit method, rather than routing via the LB object.
I've looked in the CLI and it is the same setup, so not an API reference missed.
The text was updated successfully, but these errors were encountered: