Forum Discussion
- JRahmAdmin
The clock endpoint hasn't been added yet to the SDK, but if you open an issue on GitHub I'll get it added in the next release.
How to fetch current date & time on F5 using F5 Python SDK ?
I am getting some data through
I tried the following without luck,mgmt = ManagementRoot('F5-IP', "UserName", "Passwd")
_f5_date_time = mgmt.tm.sys.clock.load()
print _f5_date_time
The clock endpoint hasn't been added yet to the SDK, but if you open an issue on GitHub I'll get it added in the next release.