Command Reference > account > getChildCollectionNames
Lists the child collections names in the collection.
pv account getChildCollectionNames --collectionName=<val>
--collectionName
(string)
This is the unique name of the collection (not the friendly name).
None
Account Data Plane > Collections > List Child Collection Names
GET https://{accountName}.purview.azure.com/account/collections/{collectionName}/getChildCollectionNames
List the child collections beneath a target collection.
pv account getChildCollectionNames --collectionName "esg-26fa7f24-pv"
Sample response.
{
"count": 3,
"value": [
{
"friendlyName": "Environment",
"name": "g7qe97"
},
{
"friendlyName": "Social",
"name": "6b93rz"
},
{
"friendlyName": "Governance",
"name": "bfgnyg"
}
]
}