<?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: Issue on Listing Service Service Workspaces Information Using ArcGIS API for Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1474615#M10037</link>
    <description>&lt;P&gt;Does anyone has any idea regarding this post?&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 15:58:09 GMT</pubDate>
    <dc:creator>BHK</dc:creator>
    <dc:date>2024-05-17T15:58:09Z</dc:date>
    <item>
      <title>Issue on Listing Service Service Workspaces Information Using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1408024#M9860</link>
      <description>&lt;P&gt;Can someone please let me know how I can get &lt;STRONG&gt;Service Workspaces &lt;/STRONG&gt;information of a service using ArcGIS API for Python? I need to get the SDE name and the layers associated with the service. Also I need to see if it is &lt;STRONG&gt;Query Layer&lt;/STRONG&gt; or not?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BHK_0-1712765204385.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100589i8F413A03DA717286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BHK_0-1712765204385.png" alt="BHK_0-1712765204385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I used this to get the properties of the service but looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;folders = ['Streets']

for container in folders:
   services = server1.services.list(folder= container) 
   for service in services:
       print(service.properties)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but apparently this properties is not returning thoses Admin level information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 15:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1408024#M9860</guid>
      <dc:creator>BHK</dc:creator>
      <dc:date>2024-05-17T15:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Listing Service Service Workspaces Information Using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1474615#M10037</link>
      <description>&lt;P&gt;Does anyone has any idea regarding this post?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 15:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1474615#M10037</guid>
      <dc:creator>BHK</dc:creator>
      <dc:date>2024-05-17T15:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Listing Service Service Workspaces Information Using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1475800#M10043</link>
      <description>&lt;P&gt;I don't have a reliable way to test this at the moment, but you would expect to find that kind of information in the service manifest. Per the API Reference,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The service manifest resource documents the data and other resources that define the service origins and power the service. This resource will tell you underlying databases and their location along with other supplementary files that make up the service.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of "service.properties" you would use "service.service_manifest()" - this function returns JSON with the described information.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-on-listing-service-service-workspaces/m-p/1475800#M10043</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2024-05-20T19:15:50Z</dc:date>
    </item>
  </channel>
</rss>

