Find Aggregate Details operation


The Find Aggregate Details operation finds the details of either the specified aggregate or all the aggregates in the Storage System.

The following table describes the elements for this request.


 Adapter request elements for the Find Aggregate Details operation

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

Sample adapter request for Find Aggregate Details operation

<netapp-storage-request>
   <operation-name>find-aggregate-details</operation-name>
   <arguments>
     <targets>
       <target>
         <host>172.11.11.111</host>
         <user-name>username</user-name>
         <password encryption-type = "Base64">cGFzc3dvcmQ=</password>
         <protocol>http</protocol>
         <port>8088</port>
       </target>
     </targets>
     <target />
     <target-host>Filer1</target-host>
     <aggregate>aggr0</aggregate>
     <verbose>true</verbose>
   </arguments>
 </netapp-storage-request>

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

Sample adapter response for Find Aggregate Details 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>
       <aggregates>
         <aggr-info>
           <name>aggr0</name>
           <uuid>0d525362-632e-11df-952a-0050561ba0f6</uuid>
           <type>aggr</type>
           <state>online</state>
           <mirror-status>unmirrored</mirror-status>
           <size-total>4751622144</size-total>
           <size-used>3239636992</size-used>
           <size-percentage-used>68</size-percentage-used>
           <size-available>1511985152</size-available>
           <files-total>31142</files-total>
           <files-used>108</files-used>
           <checksum-style>zoned</checksum-style>
           <raid-size>8</raid-size>
           <raid-status>raid0</raid-status>
           <is-checksum-enabled>true</is-checksum-enabled>
           <checksum-status>upgrading_phase2</checksum-status>
           <has-local-root>true</has-local-root>
           <has-partner-root>false</has-partner-root>
           <is-inconsistent>false</is-inconsistent>
           <is-snaplock>false</is-snaplock>
           <disk-count>13</disk-count>
           <volume-count>1</volume-count>
           <plex-count>1</plex-count>
           <plexes>
             <plex-info>
               <name>/aggr0/plex0</name>
               <is-online>true</is-online>
               <is-resyncing>false</is-resyncing>
               <raid-groups>
                 <raid-group-info>
                   <name>/aggr0/plex0/rg0</name>
                   <is-reconstructing>false</is-reconstructing>
                   <disks>
                     <disk-info>
                       <name>v4.16</name>
                     </disk-info>
                      ...
                   </disks>
                 </raid-group-info>
                 <raid-group-info>
                   <name>/aggr0/plex0/rg1</name>
                   <is-reconstructing>false</is-reconstructing>
                   <disks>
                     <disk-info>
                       <name>v4.34</name>
                     </disk-info>
                      ...
                   </disks>
                 </raid-group-info>
               </raid-groups>
             </plex-info>
           </plexes>
           <volumes>
             <contained-volume-info>
               <name>vol0</name>
             </contained-volume-info>
           </volumes>
         </aggr-info>
       </aggregates>
     </output>
   </response>
 </responses>
</netapp-storage-response>

 

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