Administering ArcGIS for Server with Python - PowerPoint PPT Presentation

About This Presentation
Title:

Administering ArcGIS for Server with Python

Description:

Administering ArcGIS for Server with Python Jon Bodamer Publish your own web services Create and share items on ArcGIS Online or your own portal Configure and ... – PowerPoint PPT presentation

Number of Views:129
Avg rating:3.0/5.0
Slides: 13
Provided by: esr56
Category:

less

Transcript and Presenter's Notes

Title: Administering ArcGIS for Server with Python


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

3
REST API
  • Through REST API
  • Get token
  • HTTP
  • Make request
  • Get response
  • Parse response (json)
  • Python dicts

4
Tasks
  • Add or publish item
  • Shapefile
  • Service Definition
  • CSV
  • Check if item exists
  • Delete item
  • Get contents

5
Add File
  • URL to operation in REST API

6
Analysis Tools
  • Run analysis tools through REST API
  • Submit job
  • Token required
  • Analysis Service URL required
  • Check job status
  • Get results

7
Submit Analysis Job
  • URL to operation in REST API

8
Roles
  • Publisher
  • Create content
  • Publish features
  • Perform analysis
  • Administrator
  • All publisher privileges
  • Manage content owned by members
  • Custom

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

10
Demo
  • Jon Bodamer

11
Thank you
  • Please fill out the session survey
  • Offering ID 1734
  • Online www.esri.com/ucsessionsurveys

12
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com