AGOLServicesDirectory
AGOLServersManager
- class arcgis.gis.agoserver.AGOLServersManager(gis)
Bases:
object
This class allows users to work with hosted tile and feature services on ArcGIS Online.
Parameter
Description
gis
Required GIS. The connection to ArcGIS Online.
- list()
Returns a list of all server managers
- Returns:
List[
AGOLServerManager
]
AGOLServerManager
- class arcgis.gis.agoserver.AGOLServerManager(url, gis)
Bases:
object
Represents a Single AGO Server
Parameter
Description
url
Required String. The url string to the ArcGIS Online Server
gis
Required GIS. The connection to ArcGIS Online.
- get(name)
Returns a single service manager.
Parameter
Description
name
Required String. The name of the service.