Hi,
You could potentially list the contents of the volume snapshot\directory using the Read-NcDirectory CmdLet. EG
PS C:\> get-help Read-NcDirectory
NAME
Read-NcDirectory
SYNOPSIS
List the contents of a directory.
SYNTAX
Read-NcDirectory [-Path] <String> [-Attributes <FileInfo>] [-VserverContext <String>] [-Controller <NcController[]>] [<CommonParameters>]
Read-NcDirectory -Template [-VserverContext <String>] [-Controller <NcController[]>] [<CommonParameters>]
I posted an example here (for 7-mode) but the same principle applies. You'd just need to adjust the CmdLets for cDOT and the mount point of the directory (including the snapshot name) you wanted to list files in.
https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/get-nafile-Unable-to-stat-vol-PIShare1-piroot7-No-such-file-or-direct...
Hope that helps
/Matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.