Hi everyone,
We’re using v3/vms/list endpoint to get the information for the VMs. We’re getting last_update_time in the response. Truncated response for a VM:
"metadata": {
"last_update_time": "2023-06-08T10:49:22Z",
"kind": "vm",
"uuid": "cff450d3-dd1f-4d7d-9651-9b38164cb7e5",
"creation_time": "2023-06-08T10:49:01Z"
}
I was expecting that if we change any properties of the VM like RAM, Disk Space, etc then last_update_time should get updated. However, irrespective of the value that we change, the last_update_time doesn’t get updated. Additionally, there is no time field which we can use to track the VM updation.
Is this an expected behavior? Please let me know if I am missing something.