Update Is Connected
- URL:https://<utilitynetworkservice-url>/updateIsConnected(POST only)
- Version Introduced:10.6
Description
Utility network features have an attribute named IsConnected that tells you if a feature is connected to a subnetwork controller and could therefore potentially be part of an existing subnetwork. The updateIsConnected operation updates this attribute on features in the specified utility network for the default version.
- The network topology must be enabled.
- This operation must be executed by the portal utility network owner.
License:The active portal account must be licensed with the ArcGIS Utility Network user type extension
to use this operation.
Request parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter representing the output format of the response. The default response format is html. Values: html | json |
JSON Response syntax
JSON response:
{
"moment" : <datetime>,
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}