Creating FQDN Nodes via iControl REST
A question came up in Q&A concerning the iControl REST interface. When the requestor is using python, I try to point them to the f5-common-python sdk that has been available for nearly a year now. It...
Published Jan 31, 2017
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Bien_Nguyen_Tha
Mar 23, 2017Historic F5 Account
Dear experts, Management port on my BIG-IP was changed to 8443 instead of the 443 as default. I've tried to set: mgmt = ManagementRoot("1.1.1.1:8443", "admin", "admin")
and got this error: requests.exceptions.InvalidURL: Failed to parse: 1.1.1.1:8443:443 how can i set the new management port to 8443?
Thank you!