1 / 12

Administering ArcGIS for Server with Python

Administering ArcGIS for Server with Python. Jon Bodamer. ArcGIS Online Example. Publish your own web services Create and share items on ArcGIS Online or your own portal Configure and automate parts of the ArcGIS system, such as ArcGIS for Server, Portal for ArcGIS, and ArcGIS Online.

Download Presentation

Administering ArcGIS for Server with Python

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Administering ArcGIS for Server with Python Jon Bodamer

  2. ArcGIS Online Example • Publish your own web services • Create and share items on ArcGIS Online or your own portal • Configure and automate parts of the ArcGIS system, such as ArcGIS for Server, Portal for ArcGIS, and ArcGIS Online Administering ArcGIS for Server with Python

  3. REST API • Through REST API • Get token • HTTP • Make request • Get response • Parse response (json) • Python dicts Administering ArcGIS for Server with Python

  4. Tasks • Add or publish item • Shapefile • Service Definition • CSV • Check if item exists • Delete item • Get contents Administering ArcGIS for Server with Python

  5. Add File • URL to operation in REST API Administering ArcGIS for Server with Python

  6. Analysis Tools • Run analysis tools through REST API • Submit job • Token required • Analysis Service URL required • Check job status • Get results Administering ArcGIS for Server with Python

  7. Submit Analysis Job • URL to operation in REST API Administering ArcGIS for Server with Python

  8. Roles • Publisher • Create content • Publish features • Perform analysis • Administrator • All publisher privileges • Manage content owned by members • Custom Administering ArcGIS for Server with Python

  9. Resources • Scripting ArcGIS Server administration http://bit.ly/server_administration • The ArcGIS REST API http://bit.ly/arcgis_rest_api • Programmatically accessing analysis services http://bit.ly/analysis_services Administering ArcGIS for Server with Python

  10. Demo Jon Bodamer Administering ArcGIS for Server with Python

  11. Thank you… Please fill out the session survey: Offering ID: 1734 Online – www.esri.com/ucsessionsurveys Administering ArcGIS for Server with Python

  12. Administering ArcGIS for Server with Python

More Related