Automatically stage organization

Using the ArcREST API and provided Python script, you can automate the creation of groups and registering of Esri content to your organization. Once completed, you can finalize your configuration by changing your organizational settings and begin to invite users to your organization.

To automatically create groups and register content in your ArcGIS organization, complete the following steps:

  1. In Windows Explorer, browse to the InitializeOrganization > Configs folder.
  2. Open the configuration file using Windows Notepad or your preferred text editor.
  3. Update Credentials with the following:
    Parameter Description
    security_type The type of security used to connect to the portal. Valid types are Portal, NTLM, and LDAP.
    username ArcGIS organizational account administrator username.
    password ArcGIS organizational account administrator password.
    org_url The URL root path to your ArcGIS Online or your Portal for ArcGIS organization. For Example: http://www.arcgis.com or http://mydomain.com/portal.
    
  4. In Windows Explorer, browse to InitializeOrganization.
  5. Run the StageOrg Python script. 
  6. When successfully completed, your organization will now include the site configuration groups, core GIS groups, and functional groups to your ArcGIS organization. Additionally, the following map and feature services will now be registered to your ArcGIS organization:
    Demographics
    Median Household Income This map layer shows the median household income in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Social Vulnerability This map layer shows a simple summary of the social vulnerability of population in each Census block group in the United States.
    Population Density This map layer shows the population density in the United States in 2015 in persons per square mile in a multiscale map by state, county, ZIP code, tract, and block group.
    Retail Goods Spending This map layer shows the average amount spend on retail goods per household in the United States in 2015 by state, county, ZIP code, tract, and block group.
    Diversity Index This map layer shows summarizations of racial and ethnic diversity in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Median Disposable Income This map layer shows the median disposable income in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Population Growth Rate This map layer shows the estimated annual growth rate of population in the United States from 2015 to 2020 in a multiscale map by state, county, ZIP code, tract, and block group.
    Median Home Value This map layer shows the median home value in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Tapestry Segmentation This map layer shows the dominant LifeMode Summary Group in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group based on Esri's Tapestry Segmentation system.
    Phone Services Spending This map layer shows the average amount spend on phone services per household in the United States in 2015 by state, county, ZIP code, tract, and block group.
    Land Use
    USA Federal Lands This map service presents the federal and tribal owned land areas of the United States.
    USA Soil Survey This map service shows the Soil Survey Geographic (SSURGO) by the United States Department of Agriculture's Natural Resources Conservation Service.
    USA Geology This map service shows geologic units originally from the United States Geological Survey's Geological Map of North America.
    Wetlands This map service shows wetlands of the United States from the National Wetlands Inventory.
    Critical Habitat This map service contains USFWS Service data for the locations of critical habitats for threatened and endangered species.
    USA Soils Corrosion Steel This map service displays the susceptibility to corrosion of uncoated steel when in contact with the soil.
    Traffic
    World Traffic This map service presents near real-time traffic information for different regions in the world. The data is updated every five minutes.
    World Navigation This vector tile layer provides a detailed basemap for the world featuring a custom navigation map style.
    Weather
    Current Wind and Weather Conditions This map service is created from hourly METAR/TAF data provided from NOAA.
    Active Hurricanes This map service describes the path and forecast path of tropical activity from the National Hurricane Center and Joint Typhoon Warning Center.
    NOAA Short Term Warnings This map service contains continuously updated weather warnings in the United States.
    Earthquakes This map service contains earthquake information extracted from the USGS Prompt Assessment of Global Earthquakes for Response (PAGER) program.
    US Wildfire Activity This map service contain wildfire activity and served via ArcGIS Server using an Aggregated Line Feed methodology and the USGS's GeoMac Outgoing Datasets.
    USA Storm Reports This map service contains continuously updated US. tornado reports, wind storm reports, and hail storm reports.
Top