f5-common-python
f5-common-python copied to clipboard
Change SDK separate handling for v11/v12+ GTM objects
Currently, if users have v11 and v12 devices they need to manage, they need to write separate functions as we don't provide a single method to handle both cases. This is broken.
the whole interface was setup this way, the way our classes work is that they are chained to roughly reflect the REST URI, since v11 and v12 interfaces changed drastically this is reflected in the modules. I would suggest doing something that is not going to change the current class structures for those endpoints i.e. an external utility rather than SDK change
Thanks for this; we have a clearer understanding of what to expect using the SDK, now.
Fair enough, @wojtek0806. I'll look at building a utility we can include.