- URL:
- https://<root>/<serviceName>/UtilityNetworkServer/circuits/verify
- Methods:
GETPOST- Version Introduced:
- 11.5
The verify operation on the circuits resource is used to check the validity of circuits in a telecom domain network after features associated with the circuit are modified. The operation confirms that a circuit can be traced from the starting location to the stopping location and ensures that circuit sections and subcircuits are properly configured.
Request parameters
| Parameter | Details |
|---|---|
| Specifies the output format of the response. The default response format is Values: |
(Optional) | Specifies the name of the geodatabase version. The default is 'sde.DEFAULT'. Syntax: |
(Optional) | Specifies the token (guid) used to lock the version. If a client has previously started an edit session and holds an exclusive lock on the version specified, the request will fail if the sessionId is not provided. If the specified version is currently locked by any other session, the request will fail if the sessionId is not provided or does not match the sessionId that holds the exclusive lock. Syntax: |
(Required) | Specifies the name of the telecom domain network containing the circuits to be verified. Syntax: Example: |
(Required) | The names of the circuit or circuits to be verified. Syntax: Example: |
(Optional) | Specifies whether geometries will be inferred and created (synthesized) for the circuits. The default is Values: |
JSON Response syntax
{
"moment": <Epoch time in seconds>,
"circuits": [
{
"name": <string>,
"success": <boolean>,
"error": { // only if success is false
"extendedCode": <HRESULT>,
"message": <string>
}
}
],
"success": <boolean>
}Example usage
Request URL and parameters:
https://myserver.esri.com/server/rest/services/Telco/UtilityNetworkServer/circuits/verify
f=json
gdbVersion=sde.Default
domainNetworkName=Telco
circuits=["CIRCUITA","CIRCUITB"]
synthesizeGeometries=trueJSON response:
{
"moment": 1751471778576,
"circuits": [
{
"name": "CIRCUITA",
"success": true,
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6812037.340698466,
1843508.4881283045,
0,
null
],
[
6812148.573415637,
1843506.0960727335,
0,
null
]
],
[
[
6812148.573415637,
1843506.0960727335,
0,
null
],
[
6812288.511455968,
1843503.7040171475,
0,
null
]
]
]
}
},
{
"name": "CIRCUITB",
"success": true,
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6812288.511455968,
1843503.7040171475,
0,
null
],
[
6812410.508587301,
1843502.507825315,
0,
null
]
],
[
[
6812410.508587301,
1843502.507825315,
0,
null
],
[
6812536.093966052,
1843501.3119615615,
0,
null
]
]
]
}
}
],
"exceededTransferLimit": false,
"serviceEdits": [
{
"id": 22,
"editedFeatures": {
"updates": [
[
{
"attributes": {
"objectid": 3,
"name": "CIRCUITA",
"sectionorder": null,
"status": 0,
"isdeleted": 0,
"lastverified": 1751471678000,
"lastexported": null,
"startlocationsourceid": 20,
"startlocationid": "{7E467E73-815C-48EE-BE48-531841ACB5BC}",
"startlocationterminalid": 1,
"startlocationfirstunit": 1,
"startlocationlastunit": 1,
"stoplocationsourceid": 20,
"stoplocationid": "{2659FAC0-B962-47CA-8157-961DF16678F7}",
"stoplocationterminalid": 1,
"stoplocationfirstunit": 1,
"stoplocationlastunit": 1,
"issectioned": 0,
"circuittype": 0,
"conflictcontainerstate": null,
"globalid": "{DFFEE38A-28AA-427F-88B7-D286EB6CC2F9}",
"created_user": null,
"created_date": null,
"last_edited_user": "unadmin",
"last_edited_date": 1751471677000
}
},
{
"attributes": {
"objectid": 3,
"name": "CIRCUITA",
"sectionorder": null,
"status": 0,
"isdeleted": 0,
"lastverified": 1751471778000,
"lastexported": null,
"startlocationsourceid": 20,
"startlocationid": "{7E467E73-815C-48EE-BE48-531841ACB5BC}",
"startlocationterminalid": 1,
"startlocationfirstunit": 1,
"startlocationlastunit": 1,
"stoplocationsourceid": 20,
"stoplocationid": "{2659FAC0-B962-47CA-8157-961DF16678F7}",
"stoplocationterminalid": 1,
"stoplocationfirstunit": 1,
"stoplocationlastunit": 1,
"issectioned": 0,
"circuittype": 0,
"conflictcontainerstate": null,
"globalid": "{DFFEE38A-28AA-427F-88B7-D286EB6CC2F9}",
"created_user": null,
"created_date": null,
"last_edited_user": "unadmin",
"last_edited_date": 1751471778000
}
}
],
[
{
"attributes": {
"objectid": 4,
"name": "CIRCUITB",
"sectionorder": null,
"status": 0,
"isdeleted": 0,
"lastverified": 1751471678000,
"lastexported": null,
"startlocationsourceid": 20,
"startlocationid": "{2659FAC0-B962-47CA-8157-961DF16678F7}",
"startlocationterminalid": 1,
"startlocationfirstunit": 1,
"startlocationlastunit": 1,
"stoplocationsourceid": 20,
"stoplocationid": "{FACFCBC3-A72E-44E1-A2A9-251BAB46A204}",
"stoplocationterminalid": 1,
"stoplocationfirstunit": 1,
"stoplocationlastunit": 1,
"issectioned": 0,
"circuittype": 0,
"conflictcontainerstate": null,
"globalid": "{4163DA48-D9F9-437E-8D2C-6564DB899EC9}",
"created_user": null,
"created_date": null,
"last_edited_user": "unadmin",
"last_edited_date": 1751471677000
}
},
{
"attributes": {
"objectid": 4,
"name": "CIRCUITB",
"sectionorder": null,
"status": 0,
"isdeleted": 0,
"lastverified": 1751471778000,
"lastexported": null,
"startlocationsourceid": 20,
"startlocationid": "{2659FAC0-B962-47CA-8157-961DF16678F7}",
"startlocationterminalid": 1,
"startlocationfirstunit": 1,
"startlocationlastunit": 1,
"stoplocationsourceid": 20,
"stoplocationid": "{FACFCBC3-A72E-44E1-A2A9-251BAB46A204}",
"stoplocationterminalid": 1,
"stoplocationfirstunit": 1,
"stoplocationlastunit": 1,
"issectioned": 0,
"circuittype": 0,
"conflictcontainerstate": null,
"globalid": "{4163DA48-D9F9-437E-8D2C-6564DB899EC9}",
"created_user": null,
"created_date": null,
"last_edited_user": "unadmin",
"last_edited_date": 1751471778000
}
}
]
]
}
}
],
"success": true
}