Hi Vijayender,
Multiple ways to do this...
The data you are looking for is the "mountBase" property.
Here is a quick example on how to get it using CLI (I like CLI because its easy)...
$ ssh admin@<your Delphix Compliance Engine IP or Hostname
<provide password>
Delphix> source
(at this point you could do list to see all sources)
Delphix> list
Then you can get the details for a single VDB...for example ORADEV
and then look at all the properties of ORADEV by using the "ls" command... you will notice the "mountBase" properties…
Tip... you get get the mountBase for ALL your objects by going up a level and using the list command + specify what properties you want to see…
Take time to experiment using CLI in scrits/shell to automate tasks (example: script that create file containing the list of all mount points for all your objects)
Doc on CLI: https://documentation.delphix.com/docs/command-line-interface-overview
If you want to do the CURL/REST API route, now you know that "mountBase" is the property you want.
For APIs, we have some good example to get you started at https://documentation.delphix.com/docs/api-cookbook-common-tasks-workflows-and-examples
Hope this helps.
Serge
------------------------------
Serge De La Sablonniere
Master Solutions Engineer
Delphix
------------------------------
Original Message:
Sent: 02-01-2023 08:50:24 AM
From: Vijayender Singidi
Subject: Get Mount details of datasets
would like to get the mount details with API call to write a program.
------------------------------
Vijayender Singidi
Original Message:
Sent: 02-01-2023 08:15:49 AM
From: Larry Morgan
Subject: Get Mount details of datasets
Hi Vijayender
Are you wanting this programmatically, or on a display?
------------------------------
Larry Morgan
Principal Solutions Engineer
Delphix
Original Message:
Sent: 01-31-2023 03:27:34 PM
From: Vijayender Singidi
Subject: Get Mount details of datasets
Hi,
is there anyway to get the mount path of d-source and VDBs?
------------------------------
Vijayender Singidi
------------------------------