Forum Discussion
srastogi_212141
Nimbostratus
Mar 24, 2017BIG-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 ...
Satoshi_Toyosa1
Dec 16, 2019Ret. 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).
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects