Forum Discussion
Jeffro21_47444
Nimbostratus
Feb 05, 2012Setting the name of a node with iControl
Hello, I am using the iControl JAVA API's and have been able to create a node and assign it into a pool by setting the IP address and port of the node, but I would like to be able to set the...
mhite_60883
Cirrocumulus
Feb 06, 2012This may be a helpful thread:
http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/51/aft/2156840/showtab/groupforums/Default.aspx
Technically, when you use create(), it will create the node address object for you if it doesn't exist. Create in itself doesn't let you set a screen_name, description, etc. You'll have to use a different API call to do that from what I can tell...