Automatically stage organization

Using the ArcREST API and provided Python script, your organization's groups can be automatically created. Once completed, you can finalize your configuration by changing your organizational settings and begin to invite users to your organization.

To automatically create groups within your 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. 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 follow Esri services will now be registered to your ArcGIS organization.
    Demographics
    Diversity Index This map service summarizes racial and ethnic diversity in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Median Age This map service shows the median age of the United States population in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Median Home Value This map service shows the median home value in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Median Household Income This map service shows the median household income in the United States in 2015 in a multiscale map by state, county, ZIP code, tract, and block group.
    Population Density This map service 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 service shows the average amount spent on retail goods per household in 2015 by state, county, ZIP code, tract, and block group.
    Tapestry Segmentation This map service shows the dominant LifeMode Summary Group in the United States in 2015 by state, county, ZIP code, tract, and block group based on Esri's Tapestry Segmentation system.
    Population Growth Rate This map service 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.
    Land Use
    Geology of United States This map service shows selected generalized geologic units, faults, and features of the United States.
    USA Critical Habitat This map service contains United States Fish and Wildlife Service data for the locations of critical habitats for threatened and endangered species.
    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 Soils Corrosion Steel This map service shows the susceptibility to corrosion of uncoated steel when in contact with the soil.
    USA Wetlands This map service shows wetlands from the National Wetland Inventory (NWI) for the United States by the United States Fish and Wildlife Service.
    World Landforms This map service classifies the global landscape into sixteen classes of landform types and regions.
    Traffic
    World Traffic Service This map service presents near real time traffic information for different regions in the world. The data is updated every five minutes.
    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.
Top