Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
/
metrics
/
tree
/
edges
cURL
curl --request POST \
  --url http://api/v1/projects/{projectUuid}/dataCatalog/metrics/tree/edges \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetCatalogSearchUuid": "<string>",
  "sourceCatalogSearchUuid": "<string>"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json
targetCatalogSearchUuid
string
required
sourceCatalogSearchUuid
string
required

Response

Success

status
enum<string>
required
Available options:
ok
results
any