Forum Discussion
Joel_Breton
Jun 05, 2017Nimbostratus
How to set Default Node Monitor - Python f5-SDK
I am trying to set the default node monitor using the F5-SDK. Here's the code I've tried from f5.bigip import ManagementRoot
mgmt = ManagementRoot('ip address', 'user', 'password')
mgmt.tm.l...
JRahm
Jun 05, 2017Admin
the default node monitor is not an endpoint in the sdk currently, so that won't work. When we add it, the proper syntax would be:
dnodemon = mgmt.tm.ltm.default_node_monitor.load()
dnodemon.rule = '/Common/gateway_icmp'
dnodemon.update()
I added issue 1142 to the github repository, I'll work on it when I get a chance.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects