Update Is Connected
- URL:https://<utlitynetworkservice-url>/updateIsConnected(POST only)
- Version Introduced:10.6
Request Parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter representing the output format of the response. The default response format is html. Values: html | json |
Description
Utility network features have an attribute called IsConnected that lets you know if a feature is connected to a source or sink, and therefore it could potentially be part of an existing subnetwork. The updateIsConnected operation updates this attribute on features in the specified utility network. This operation may also only be executed on the default version by the portal utility network owner.
License:The ArcGIS Utility Network Management extension
is required to use these resources.
JSON Response Syntax
JSON response:
{
"moment" : <datetime>,
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}