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.

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.

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