Jason Rahm
Jason Rahm
@wojtek0806 FYI, the way this is done via rest is (for example, a pool): `POST /mgmt/tm/ltm/pool {"command": "reset-stats", "name": "testpool"}` Effectively we'll need to enable exec_cmd on collections as well.
this should be a simple addition of the CommandExecutionMixin to the collections of interest for stats. Any objections @wojtek0806 to selecting the obvious objects this would apply and starting there?
details on how to use this?
I'm not sure what you are trying to say, can you clarify what the issue is, and what you are hoping for as a fix action?
There isn't a logout function with the rest interface. When you authenticate, you should get a token and that token has an expiration timer (configurable). You could create your own...
What is your desired state @jbnance? Not everyone uses partitions, so if we require it as a kwarg, that's frustrating for a lot of people. At the same time, we...
I'm not sure I'm clear on what you are asking. Are you wanting a helper utility function that would allow you to return all virtual servers that reference a particular...
Fair enough, @wojtek0806. I'll look at building a utility we can include.
There is limited support for license pools already, but there are no current plans to extend further. That said, if there are a few features that would make your life...
Not sure what's causing your error there unless it's something I can't see. This works fine for me: `result = b.tm.util.bash.exec_cmd('run', utilCmdArgs='-c "tar -xzf /var/local/ucs/tmp/migration/TEST.ucs -C /var/tmp/test/"')` Note that if...