Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Dataset Resize Member operation


The Dataset Resize Member operation is used to resize, change maximum capacity and change snap reserve for a data set member of the data set.

The following table describes the elements for this request.


 Adapter request elements for Dataset Resize Member operation

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

Sample adapter request for Dataset Resize Member operation

<netapp-storage-request>
   <operation-name>dataset-resize-member</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 />
     <member-name>devsim1:/nas_dataset</member-name>
     <dataset-name-or-id>nas dataset</dataset-name-or-id>
     <new-size>25000000</new-size>
     <snap-reserve>10</snap-reserve>
        <maximum-capacity>10000000</maximum-capacity>
     <force>true</force>
   </arguments>
 </netapp-storage-request>

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

Sample adapter response for Dataset Resize Member operation

<netapp-storage-response>
 <metadata>
   <status>success</status>
   <response-count>1</response-count>
 </metadata>
 <responses>
   <response>
     <metadata>
       <target>server137</target>
       <status>success</status>
       <count>1</count>
     </metadata>
     <output>
       <job-ids>
         <job-info>
           <job-id>3990</job-id>
         </job-info>
       </job-ids>
     </output>
   </response>
 </responses>
</netapp-storage-response>

 

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

(archive) BMC Atrium Orchestrator Content 20.13.02