Untitled
unknown
plain_text
2 years ago
329 B
4
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...