- URL:
- https://<root>/<serviceName>/TopographicProductionServer
- Methods:
GET- Operations:
- Add Product, Calculate Extent, Generate Product, Remove Product, Update Product
- Child Resources:
- Jobs, Products, Workflows
- Required Capability:
- Requires a Professional or Professional Plus user type account and a Topographic 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 map products in ArcGIS Server. This page provides information about the service and how it enables the topographic production server capabilities on a map service. It includes details about its child resources and operations defined by the SOE.
The service supports the following:
-
add—Adds a definition of a map product to the service that can be used to generate a map.Product -
calculate—Calculates a custom area of interest (AOI) for a given product and version.Extent -
delete—Deletes jobs that have been run or were canceled so that they no longer appear in queries or occupy server space. -
generate—Automates the process of producing a layout or map based on an existing map product definition.Product -
-
cancel—Cancels a job submitted to the server. -
job—Tracks the status of a server job. Returns the status, start date, last modified date, and messages for the job. -
query—Tracks the status of server jobs. Returns the status, start date, last modified date, and messages for a set of jobs. -
pause—Pauses a job submitted to the server. -
resume—Resumes a job submitted to the server that has been paused by thepauseoperation.
-
-
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.
-
properties—Gets some of the service and database properties. -
remove—Removes a map product from the Topographic Production Service.Product -
workflows—Contains the topographic production workflow resources to be run in a topographic production server and interact with ArcGIS Workflow Manager in an ArcGIS Enterprise organization to manage production workflows.-
projects—Contains the operations used to create and manage topographic production workflow projects.-
add—Adds a project to the server.Project -
query—Returns details about an existing project on the server.Project -
remove—Removes a project from the server.Project -
update—Updates the properties of an existing project on the server.Project
-
-
taskgroups—Contains the operations used to manage task groups, which define the work done by a parent job in a topographic production workflow using ArcGIS Workflow Manager.-
add—Adds task groups from the Topographic Production Service-based workflows.Task Group -
create—Creates the parent Workflow Manager job with which child workflow task jobs are associated.Task Group Job -
get—Gets parent Workflow Manager jobs.Task Groups -
has—Specifies whether the parent Workflow Manager job has remaining child job tasks.Next Task -
insert—Inserts a set of child job tasks into a task group.Tasks
-
-
tasks—Contains operations that update, run, or get child tasks.-
update—Updates the properties of a child task job.Task -
execute—Runs a child task job.Task Job -
get—Gets the properties of a child task job.Task
-
-
-
update—Updates the properties of an existing map product.Product
Request parameters
| Parameter | Details |
|---|---|
(Optional) | Parameter to specify the response format. The default response format is Values: |
JSON Response syntax
The following is the syntax of a response:
{"name":"<name>","type":"<type>"}JSON Response example
The following is an example of a response:
{"name":"Topographic Production Server","type":"Map Server Extension"}