Closed sedge closed 11 years ago
Currently, the Instance model is set to query the status api call only, meaning that as a VM is started (and assigned an ID other than "-"), only the updated status of "running" is returned, and the ID remains "-".
Instance
status
I removed the ID field from the instance record entirely, since it is unrelated to the Instance UUID.
Currently, the
Instance
model is set to query thestatus
api call only, meaning that as a VM is started (and assigned an ID other than "-"), only the updated status of "running" is returned, and the ID remains "-".