How to get Object ID for my VDS

Hi ,
How to get Object ID of my VDS? is there any system table which will give me this details?

Thanks
Dinesh

It’s not currently exposed in a system table, but you can use the API to get the ID.

GET /api/v3/catalog/by-path/{path}

https://docs.dremio.com/rest-api/catalog/get-catalog-path.html

Thanks for the reply… I wanted to refresh my reflection on demand using the API using the object ID . And the object is virtual data set build on top of hive table . I am wondering will it work because in community I read it’s not possible if the data set is virtual …