Forum Discussion
BIG-IP : iControl : Management::Device::get_configsync_address
How to call Management.Device.get_configsync_address using icontrol APIs in java? I need to remove the get_peer_address() method since it is deprecated in 13.0 version (592700 : iControl SOAP method System.Failover.get_peer_address might return incorrect value).
4 Replies
The latest iControl library for Java has the Management.Device.get_configsync_address() method in it. Documentation for the methods can be found at: https://devcentral.f5.com/wiki/iControl.Management__Device__get_configsync_address.ashx
- AshokRavipalli
Nimbostratus
Hi Joe
we are upgraded latest BIGIP and then the below iControl method is not working get_peer_address()
could you please share us some example api documentation useful links
i didn't get any Management under Device class
Management.Device.get_configsync_address()
- Satoshi_Toyosa1Ret. Employee
If you are after 'tmsh list cm device <deviceName> configsync-ip' equivalent, you can call a GET request to the following iControl REST endpoint.
/mgmt/tm/cm/device/<deviceName>?options=configsync-ipFor example, using curl,
curl -sku admin:<pass> https://<host>/mgmt/tm/cm/device/ltm1311b.example.com?options=configsync-ipThe Java library for F5 iControl was last committed Nov 2017. You may need to consider shifting to some other remote controlling mechanisms (such a F5 Python SDK).
After my leaving F5 in 2017, I don’t believe the iControl Java, .Net, and PowerShell libraries have had any developers working to support them.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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