Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
C-DoT API to list files, folders and attributes in all volumes
2018-02-20
01:58 AM
3,892 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
Craig_Mac has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you may want to read:
https://thesurlyadmin.com/2014/08/04/getting-directory-information-fast/
hope this helps 😉
Regards
Anton Oks
2 REPLIES 2
Craig_Mac has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you may want to read:
https://thesurlyadmin.com/2014/08/04/getting-directory-information-fast/
hope this helps 😉
Regards
Anton Oks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
