<?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: What webmaps/dashboards are using a feature layer? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123499#M43238</link>
    <description>&lt;P&gt;In Portal, there is the property &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html?highlight=dependent#arcgis.gis.Item.dependent_upon" target="_self"&gt;&lt;STRONG&gt;dependent_upon&lt;/STRONG&gt;&lt;/A&gt;, but it's only available in Portal via the Python API. But it's not a comprehensive list anyway.&lt;/P&gt;&lt;P&gt;The only way I've found to identify dependent items like this is to loop through &lt;EM&gt;all &lt;/EM&gt;maps and look at the &lt;STRONG&gt;operationalLayers&lt;/STRONG&gt; object of the JSON to see if your feature layer's URL shows up there. There's a post somewhere on here where I shared a code snippet that does just that, but I'm having trouble finding it.&lt;/P&gt;&lt;P&gt;If you needed to then find apps dependent upon &lt;EM&gt;those &lt;/EM&gt;maps, you'd have to do a similar loop looking for their itemIDs in the JSON of the apps.&lt;/P&gt;&lt;P&gt;It would be &lt;EM&gt;quite &lt;/EM&gt;the loop to run against outside-org content. But if it only happened on a monthly or weekly basis, it might not be terrible to just let it run over some weekend.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 19:03:54 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-12-07T19:03:54Z</dc:date>
    <item>
      <title>What webmaps/dashboards are using a feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123475#M43236</link>
      <description>&lt;P&gt;I would like to find a way to see what&amp;nbsp;maps/webapps/dashboards etc consuming one of an organization/group shared hosted feature layers?&lt;/P&gt;&lt;P&gt;I don't mind others using layers I stand up, kind of the point of sharing them.&amp;nbsp; The problem comes if I want to make a schema change.&amp;nbsp; I don't have a good way to notify those consuming the layer.&amp;nbsp; So I could accidently break someone's map/dashboard etc.&amp;nbsp; Which if it's public facing would be bad.&lt;/P&gt;&lt;P&gt;Would love to find a way to tell what products are using a feature layer in both AGO and portal.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123475#M43236</guid>
      <dc:creator>RyanBohan</dc:creator>
      <dc:date>2021-12-07T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: What webmaps/dashboards are using a feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123484#M43237</link>
      <description>&lt;P&gt;This has been on my wish list for years!&amp;nbsp; I thought when ESRI developed ArcGIS Monitor, this would be a tool to find out which clients where using published feature services or map services, but I think it just monitors the health of the server, etc.?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123484#M43237</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2021-12-07T18:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: What webmaps/dashboards are using a feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123499#M43238</link>
      <description>&lt;P&gt;In Portal, there is the property &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html?highlight=dependent#arcgis.gis.Item.dependent_upon" target="_self"&gt;&lt;STRONG&gt;dependent_upon&lt;/STRONG&gt;&lt;/A&gt;, but it's only available in Portal via the Python API. But it's not a comprehensive list anyway.&lt;/P&gt;&lt;P&gt;The only way I've found to identify dependent items like this is to loop through &lt;EM&gt;all &lt;/EM&gt;maps and look at the &lt;STRONG&gt;operationalLayers&lt;/STRONG&gt; object of the JSON to see if your feature layer's URL shows up there. There's a post somewhere on here where I shared a code snippet that does just that, but I'm having trouble finding it.&lt;/P&gt;&lt;P&gt;If you needed to then find apps dependent upon &lt;EM&gt;those &lt;/EM&gt;maps, you'd have to do a similar loop looking for their itemIDs in the JSON of the apps.&lt;/P&gt;&lt;P&gt;It would be &lt;EM&gt;quite &lt;/EM&gt;the loop to run against outside-org content. But if it only happened on a monthly or weekly basis, it might not be terrible to just let it run over some weekend.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 19:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123499#M43238</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-12-07T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: What webmaps/dashboards are using a feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123559#M43240</link>
      <description>&lt;P&gt;We haven't implemented it yet but we purchased a tool from GeoJobe. It advertises that it does what you are asking, which is also the main reason we purchased it. Hopefully it will be a resolution.&amp;nbsp;&lt;A href="https://geo-jobe.com/admin-tools/" target="_blank"&gt;https://geo-jobe.com/admin-tools/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 20:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1123559#M43240</guid>
      <dc:creator>GrantHoward1</dc:creator>
      <dc:date>2021-12-07T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: What webmaps/dashboards are using a feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1525794#M61058</link>
      <description>&lt;P&gt;I came here to suggest this same thing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if&amp;nbsp;the ‘Usage’ tab on a featurelayers’s Item Details tab would show this. It shows the number of user views, but not which webmaps and apps it’s in use by.&amp;nbsp; Basically, if I delete a hosted feature layer what am I going to break.&amp;nbsp; I’ve long wanted something like that to manage the mountain of data we all have.&amp;nbsp; Same for SDE; it’d be so great to have a one-click button to see what services are using a featureclass; to know what’s locking it when you want to change a featureclass schema.&amp;nbsp; I think I suggested this as an Idea about 12 years ago.&amp;nbsp; As far as I know it's still not a functionality.&amp;nbsp; Maybe I could write python to do that but I'm not good enough at python to do that yet in a time-efficient manner. There are also probably weird edge cases depending on server setup, Enterprise version, RDBMS etc. This kind of data management makes the most sense as an out of the box tool with a GUI, as well as API for use in python and Model Builder. Same for the webmap/hosted featureclass usage idea above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Team Esri- any thoughts if this is on a future roadmap?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 14:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/what-webmaps-dashboards-are-using-a-feature-layer/m-p/1525794#M61058</guid>
      <dc:creator>Kevin_MacLeod</dc:creator>
      <dc:date>2024-08-22T14:44:43Z</dc:date>
    </item>
  </channel>
</rss>

