- URL:
- https://<root>/<serviceName>/TraceNetworkServer
- Methods:
GET
POST
- 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.
Example usage
Request URL:
https
JSON Response syntax
Trace network is Trace Network version 2, 3, or 4.
{
"name": "Trace Network Server",
"type": "Map Server Extension",
"capabilities": {
"supportsAggregatedGeometryAsTraceResult": true,
"supportsTraceAllowIndeterminateFlow": true,
"supportsTraceConfigurations": true,
"supportsTraceConnectivityResults": true,
"supportsFlowDirections": true,
"supportsTraceSystemNetworkAttributes": true
}
}