Forum Discussion

Eshwar_159039's avatar
Eshwar_159039
Icon for Nimbostratus rankNimbostratus
Apr 24, 2015

How can we delete a node from node list in BIG IP using f5-icontrol (RUBY)

I was trying to delete the node from node list using this command

 

bigip_node = F5::IControl.new(bigip_address, bigip_user, bigip_pass,['LocalLB.NodeAddress']).get_interfaces bigip_node["LocalLB.NodeAddress"].delete_node_address([some_ip_address])

 

I couldn't able to delete the node. Please help me in this.

 

1 Reply

  • If you are on v11, you should be using LocalLB::NodeAddressV2::delete_node_address instead. Are you?