Pages

Monday, July 9, 2012

Downloadable tools for ArcGIS Server administration


With the release of version 10.1, automating administrative tasks on ArcGIS Server got a whole lot easier. The new ArcGIS Server Administrator API allows you to perform the same administrative tasks you can do in ArcGIS Desktop or ArcGIS Server Manager. Because it’s a REST-ful API, you can programmatically build up URLs to make calls to the server to perform tasks.
Using this API, I’ve published a sample that puts server admin tasks into an ArcGIS toolbox and ModelBuilder. The ArcGIS Server Administration Toolkit (download), written with Python, provides a variety of tools that you can use to administer the server. For example, there are tools for starting and stopping services, modifying log settings, registering server object extensions (SOEs), and publishing services from service definition files. You can chain these tools together in ModelBuilder to complete a workflow, or you can run them in a one-off fashion directly from the toolbox.

No comments:

Post a Comment