Issue on Listing Service Service Workspaces Informaton Usinf ArcGIS API for Python

126
0
3 weeks ago
BHK
by
New Contributor III

Can someone please let me know how I can get Service Workspaces 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 Query Layer or not?

BHK_0-1712765204385.png

I used this to get the properties of the service but looks like

folders = ['Streets']

for container in folders:
   services = server1.services.list(folder= container) 
   for service in services:
       print(service.properties)

 

but apparently this properties is not returning thoses Admin level information

 

 

0 Kudos
0 Replies