Untitled
Anonymous
plain_text
05/18/2023 12:52 PM
440 B
13
Indexable
for vm in vms:
syslog_file = get_syslog_file_location(vm)
retention_period = get_retention_period(vm)
vm_details = get_vm_details()
for vms in vm_details:
vm_id = vms['vm_id']
vm_ip = vms['vm_ip']
bookmark_index = get_bookmark_index(vm_ip)
print(bookmark_index)
Editor is loading...