Log Uptime of Active VMs Periodically
Hello,
I am trying to write a script to log the uptime of VMs on a periodic basis. I was thinking of using the novaclient python api, but I cannot seem to be able to figure out how to get the information in a machine readable format. Should I just 'cut' through it to pull out the individual characters?
Thanks!