Skip To Content
ArcGIS Developer
Dashboard

Network Diagram Service

Description

The Network Diagram service resource represents a network diagram service published with ArcGIS Server. The resource provides information about the service itself (name, type, default diagram template) and exposes various functions to access published network diagrams, create new network diagrams and store them, edit and maintain network diagrams, and so on.

The Network Diagram service supports some operations which allow retrieving network diagrams, getting the characteristics of the diagrams you want (diagram info, consistency state), creating new network diagrams and deleting network diagrams:

The Network Diagram service supports multiple child resources:

  • Network Diagrams—Provides access to the network diagrams published with ArcGIS Server
  • Diagram Templates—Provides access to the diagram templates
  • Diagram Dataset—Regroups the info related to each diagram template under a Network Diagram service

License:
The active portal account must be licensed with the ArcGIS Advanced Editing user type extension to use network diagrams with the utility network or trace network services.

Resource Hierarchy

Network Diagram REST API architecture

Request Parameters

ParameterDetails
f

Description: The response format. The default response format is html.

Values: <html | json>

Example Usage

https://myserver.esri.com/server/rest/services/Naperville/NetworkDiagramServer?f=pjson

JSON Response

{
 "name": "Network Diagram Server",
 "type": "Map Server Extension",
 "defaultDiagramTemplateName": "Basic"
}