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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tyring to create a simple report with CIFS share permissions and root node of the underlying volume/NTFS filesystem DACL. I see the Get-NcCifsShareAcl cmdlet for the 1st part but it's not clear to me how to get the 2nd part wih the OnTap API??
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cifs share permissions can be retrieved with the use of API-S with the following link within API-S
https://ipofapisserver:8443/#!/ontap5460/getAllCIFSShareAcls
Here you would be able to filter on different options.
The request command is :
https://ipofapisserver:8443/api/5.0/ontap/cifs-share-acls
where a output of will be shown of the shares and permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure I understand? Is this a web call we can make ot the cluster API endpoint?
