<?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: Ansibleの「gather_subset」Specifying the module with &amp;quot;all&amp;quot; will result in an error in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible%E3%81%AE-gather-subset-Specifying-the-module-with-quot-all-quot-will-result-in/m-p/447081#M3274</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/110215"&gt;@mao&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't have Japanese language coverage here on our forum, so apologies for the response being in English.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I shared your post with some of our Ansible community on our NetApp Community Discord -&amp;nbsp;&lt;A href="https://discord.com/channels/855068651522490400/1141905680773677138" target="_blank" rel="noopener"&gt;https://discord.com/channels/855068651522490400/1141905680773677138&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Their feedback was as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It look like they set subset to all which isn't documented in our documentation, and would not recommend anyone do. So i'm not sure how they found that hidden opened. Problem with that option is it will call every single REST GET (&lt;A class="" title="https://library.netapp.com/ecmdocs/ECMLP2885799/html/" href="https://library.netapp.com/ecmdocs/ECMLP2885799/html/" target="_blank" rel="noreferrer noopener"&gt;https://library.netapp.com/ecmdocs/ECMLP2885799/html/&lt;/A&gt;) and if any one of them fail they whole function will fail In this case their case they hit /cluster/metrocluster which they don't have enable so the REST api return that message. What they should be doing is adding just the subset they want to be geting info from, and not all sub sets.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 01:09:22 GMT</pubDate>
    <dc:creator>RossC</dc:creator>
    <dc:date>2023-08-21T01:09:22Z</dc:date>
    <item>
      <title>Ansibleの「gather_subset」Specifying the module with "all" will result in an error</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible%E3%81%AE-gather-subset-Specifying-the-module-with-quot-all-quot-will-result-in/m-p/447007#M3273</link>
      <description>&lt;P&gt;&lt;SPAN&gt;-admin権限でreadonlyのユーザーをAnsible用に作成 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;NetApp&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ONTAP9.12.1P5 FAS2750 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;＜Python関連＞ ansible 6.2.0 ansible-core 2.13.3 netapp-lib 2020.3.12 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;＜ansible-galaxy関連＞※モジュールコレクションのことです netapp.ontap 21.21.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Admin edit with subject translation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Specifying the module with "all" will result in an error.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:45:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible%E3%81%AE-gather-subset-Specifying-the-module-with-quot-all-quot-will-result-in/m-p/447007#M3273</guid>
      <dc:creator>mao</dc:creator>
      <dc:date>2025-06-04T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ansibleの「gather_subset」Specifying the module with "all" will result in an error</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible%E3%81%AE-gather-subset-Specifying-the-module-with-quot-all-quot-will-result-in/m-p/447081#M3274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/110215"&gt;@mao&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't have Japanese language coverage here on our forum, so apologies for the response being in English.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I shared your post with some of our Ansible community on our NetApp Community Discord -&amp;nbsp;&lt;A href="https://discord.com/channels/855068651522490400/1141905680773677138" target="_blank" rel="noopener"&gt;https://discord.com/channels/855068651522490400/1141905680773677138&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Their feedback was as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It look like they set subset to all which isn't documented in our documentation, and would not recommend anyone do. So i'm not sure how they found that hidden opened. Problem with that option is it will call every single REST GET (&lt;A class="" title="https://library.netapp.com/ecmdocs/ECMLP2885799/html/" href="https://library.netapp.com/ecmdocs/ECMLP2885799/html/" target="_blank" rel="noreferrer noopener"&gt;https://library.netapp.com/ecmdocs/ECMLP2885799/html/&lt;/A&gt;) and if any one of them fail they whole function will fail In this case their case they hit /cluster/metrocluster which they don't have enable so the REST api return that message. What they should be doing is adding just the subset they want to be geting info from, and not all sub sets.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 01:09:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible%E3%81%AE-gather-subset-Specifying-the-module-with-quot-all-quot-will-result-in/m-p/447081#M3274</guid>
      <dc:creator>RossC</dc:creator>
      <dc:date>2023-08-21T01:09:22Z</dc:date>
    </item>
  </channel>
</rss>

