<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to create StorageGRID Webscale Summary Document in NetApp Console</title>
    <link>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148655#M542</link>
    <description>&lt;P&gt;What kind of a summary document?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean a report? What kind of report? System utilization? Capacity utilization? For tenants or for users?&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 17:45:18 GMT</pubDate>
    <dc:creator>elementx</dc:creator>
    <dc:date>2019-05-31T17:45:18Z</dc:date>
    <item>
      <title>how to create StorageGRID Webscale Summary Document</title>
      <link>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148616#M541</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to see how I can create a summary document using&amp;nbsp; NetApp tools for the&amp;nbsp; Storage grid Webscale 11.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:30:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148616#M541</guid>
      <dc:creator>adrianIT2016</dc:creator>
      <dc:date>2025-06-04T12:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to create StorageGRID Webscale Summary Document</title>
      <link>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148655#M542</link>
      <description>&lt;P&gt;What kind of a summary document?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean a report? What kind of report? System utilization? Capacity utilization? For tenants or for users?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 17:45:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148655#M542</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2019-05-31T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to create StorageGRID Webscale Summary Document</title>
      <link>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148657#M544</link>
      <description>&lt;P&gt;Hi, thansk for&amp;nbsp; reply on the post, well basically&amp;nbsp; &amp;nbsp;the summary I want is&amp;nbsp; regarding info of how the grid was&amp;nbsp; setup at the end. Including&amp;nbsp; in a&amp;nbsp; document, like&amp;nbsp; &amp;nbsp;Storage Pools , Polucies, rules, Sites, Amount of storage nodes&amp;nbsp; etc etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;something similar like the output of&amp;nbsp; NetAppDocs summary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/51308"&gt;@elementx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What kind of a summary document?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean a report? What kind of report? System utilization? Capacity utilization? For tenants or for users?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/51308"&gt;@elementx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What kind of a summary document?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean a report? What kind of report? System utilization? Capacity utilization? For tenants or for users?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 18:21:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148657#M544</guid>
      <dc:creator>adrianIT2016</dc:creator>
      <dc:date>2019-05-31T18:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to create StorageGRID Webscale Summary Document</title>
      <link>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148662#M545</link>
      <description>&lt;P&gt;I would use Swagger [1] to find what outputs I want and then either paste each curl line into a larger file, or create a script that loops through those Swagger curl examples and stores files into a text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also use the API directly from PowerShell-StorageGRID, it may be easier to use because it's easier to format outputs the way you want, but I don't know if it has all the API methods that are available in Swagger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[1] For v11.2:&amp;nbsp;&lt;A href="http://docs.netapp.com/sgws-112/index.jsp?topic=%2Fcom.netapp.doc.nasbridge-api%2FGUID-140A7B1C-5744-4CBF-9D12-D90527374AFB.html" target="_blank"&gt;http://docs.netapp.com/sgws-112/index.jsp?topic=%2Fcom.netapp.doc.nasbridge-api%2FGUID-140A7B1C-5744-4CBF-9D12-D90527374AFB.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 03:38:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/NetApp-Console/how-to-create-StorageGRID-Webscale-Summary-Document/m-p/148662#M545</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2019-06-01T03:38:42Z</dc:date>
    </item>
  </channel>
</rss>

