Getting Started with the f5-common-python SDK
If you have dabbled with python and iControl over the years, you might be familiar with some of my other “Getting Stared with …” articles on python libraries. I started my last, on Bigsuds, this way:...
Updated Jun 06, 2023
Version 2.0JRahm
Admin
Joined January 20, 2005
JRahm
Nov 15, 2017Admin
no, there isn't a status since this is just a wrapper for a cli command. you could use bash to check for the existence of the file you are creating with the ucs call and then assert:
result = b.tm.util.bash.exec_cmd('run', utilCmdArgs='-c "ls /var/local/ucs"')
assert 'bigip1.ucs' in result.commandResult