I'm using jclouds SDK 2.1.0 to handle OpenStack resources, assume i have a running nova server and code is running on it, is there any way to get the ID or details for that instance that is already running? meaning getting the instance details (not for all instances, only the instance that I'm using)
its something similar to a function exists in this AWS class
Thanks
EDIT
i found that there is a file called meta_data.json that contains the server id (UUID) when creating the server with configuration drive enabled, but how to implement that through the code? can i get that file using jclouds SKD?
