I am trying list services from an ArcGIS Server site with arcgis api for python and all capabilities for listing server information seem to be designed to go through Portals.
Is it possible to access an arcgis server site that is federated with an AGOL list or that is not federated (standalone)?
Thank you,
Randy McGregor
The short answer is yes, i.e., you can list map services with an unfederated server, the question is whether you want to list them through the REST Services endpoint for using them or REST Admin endpoint for managing them.