<?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 Service Manifest with arcgis.gis.server module in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/service-manifest-with-arcgis-gis-server-module/m-p/1393947#M9738</link>
    <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;I'm trying to access the service manifest xml (the same that appears via "https://..../arcgis/admin/services/folder/.../iteminfo/manifest/manifest.xml"&amp;nbsp;through the&amp;nbsp;arcgis.gis.server module.&lt;/P&gt;&lt;P&gt;I've followed the docos here: &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#service" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The json I can reach but it hides the Oracle DB schema name.&lt;/P&gt;&lt;P&gt;Here is an example of my script&amp;nbsp; - any advice?:&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;server = Server(url="https://.../arcgis/admin", username= r"u", password = r"pw")
services = server.services
for x in services.list(folder='folder1'):
     service_name = x.iteminformation.properties['name']
     service_manifest = x.iteminformation.manifest         #this works fine but hides the oracle DB schema name
     service_manifest_xml = x.service_manifest(file_type='xml')    #this gets the error AttributeError: 'Service' object has no attribute 'service_manifest    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 06:06:58 GMT</pubDate>
    <dc:creator>AX</dc:creator>
    <dc:date>2024-03-11T06:06:58Z</dc:date>
    <item>
      <title>Service Manifest with arcgis.gis.server module</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/service-manifest-with-arcgis-gis-server-module/m-p/1393947#M9738</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;I'm trying to access the service manifest xml (the same that appears via "https://..../arcgis/admin/services/folder/.../iteminfo/manifest/manifest.xml"&amp;nbsp;through the&amp;nbsp;arcgis.gis.server module.&lt;/P&gt;&lt;P&gt;I've followed the docos here: &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#service" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The json I can reach but it hides the Oracle DB schema name.&lt;/P&gt;&lt;P&gt;Here is an example of my script&amp;nbsp; - any advice?:&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;server = Server(url="https://.../arcgis/admin", username= r"u", password = r"pw")
services = server.services
for x in services.list(folder='folder1'):
     service_name = x.iteminformation.properties['name']
     service_manifest = x.iteminformation.manifest         #this works fine but hides the oracle DB schema name
     service_manifest_xml = x.service_manifest(file_type='xml')    #this gets the error AttributeError: 'Service' object has no attribute 'service_manifest    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 06:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/service-manifest-with-arcgis-gis-server-module/m-p/1393947#M9738</guid>
      <dc:creator>AX</dc:creator>
      <dc:date>2024-03-11T06:06:58Z</dc:date>
    </item>
  </channel>
</rss>

