Ask The Experts

API - List CIFS volume permissions

darraghos
1,719 Views

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

MartinBoere
1,572 Views

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

 

 

 

darraghos
1,534 Views

I'm not sure I understand? Is this a web call we can make ot the cluster API endpoint? 

Public