Forum Discussion

Preyansh_247983's avatar
Preyansh_247983
Historic F5 Account
Feb 06, 2018

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.