Hello,
Is there a way to find out the storage currently in use for a resource ? (if it’s file-system or object-storage).
My need would be to migrate instances that are not already stored on an azure blob.
We could imagine an api query like :
$ curl -X GET http://localhost:8042/get-storage
–data ‘{
“Resources”: [“27f7126f-4f66fb14-03f4081b-f9341db2-53925988”]
}’
I haven’t found any information on API documentation in terms of metadata.
Thanks in advance.
Chris.