How to capture service metadata on a stand alone server using arcgis.server?

322
0
05-26-2022 10:39 AM
JaimieNevins2
New Contributor II

I'm looking to access/query the metadata for web services on standalone server.  This is what I have so far:

 

 

 

from arcgis.gis.server import Server

gis_server = Server(url="https://your_server_name:6443/arcgis/admin",username="site admin name",password="admin password")

service_manager = gis_server.services

 

 

 

 

0 Kudos
0 Replies