Trace Network service

URL:
https://<root>/<serviceName>/TraceNetworkServer
Methods:
GETPOST
Operations:
Query Network Moments, Trace, Validate Network Topology
Child Resources:
Trace Configurations
Required Capability:
Most operations require that organization members be assigned a license for the ArcGIS Advanced Editing user type extension
Version Introduced:
10.9

Description

The Trace Network service exposes trace analytic capabilities, validation of the network topology, and the ability to manage named trace configurations. The Trace Network service is conceptually similar to the Utility Network and Network Analysis services for utility and transportation networks, respectively.

Operations available in the Trace Network service

Example usage

Request URL:

https://myserver.esri.com/server/rest/services/Hydro/TraceNetworkServer

JSON Response syntax

Trace network is Trace Network version 2, 3, or 4.

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
{
 "name": "Trace Network Server",
 "type": "Map Server Extension",
 "capabilities": {
  "supportsAggregatedGeometryAsTraceResult": true,
  "supportsTraceAllowIndeterminateFlow": true,
  "supportsTraceConfigurations": true,
  "supportsTraceConnectivityResults": true,
  "supportsFlowDirections": true,
  "supportsTraceSystemNetworkAttributes": true
 }
}

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