ListPortalURLs

Zusammenfassung

The ListPortalURLs function returns a list of available portal URLs.

Diskussion

For more information on portal connections, see Manage portal connections from ArcGIS Pro.

Syntax

ListPortalURLs ()
Rückgabewert
DatentypErläuterung
String

Returns a list of available portals.

Codebeispiel

ListPortalURLs example
import arcpy

# For example: ['http://testext.arcgis.com/', 'http://www.arcgis.com/']
print(arcpy.ListPortalURLs())