Software Development Kit (SDK) and API Discussions

C-DoT API to list files, folders and attributes in all volumes

Craig_Mac
3,229 Views
Hi, I am looking for the API that will allow me to list and collect file, folder and attribute information please. We are using fpolicy to connect to the SVM Thank you
1 ACCEPTED SOLUTION
2 REPLIES 2

mbeattie
3,165 Views

Hi,

 

You can use powershell or ZAPI for this.

 

CmdLet Name = ZAPI
Get-NcDirectory = file-list-directory-iter
Get-NcFile = file-get-file-info

 

Does this help?

 

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public