Preyansh_247983
Feb 06, 2018Historic F5 Account
How do I retrieve all the BIG-IP version details using F5-SDK?
session = create_rest_session('10.192.70.16')
print session.tmos_version
This gives me the version currently running on the bigip. But what if i want all the details mentioned in the icontrol rest api https://10.192.70.16/mgmt/tm/sys/version. I want to get all the details given in the response of this rest api like build, product, edition, project, title, version etc using f5-sdk.