Utility Network

Identifies the central object for utility network schema information to access utility-related functionality, such as tracing and querying associations.

Referenced by: Webmap

Properties

Property Details
id A unique identifying string for the utility network.
title A user-friendly string title for the utility network that can be used in a table of contents.
traceConfigurations[] An array of pre-configured trace configurations for quickly running common traces.
url A string value indicating the URL to the utility network layer.

utilityNetwork Example

Support a utility network with three different pre-configured traces

{
  "id": "1",
  "title": "Electric Utility Network",
  "url": "https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer/921",
  "traceConfigurations": [
    {
      "title": "Circuit Trace",
      "id": "111ce238-a186-42f1-bcbd-05a1180ff484"
    },
    {
      "title": "Upstream Protective device trace",
      "id": "f0f3e0da-620a-43c2-b52c-59461e4eac95"
    },
    {
      "title": "Downstream customer trace",
      "id": "da61a483-6770-4721-868a-b78745a5f183"
    }
  ]
}

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