Topographic Production Service

URL:
https://<root>/<serviceName>/TopographicProductionServer
Methods:
GET
Operations:
Add Product, Calculate Extent, Generate Product, Remove Product, Update Product
Child Resources:
Products, Jobs
Required Capability:
Requires an ArcGIS GIS Server Advanced license and a Production Mapping or Defense Mapping server extension license
Version Introduced:
10.9

Description

The Topographic Production Service resource represents a topographic production server object extension (SOE). It is the entry point for all functionality related to creating topographic products in ArcGIS Server. This resource provides information about the service and enables the topographic production server capabilities on a map service. You can also view child resources and operations defined by the SOE.

The following operations are supported in the SOE:

  • addProduct—Adds a definition of a map product to the service that can be used to generate a map.
  • calculateExtent—Calculates a custom area of interest (AOI) for a given product and version.
  • delete—Deletes jobs that have been run or were canceled so that they no longer appear in queries or occupy server space.
  • generateProduct—Automates the process of producing a layout or map based on an existing map product definition.
  • removeProduct—Removes a map product from the Topographic Production Service.
  • updateProduct—Updates the properties of an existing map product.
  • products—Gets the map products that the Topographic Production Service supports.
    • product—Gets a single map product from the products that the Topographic Production Service supports.
  • jobs
    • cancel—Cancels a job submitted through the generateProduct REST operation.
    • job—Tracks the status of a job run by the generateProduct REST operation. Returns the status, start date, last modified date, and messages for the job.
    • query—Tracks the status of jobs run by the generateProduct REST operation. Returns the status, start date, last modified date, and messages for a set of jobs.

Request parameters

ParameterDetails

f

(Optional)

Parameter to specify the response format. The default response format is html.

Values: html | json | pjson

JSON Response syntax

The following is the syntax of a response:

1
{"name":"<name>","type":"<type>"}

JSON Response example

The following is an example of a response:

1
{"name":"Topographic Production Server","type":"Map Server Extension"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close