Forum Discussion
Leonardo_Silva1
Jun 22, 2021Altostratus
Big-IQ snapshot management
Hello community, I have an interesting situation that I want to run by you guys and hopefully somebody/someone can give me a hand. We have in our environment 20 Big-IQ devices, handling nearly ...
Leonardo_Silva1
Aug 06, 2021Altostratus
#creating string which will be the first argument for subprocess.Popen below
fetch_id = "restcurl -u admin:admin /cm/asm/tasks/snapshot-config/?\$select=endDateTime,id"
#Running the subprocess.Popen method, will create a dictionary of all the snapshots IDs:
snapshot_d = subprocess.Popen(fetch_id, stdout=subprocess.PIPE, shell=True).stdout.read()
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