Circuits

URL:
https://<root>/<serviceName>/UtilityNetworkServer/circuits
Methods:
GETPOST
Operations:
Alter, Create, Delete, Export, Query, Verify
Required Capability:
Requires the ArcGIS Advanced Editing user type extension license
Version Introduced:
11.5

Description

The circuits resource provides access to the alter, create, delete, expert, query, and verify operations which allow you to create and work with circuits in a telecom domain network.

Request parameter

ParameterDetails

f

The response format. The default response format is html.

Use dark colors for code blocksCopy
1
f=html | json | pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
“success” : <boolean>,
  “error” : {                   // only if success is false
    “extendedCode” : <HRESULT>,
    “message” : <string>,
    “details” : [ <string> ]
}

Example usage

The following is an example request URL and JSON response:

https://myserver.esri.com/server/rest/services/Telco/UtilityNetworkServer/circuits

Use dark colors for code blocksCopy
1
2
3
{
 "success": true
}

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