<?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: Get MXD path property for a service published on ArcGIS Server with python? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807492#M2344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In terms of the ArcGIS API for Python, reviewing &lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html" title="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html"&gt;arcgis.gis.server module — arcgis 1.8.2 documentation&lt;/A&gt; would be good.&amp;nbsp; Unfortunately, most of the Guide and Sample Notebooks focus on federated ArcGIS Enterprise deployments, so they don't apply well to stand-alone ArcGIS Enterprise deployments.&amp;nbsp; The product team for ArcGIS API for Python has taken a different approach to documentation than other Esri product teams, so their documentation has a different structure and different levels of content than other Esri documentation.&amp;nbsp; Personally, I think it is a step backwards both in structure and content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the ArcGIS API for Python is mostly a Python wrapper for the &lt;A class="link-titled" href="https://developers.arcgis.com/rest/" title="https://developers.arcgis.com/rest/"&gt;ArcGIS REST API | ArcGIS for Developers&lt;/A&gt; , I encourage you to learn as much about the REST API as you can because I often find myself learning the API for Python by working backwards from the REST API.&amp;nbsp; For administrative options, you would want to read up on the &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/overview.htm"&gt;Administrator API&lt;/A&gt; of the ArcGIS REST API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2020 13:56:19 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-07-28T13:56:19Z</dc:date>
    <item>
      <title>Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807487#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to programically (probably python?) to get the path property of a service published to an ArcGIS Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="500985" alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/500985_2020-07-22 16_08_10-Clipboard.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this piece of python:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;for dir in [None] + SD.folders:&lt;BR /&gt; for srv in SD.list(folder=dir):&lt;BR /&gt; print(str(srv.properties))&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It gets properties of the services (seems to be the same as you can get by going to the rest end point), but none of these properties is the original mxd path..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2020 06:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807487#M2339</guid>
      <dc:creator>lxd</dc:creator>
      <dc:date>2020-07-22T06:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807488#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have done in the past and seen&amp;nbsp;explained elsewhere is&amp;nbsp;going to the services directories on&amp;nbsp;the machine your GIS Server is installed on. That's provided you have access to that. Typically you will find the path to the original MXD there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;\&amp;lt;arcgisserver_install_dir&amp;gt;\directories\arcgissystem\arcgisinput\&amp;lt;service_folder&amp;gt;\&amp;lt;service_name&amp;gt;.MapServer\extracted\manifest.json&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JSON would look&amp;nbsp;something&amp;nbsp;like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"databases"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"byReference"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"onServerWorkspaceFactoryProgID"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;".,..."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"onServerConnectionString"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"...."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"onServerName"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"...."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"onPremisePath"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"datasets"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"onServerName"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;" ...."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"resources"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"onPremisePath"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;path to .MXD file&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        &lt;SPAN class="string token"&gt;"clientName"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"...."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"serverPath"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"&amp;lt;path to .msd file&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807488#M2340</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2021-12-12T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807489#M2341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the following code a try, but it only works in ArcGIS API for Python &amp;lt; 1.8.0.&amp;nbsp; There is a defect in the 1.8.x release that messes up the connection objects for stand-alone GIS servers.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;server &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Server
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; getpass &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; getpass
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; json

url &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# URL to ArcGIS Admin API, e.g., https://fqdn:port/arcgis/admin&lt;/SPAN&gt;
username &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# username of user with administrative privileges&lt;/SPAN&gt;

server &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Server&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;url&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;url&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; username&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;username&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; password&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;getpass&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; verify_cert&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;False&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
sm &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; server&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;services
svcs &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
    svc 
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; fld &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; sm&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;folders 
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; svc &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; sm&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;list&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fld&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; fld &lt;SPAN class="operator token"&gt;not&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'System'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Utilities'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; svc &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; svcs&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    name &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; svc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;serviceName
    
    manifest &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; json&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loads&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;svc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_service_manifest&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; manifest&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"code"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;200&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;200&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        mxd_path &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; manifest&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"resources"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"onPremisePath"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        mxd_path &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Service does not include path information."&lt;/SPAN&gt;
    
    &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"{:&amp;lt;40}{}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;name&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; mxd_path&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807489#M2341</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-12T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807490#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/339735"&gt;Arne Gelfert&lt;/A&gt;. Unfortunately we don't have access to the actual machine. It is run for us by ESRI.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 04:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807490#M2342</guid>
      <dc:creator>lxd</dc:creator>
      <dc:date>2020-07-28T04:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807491#M2343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌, your code worked a trick and I got exactly what I needed. Is there a documentation on that somewhere? would be great to see what else I can do. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 04:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807491#M2343</guid>
      <dc:creator>lxd</dc:creator>
      <dc:date>2020-07-28T04:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807492#M2344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In terms of the ArcGIS API for Python, reviewing &lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html" title="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html"&gt;arcgis.gis.server module — arcgis 1.8.2 documentation&lt;/A&gt; would be good.&amp;nbsp; Unfortunately, most of the Guide and Sample Notebooks focus on federated ArcGIS Enterprise deployments, so they don't apply well to stand-alone ArcGIS Enterprise deployments.&amp;nbsp; The product team for ArcGIS API for Python has taken a different approach to documentation than other Esri product teams, so their documentation has a different structure and different levels of content than other Esri documentation.&amp;nbsp; Personally, I think it is a step backwards both in structure and content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the ArcGIS API for Python is mostly a Python wrapper for the &lt;A class="link-titled" href="https://developers.arcgis.com/rest/" title="https://developers.arcgis.com/rest/"&gt;ArcGIS REST API | ArcGIS for Developers&lt;/A&gt; , I encourage you to learn as much about the REST API as you can because I often find myself learning the API for Python by working backwards from the REST API.&amp;nbsp; For administrative options, you would want to read up on the &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/overview.htm"&gt;Administrator API&lt;/A&gt; of the ArcGIS REST API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 13:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/807492#M2344</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-07-28T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get MXD path property for a service published on ArcGIS Server with python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/1060743#M6108</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1371"&gt;@JoshuaBixby&lt;/a&gt;&amp;nbsp; this worked a treat for me and saved me poring over the cursed python api documentation, thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 19:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-mxd-path-property-for-a-service-published-on/m-p/1060743#M6108</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-05-22T19:46:08Z</dc:date>
    </item>
  </channel>
</rss>

