Forum Discussion
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.