Update CIFS Security operation


The Update CIFS Security operation modifies the existing export rules.

The following table describes the elements for this request.

Adapter request elements for Update CIFS Security operation

A sample adapter request for this operation is given in the following figure.

Sample adapter request for Update CIFS Security operation

<netapp-storage-request>
   <operation-name>cifs-set-access</operation-name>
   <arguments>
     <targets>
       <target>
         <host>server137</host>
         <user-name>username</user-name>
         <password encryption-type = "Base64">cGFzc3dvcmQ=</password>
         <protocol>http</protocol>
         <port>8088</port>
       </target>
     </targets>
     <target />
     <target-host>devsim1</target-host>
     <cifs-share-name>devcifs2</cifs-share-name>
     <user-name>username</user-name>
     <access-rights>Full Control</access-rights>
   </arguments>
 </netapp-storage-request>

A sample adapter response for this operation is given in the following figure.

Sample adapter response for Update CIFS Security operation

<netapp-storage-response>
 <metadata>
   <status>success</status>
   <response-count>1</response-count>
 </metadata>
 <responses>
   <response>
     <metadata>
       <target>server137</target>
       <status>success</status>
       <count>0</count>
     </metadata>
     <output>1 share(s) have been successfully modified</output>
   </response>
 </responses>
</netapp-storage-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Atrium Orchestrator Content 20.14.02