- URL:
- https://<root>/<serviceName>/UtilityNetworkServer/exportSubnetwork
- Methods:
POST- Required Capability:
- Requires the ArcGIS Advanced Editing user type extension license
- Version Introduced:
- 10.6
Description
The export operation is used to export information about a subnetwork to a JSON file. This information can then be used by external systems such as outage management and asset tracking. Exporting a subnetwork also allows you to delete corresponding rows in the Subnetworks table when the Is attribute is set to True. This indicates that a subnetwork controller has been removed. Exporting a subnetwork is supported both synchronously and asynchronously.
Request parameters
| Parameter | Details |
|---|---|
| Specifies the output format of the response. The Values: |
(Optional) | Specifies the name of the geodatabase version. The default value is Syntax: |
(Optional) | Specifies the token ( Syntax: |
(Optional) | Specifies the session moment. The default value is the version's current moment. This should only be specified by the client when they do not want to use the current moment. Syntax: Example: |
(Required) | The name of the domain network of which the subnetwork is a part. Syntax: |
(Required) | The name of the tier of which the subnetwork is a part. Syntax: |
(Required) | Description: The name of the subnetwork to export. Syntax: |
(Optional) | Specifies whether the export is acknowledged. The default is A subnetwork is removed from a utility network when all subnetwork controllers associated with a subnetwork have been logically deleted and the subnetwork is exported with Values: |
(Optional) | Specifies the collection of trace configuration parameters. See the traceConfiguration parameter in the Trace topic. Syntax: |
(Optional) | Specifies the types of results to return. The Syntax: |
(Optional) | Introduced at ArcGIS Enterprise 10.9.1. Specifies whether the request will be processed asynchronously. If Values: |
(Optional) | Introduced at ArcGIS Enterprise 11.1. Specifies the output spatial reference of the exported subnetwork using a well-known ID ( Syntax: Example: Example: |
JSON Response syntax
JSON response (when async = false):
{
"moment" : <datetime>,
"subnetworkHasBeenDeleted" : <true | false>,
"url" : "<url>", // url of created connectivity file
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}JSON response (when async = true):
{
"statusUrl" : <url>
}JSON response to the status URL (when pending or in progress):
{
"status" : "<Pending | InProgress>",
"submissionTime" : <datetime>,
"lastUpdatedTime" : <datetime>
}JSON response to the status URL (when completed):
{
"moment" : <datetime>,
"subnetworkHasBeenDeleted" : <true | false>,
"url" : "<url>", // url of created connectivity file
"status" : "Completed",
"submissionTime" : <datetime>,
"lastUpdatedTime" : <datetime>,
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}Export JSON file format for 12.1 and later:
{
"controllers": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"terminalId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>
}
],
"featureElements": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"positionFrom": <double>, // edges only
"positionTo": <double>, // edges only
"flowDirection": "withDigitized" | "againstDigitized" | "indeterminate", // edges only
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>,
"fieldValues" : [
{
"fieldName" : <value>,
"value" : <value>,
"description" : <string>
}
],
"networkAttributeValues" : [],
"networkAttributeDescriptions" : [],
}
],
"connectivity": [
{
"viaNetworkSourceId": <long>,
"viaGlobalId": <guid>,
"viaObjectId": <long>,
"viaPositionFrom": <double>,
"viaPositionTo": <double>,
"viaGeometry": <geometry>,
"flowDirection": "withDigitized" | "againstDigitized" | "indeterminate", // edges only
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromObjectId": <long>,
"fromTerminalId": <long>,
"fromGeometry": <geometry>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toObjectId": <long>,
"toTerminalId": <long>,
"toGeometry": <geometry>
},
{
"viaNetworkSourceName" : <string>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"associations": [
{
"associationType" : "containment" | "attachment",
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromTerminalId": <long>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toTerminalId": <long>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"relatedRecords": [
{
"networkSourceId": <long>,
"networkSourceName": <string>,
"globalId": <guid>,
"relationshipClasses": [
{
"originLayerId": <long>,
"destinationLayerId": <long>,
"name": <string>,
"originName": <string>, // When includeDomainDescriptions is true.
"destinationName": <string>, // When includeDomainDescriptions is true.
"relationships": [
{
"outFields": [],
"relationshipOutFields": []
}
]
}
]
}
],
}
"sourceMapping":
{
"networkSourceId": "string",
...
},
"resultTypes": [
{
"type": "features" | "connectivity" | "controllers" | "associations" | "relatedRecords",
"includeGeometry": true | false,
"includePropagatedValues": true | false,
"includeDomainDescriptions": true | false,
"includeFlowDirections": true | false,
"networkAttributeNames": [<string>, ...],
"diagramTemplateName": "",
"resultTypeFields": [
{
"networkSourceId": <long>,
"fieldName": <string>
}
],
"relationshipClasses" : [
{
"originLayerId" : <long>,
"destinationLayerId" : <long>,
"outFields" : [<string>, ...],
"relationshipOutFields" : [<string>, ...]
}
]
}
],
"spatialReference": <spatialReference>
}Export JSON file format for 11.5 through 12.0:
{
"controllers": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"terminalId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>
}
],
"featureElements": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"positionFrom": <double>, // edges only
"positionTo": <double>, // edges only
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>,
"fieldValues" : [
{
"fieldName" : <value>,
"value" : <value>,
"description" : <string>
}
],
"networkAttributeValues" : [],
"networkAttributeDescriptions" : [],
}
],
"connectivity": [
{
"viaNetworkSourceId": <long>,
"viaGlobalId": <guid>,
"viaObjectId": <long>,
"viaPositionFrom": <double>,
"viaPositionTo": <double>,
"viaGeometry": <geometry>,
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromObjectId": <long>,
"fromTerminalId": <long>,
"fromGeometry": <geometry>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toObjectId": <long>,
"toTerminalId": <long>,
"toGeometry": <geometry>
},
{
"viaNetworkSourceName" : <string>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"associations": [
{
"associationType" : "containment" | "attachment",
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromTerminalId": <long>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toTerminalId": <long>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"relatedRecords": [
{
"networkSourceId": <long>,
"networkSourceName": <string>,
"globalId": <guid>,
"relationshipClasses": [
{
"originLayerId": <long>,
"destinationLayerId": <long>,
"name": <string>,
"originName": <string>, // When includeDomainDescriptions is true.
"destinationName": <string>, // When includeDomainDescriptions is true.
"relationships": [
{
"outFields": [],
"relationshipOutFields": []
}
]
}
]
}
],
}
"sourceMapping":
{
"networkSourceId": "string",
...
},
"resultTypes": [
{
"type": "features" | "connectivity" | "controllers" | "associations" | "relatedRecords",
"includeGeometry": true | false,
"includeDomainDescriptions": true | false,
"networkAttributeNames": [<string>, ...],
"diagramTemplateName": "",
"resultTypeFields": [
{
"networkSourceId": <long>,
"fieldName": <string>
}
],
"relationshipClasses" : [
{
"originLayerId" : <long>,
"destinationLayerId" : <long>,
"outFields" : [<string>, ...],
"relationshipOutFields" : [<string>, ...]
}
]
}
],
"spatialReference": <spatialReference>
}Export JSON file format for 10.9.1 through 11.3:
{
"controllers": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"terminalId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>
}
],
"featureElements": [
{
"networkSourceId": <long>,
"globalId": <guid>,
"objectId": <long>,
"assetGroupCode": <long>,
"assetTypeCode": <long>,
"positionFrom": <double>, // edges only
"positionTo": <double>, // edges only
"geometry": <geometry>,
"networkSourceName" : <string>,
"assetGroupName" : <string>,
"assetTypeName" : <string>,
"terminalName" : <string>,
"fieldValues" : [
{
"fieldName" : <value>,
"value" : <value>,
"description" : <string>
}
],
"networkAttributeValues" : [],
"networkAttributeDescriptions" : [],
}
],
"connectivity": [
{
"viaNetworkSourceId": <long>,
"viaGlobalId": <guid>,
"viaObjectId": <long>,
"viaPositionFrom": <double>,
"viaPositionTo": <double>,
"viaGeometry": <geometry>,
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromObjectId": <long>,
"fromTerminalId": <long>,
"fromGeometry": <geometry>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toObjectId": <long>,
"toTerminalId": <long>,
"toGeometry": <geometry>
},
{
"viaNetworkSourceName" : <string>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"associations": [
{
"associationType" : "containment" | "attachment",
"fromNetworkSourceId": <long>,
"fromGlobalId": <guid>,
"fromTerminalId": <long>,
"toNetworkSourceId": <long>,
"toGlobalId": <guid>,
"toTerminalId": <long>,
"fromNetworkSourceName" : <string>,
"fromTerminalName" : <string>,
"toNetworkSourceName" : <string>,
"toTerminalName" : <string>
}
],
"sourceMapping":
{
"networkSourceId": "string",
...
},
"resultTypes": [
{
"type": "features" | "connectivity" | "controllers" | "associations",
"includeGeometry": true | false,
"includePropagatedValues": true | false,
"includeDomainDescriptions": true | false,
"networkAttributeNames": ["<networkAttributeName1>", ...],
"diagramTemplateName": "",
"resultTypeFields": [
{
"networkSourceId": <long>,
"fieldName": "<string>"
}
]
}
],
"spatialReference": <spatialReference>
}Example usage
Export a subnetwork in the Electric domain network and Electric Distribution tier to return attribute values describing the Phase and Device Status of a Device from a related table (SwitchUnit) using the related option for result.
Request URL and parameters:
https://myserver.esri.com/server/rest/services/LandUse/UtilityNetworkServer/exportSubnetworkf=json
gdbVersion=sde.Default
sessionId=
moment=
domainNetworkName=Electric
tierName=Electric Distribution
subnetworkName=RMT001
exportAcknowledgement=false
traceConfiguration=
{
"includeContainers": false,
"includeContent": false,
"includeStructures": false,
"includeBarriers": true,
"validateConsistency": true,
"validateLocatability": false,
"synthesizeGeometries": false,
"includeIsolated": false,
"ignoreBarriersAtStartingPoints": false,
"includeUpToFirstSpatialContainer": false,
"allowIndeterminateFlow": true,
"useDigitizedDirection": false,
"domainNetworkName": "",
"tierName": "",
"targetTierName": "",
"subnetworkName": "",
"diagramTemplateName": "",
"shortestPathNetworkAttributeName": "",
"filterBitsetNetworkAttributeName": "",
"traversabilityScope": "junctionsAndEdges",
"numPaths": -1,
"maxHops": -1,
"inferConnectivity": false,
"circuitName": "",
"conditionBarriers": [],
"functionBarriers": [],
"arcadeExpressionBarrier": "",
"filterBarriers": [],
"filterFunctionBarriers": [],
"filterScope": "junctionsAndEdges",
"functions": [],
"nearestNeighbor": {
"count": -1,
"costNetworkAttributeName": "",
"nearestCategories": [],
"nearestAssets": []
},
"outputFilters": [],
"outputConditions": [],
"propagators": []
}
resultTypes= [
{
"type": "relatedRecords",
"includeGeometry": true,
"includePropagatedValues": false,
"includeDomainDescriptions": true,
"networkAttributeNames": [],
"diagramTemplateName": "",
"resultTypeFields": [],
"relationshipClasses": [
{
"originLayerId": 5,
"destinationLayerId": 1,
"outFields": ["Phase", ​"DeviceStatus"]​,
"relationshipOutFields": []
}
]
},
{
"type" : "controllers",
"includeGeometry" : true,
"includePropagatedValues" : false,
"includeDomainDescriptions" : true,
"networkAttributeNames" : [
],
"diagramTemplateName" : "",
"resultTypeFields" : [
],
"relationshipClasses" : [
]
}
],
"spatialReference" : {
"wkid" : 26911,
"latestWkid" : 26911,
"vcsWkid" : 115702,
"latestVcsWkid" : 115702
}
}{
"moment": 1785062352074,
"url": "https://myserver.esri.com/server/rest/directories/arcgisoutput/LandUse_MapServer/_a24A18066-692E-43E1-B442-312B083D347E.json",
"subnetworkHasBeenDeleted": false,
"success": true
}
{
"relatedRecords": [
{
"networkSourceId": 5,
"networkSourceName": "ElectricDevice",
"globalId": "{BE50E691-9297-4B9E-B6D2-24DA3D16FF8E}",
"relationshipClasses": [
{
"originLayerId": 5,
"destinationLayerId": 1,
"name": "ElecDevice_SwitchUnit",
"originName": "ElecDevice",
"destinationName": "SwitchUnit",
"relationships": [
{
"outFields": [
{
"name": "Phase",
"value": 4,
"description": "A"
},
{
"name": "DeviceStatus",
"value": 1,
"description": "Closed"
}
]
},
{
"outFields": [
{
"name": "Phase",
"value": 2,
"description": "B"
},
{
"name": "DeviceStatus",
"value": 1,
"description": "Closed"
}
]
},
{
"outFields": [
{
"name": "Phase",
"value": 1,
"description": "C"
},
{
"name": "DeviceStatus",
"value": 0,
"description": "Open"
}
]
},
]
}
]
}
],
"sourceMapping": {
"1": "UN_6_Associations",
"2": "UN_6_SystemJunctions",
"4": "StructureJunction",
"6": "StructureBoundary",
"7": "StructureJunctionObject",
"5": "StructureLine",
"8": "StructureEdgeObject",
"9": "ElectricDistributionDevice",
"11": "ElectricDistributionAssembly",
"12": "ElectricDistributionJunction",
"14": "ElectricDistributionJunctionObject",
"10": "ElectricDistributionLine",
"13": "ElectricDistributionSubnetLine",
"15": "ElectricDistributionEdgeObject",
"16": "ElectricTransmissionDevice",
"18": "ElectricTransmissionAssembly",
"19": "ElectricTransmissionJunction",
"21": "ElectricTransmissionJunctionObject",
"17": "ElectricTransmissionLine",
"20": "ElectricTransmissionSubnetLine",
"22": "ElectricTransmissionEdgeObject"
},
"resultTypes": [
{
"type": "relatedRecords",
"includeGeometry": true,
"includePropagatedValues": false,
"includeDomainDescriptions": true,
"networkAttributeNames": [],
"diagramTemplateName": "",
"resultTypeFields": [],
"relationshipClasses": [
{
"originLayerId": 5,
"destinationLayerId": 1,
"outFields": [
"Phase",
"DeviceStatus"
],
"relationshipOutFields": []
}
]
}
]
}Export the RMT001 subnetwork from the Electric Distribution tier in the Electric domain network using the export operation. The result parameter includes features, connectivity, and associations values where include and include are true.
Request URL and parameters:
https
f=json
gdbVersion=sde.default
sessionId=
moment=
domainNetworkName=Electric
tierName=Electric Distribution
subnetworkName=RMT001
exportAcknowledgement=false
traceConfiguration=
{
"includeContainers": false,
"includeContent": false,
"includeStructures": false,
"includeBarriers": true,
"validateConsistency": true,
"validateLocatability": false,
"synthesizeGeometries": false,
"includeIsolated": false,
"ignoreBarriersAtStartingPoints": false,
"includeUpToFirstSpatialContainer": false,
"allowIndeterminateFlow": true,
"useDigitizedDirection": false,
"domainNetworkName": "",
"tierName": "",
"targetTierName": "",
"subnetworkName": "",
"diagramTemplateName": "",
"shortestPathNetworkAttributeName": "",
"filterBitsetNetworkAttributeName": "",
"traversabilityScope": "junctionsAndEdges",
"conditionBarriers": [],
"functionBarriers": [],
"arcadeExpressionBarrier": "",
"filterBarriers": [],
"filterFunctionBarriers": [],
"filterScope": "junctionsAndEdges",
"functions": [],
"nearestNeighbor": {
"count": -1,
"costNetworkAttributeName": "",
"nearestCategories": [],
"nearestAssets": []
},
"outputFilters": [],
"outputConditions": [],
"propagators": []
}
resultTypes=
[
{
"type": "features",
"includeGeometry": true,
"includePropagatedValues": true,
"includeDomainDescriptions": true,
"includeFlowDirections": true,
"networkAttributeNames": [],
"diagramTemplateName": "",
"resultTypeFields": []
},
{
"type": "connectivity",
"includeGeometry": true,
"includePropagatedValues": false,
"includeDomainDescriptions": true,
"includeFlowDirections": true,
"networkAttributeNames": [],
"diagramTemplateName": "",
"resultTypeFields": []
},
{
"type": "associations",
"includeGeometry": false,
"includePropagatedValues": false,
"includeDomainDescriptions": true,
"includeFlowDirections": false,
"networkAttributeNames": [],
"diagramTemplateName": "",
"resultTypeFields": []
}
]
async=falseJSON response (async=false):
{
"moment": 1772197200011,
"url": "https://myserver.esri.com/server/rest/directories/arcgisoutput/LandUse_MapServer/_aD8622EF3-25AD-4996-B304-EAE53BDAF8C7.json",
"subnetworkHasBeenDeleted": false,
"success": true
}{
"featureElements": [
{
"networkSourceId": 2,
"globalId": "{4A93C1E2-F57B-45BB-A5F7-B91F757FB0D7}",
"objectId": 152,
"terminalId": 0,
"assetGroupCode": 0,
"assetTypeCode": 0,
"geometry": {
"x": 6815672.813086301,
"y": 1847937.6206742228,
"z": 0,
"m": null
},
"networkSourceName": "UN_6_SystemJunctions",
"assetGroupName": "",
"assetTypeName": "",
"terminalName": "",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 12,
"globalId": "{C25637FB-2C86-4297-AB77-BCB021427791}",
"objectId": 608,
"terminalId": 1,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815672.303572893,
"y": 1847964.9667481483,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionJunction",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 14,
"globalId": "{65684081-5158-4360-BFBA-AB58552C9C2F}",
"objectId": 527,
"terminalId": 3,
"assetGroupCode": 3,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Circuit Breaker",
"assetTypeName": "Circuit Breaker",
"terminalName": "Load",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 12,
"globalId": "{A2DC4EDB-0398-4C59-88FC-A08EF7BEB359}",
"objectId": 607,
"terminalId": 1,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815669.8445883099,
"y": 1848032.185445726,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionJunction",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 9,
"globalId": "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"objectId": 450,
"terminalId": 8,
"assetGroupCode": 7,
"assetTypeCode": 1,
"geometry": {
"x": 6815669.0247080479,
"y": 1848099.4038152248,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionDevice",
"assetGroupName": "Transformer",
"assetTypeName": "Overhead",
"terminalName": "High",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 9,
"globalId": "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"objectId": 388,
"terminalId": 3,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815663.286530554,
"y": 1848226.4632723928,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionDevice",
"assetGroupName": "Circuit Breaker",
"assetTypeName": "Air powered",
"terminalName": "Load",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 9,
"globalId": "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"objectId": 450,
"terminalId": 9,
"assetGroupCode": 7,
"assetTypeCode": 1,
"geometry": {
"x": 6815669.0247080479,
"y": 1848099.4038152248,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionDevice",
"assetGroupName": "Transformer",
"assetTypeName": "Overhead",
"terminalName": "Low",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 12,
"globalId": "{0C42A5DF-A9E8-4390-9FEA-F34B9174A372}",
"objectId": 606,
"terminalId": 1,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815665.745843217,
"y": 1848160.8843353093,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionJunction",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 12,
"globalId": "{7ABBB2F9-7994-4408-95AD-857440778CE9}",
"objectId": 609,
"terminalId": 1,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815669.0247080479,
"y": 1848128.9145829827,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionJunction",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 14,
"globalId": "{719F3CC9-647D-4CAF-AC47-EE0AEE7A1494}",
"objectId": 530,
"terminalId": 1,
"assetGroupCode": 2,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 14,
"globalId": "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"objectId": 529,
"terminalId": 8,
"assetGroupCode": 5,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Transformer",
"assetTypeName": "Transformer",
"terminalName": "High",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 14,
"globalId": "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"objectId": 529,
"terminalId": 9,
"assetGroupCode": 5,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Transformer",
"assetTypeName": "Transformer",
"terminalName": "Low",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 14,
"globalId": "{5F0BCD5E-2432-43F8-872B-E8F42FBF46AB}",
"objectId": 528,
"terminalId": 1,
"assetGroupCode": 2,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Connection Point",
"assetTypeName": "Connection Point",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 14,
"globalId": "{65684081-5158-4360-BFBA-AB58552C9C2F}",
"objectId": 527,
"terminalId": 2,
"assetGroupCode": 3,
"assetTypeCode": 1,
"networkSourceName": "ElectricDistributionJunctionObject",
"assetGroupName": "Circuit Breaker",
"assetTypeName": "Circuit Breaker",
"terminalName": "Source",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 4,
"globalId": "{FB05F8D5-7CD4-461F-8F3F-D8AC55229BE5}",
"objectId": 28,
"terminalId": 1,
"assetGroupCode": 4,
"assetTypeCode": 3,
"geometry": {
"x": 6815631.316778213,
"y": 1848101.043575734,
"z": 0,
"m": null
},
"networkSourceName": "StructureJunction",
"assetGroupName": "Pole",
"assetTypeName": "Wood",
"terminalName": "Single Terminal",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
},
{
"networkSourceId": 10,
"globalId": "{DF883D83-50CC-4FFC-AFD8-A19D42D09101}",
"objectId": 841,
"assetGroupCode": 4,
"assetTypeCode": 3,
"positionFrom": 0.5213038364450218,
"positionTo": 1,
"flowDirection": "withDigitized",
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6815669.0247080479,
1848128.9145829827,
0,
null
],
[
6815669.0247080479,
1848099.4038152248,
0,
null
]
]
]
},
"networkSourceName": "ElectricDistributionLine",
"assetGroupName": "Medium Voltage",
"assetTypeName": "Three Phase Overhead",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 10,
"globalId": "{C002BDCD-534A-44C1-B9F5-4F9B48BB2344}",
"objectId": 965,
"assetGroupCode": 4,
"assetTypeCode": 3,
"positionFrom": 0,
"positionTo": 1,
"flowDirection": "withDigitized",
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6815672.303572893,
1847964.9667481483,
0,
null
],
[
6815672.813086301,
1847937.6206742228,
0,
null
]
]
]
},
"networkSourceName": "ElectricDistributionLine",
"assetGroupName": "Medium Voltage",
"assetTypeName": "Three Phase Overhead",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 15,
"globalId": "{77F02310-975A-4FE1-A51D-171F631216D0}",
"objectId": 13,
"assetGroupCode": 1,
"assetTypeCode": 1,
"positionFrom": 0,
"positionTo": 1,
"flowDirection": "withDigitized",
"networkSourceName": "ElectricDistributionEdgeObject",
"assetGroupName": "Wire",
"assetTypeName": "Wire",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 1,
"globalId": "{455E7988-BF5A-4587-B294-4FAB47609396}",
"objectId": 821,
"assetGroupCode": 0,
"assetTypeCode": 0,
"positionFrom": 0,
"positionTo": 1,
"flowDirection": "withDigitized",
"networkSourceName": "UN_6_Associations",
"assetGroupName": "",
"assetTypeName": "",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 4,
"description": "A"
}
]
},
{
"networkSourceId": 9,
"globalId": "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"objectId": 450,
"assetGroupCode": 7,
"assetTypeCode": 1,
"positionFrom": 0,
"positionTo": 1,
"flowDirection": "withDigitized",
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6815669.0247080479,
1848099.4038152248,
0,
null
],
[
6815669.0247080479,
1848099.4038152248,
0,
null
]
]
]
},
"networkSourceName": "ElectricDistributionDevice",
"assetGroupName": "Transformer",
"assetTypeName": "Overhead",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 10,
"globalId": "{DF883D83-50CC-4FFC-AFD8-A19D42D09101}",
"objectId": 841,
"assetGroupCode": 4,
"assetTypeCode": 3,
"positionFrom": 0,
"positionTo": 0.5213038364450218,
"flowDirection": "withDigitized",
"geometry": {
"hasZ": true,
"hasM": true,
"paths": [
[
[
6815665.745843217,
1848160.8843353093,
0,
null
],
[
6815669.0247080479,
1848128.9145829827,
0,
null
]
]
]
},
"networkSourceName": "ElectricDistributionLine",
"assetGroupName": "Medium Voltage",
"assetTypeName": "Three Phase Overhead",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 10,
"globalId": "{04087CD5-4456-4117-A9BC-4226A849430C}",
"objectId": 840,
"assetGroupCode": 4,
"assetTypeCode": 3,
"positionFrom": 0,
"positionTo": 1,
"flowDirection": "withDigitized",
"geometry": {
"hasZ": true,
"hasM": true,
"curvePaths": [
[
[
6815663.286530554,
1848226.4632723928,
0,
null
],
{
"c": [
[
6815665.745843217,
1848160.8843353093,
0,
null
],
[
6815630.651845002,
1848192.403838089
]
]
}
]
]
},
"networkSourceName": "ElectricDistributionLine",
"assetGroupName": "Medium Voltage",
"assetTypeName": "Three Phase Overhead",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 7,
"description": "ABC"
}
]
},
{
"networkSourceId": 15,
"globalId": "{0DB08159-503A-4DAA-88AE-EAB330C14B02}",
"objectId": 14,
"assetGroupCode": 1,
"assetTypeCode": 1,
"positionFrom": 0,
"positionTo": 1,
"networkSourceName": "ElectricDistributionEdgeObject",
"assetGroupName": "Wire",
"assetTypeName": "Wire",
"propagatedValues": [
{
"attributeName": "Phases Current",
"propagatedValue": 0,
"description": "DeEnergized"
}
]
}
],
"controllers": [
{
"networkSourceId": 9,
"globalId": "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"objectId": 388,
"terminalId": 3,
"assetGroupCode": 1,
"assetTypeCode": 1,
"geometry": {
"x": 6815663.286530554,
"y": 1848226.4632723928,
"z": 0,
"m": null
},
"networkSourceName": "ElectricDistributionDevice",
"assetGroupName": "Circuit Breaker",
"assetTypeName": "Air powered",
"terminalName": "Load"
}
],
"connectivity" : [
{
"viaNetworkSourceId" : 10,
"viaGlobalId" : "{DF883D83-50CC-4FFC-AFD8-A19D42D09101}",
"viaObjectId" : 841,
"viaPositionFrom" : 0.52130383644502176,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
"hasZ" : true,
"hasM" : true,
"paths" : [
[
[
6815669.0247080475,
1848128.9145829827,
0,
null
],
[
6815669.0247080475,
1848099.4038152248,
0,
null
]
]
]
},
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{7ABBB2F9-7994-4408-95AD-857440778CE9}",
"fromObjectId" : 609,
"fromTerminalId" : 1,
"fromGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848128.9145829827,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 9,
"toGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"toObjectId" : 450,
"toTerminalId" : 8,
"toGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848099.4038152248,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionLine",
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionDevice",
"toTerminalName" : "High"
},
{
"viaNetworkSourceId" : 10,
"viaGlobalId" : "{C002BDCD-534A-44C1-B9F5-4F9B48BB2344}",
"viaObjectId" : 965,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
"hasZ" : true,
"hasM" : true,
"paths" : [
[
[
6815672.3035728931,
1847964.9667481482,
0,
null
],
[
6815672.8130863011,
1847937.6206742227,
0,
null
]
]
]
},
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{C25637FB-2C86-4297-AB77-BCB021427791}",
"fromObjectId" : 608,
"fromTerminalId" : 1,
"fromGeometry" : {
"x" : 6815672.3035728931,
"y" : 1847964.9667481482,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 2,
"toGlobalId" : "{4A93C1E2-F57B-45BB-A5F7-B91F757FB0D7}",
"toObjectId" : 152,
"toTerminalId" : 0,
"toGeometry" : {
"x" : 6815672.8130863011,
"y" : 1847937.6206742227,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionLine",
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "UN_6_SystemJunctions",
"toTerminalName" : ""
},
{
"viaNetworkSourceId" : 15,
"viaGlobalId" : "{77F02310-975A-4FE1-A51D-171F631216D0}",
"viaObjectId" : 13,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
},
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromObjectId" : 450,
"fromTerminalId" : 9,
"fromGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848099.4038152248,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 12,
"toGlobalId" : "{A2DC4EDB-0398-4C59-88FC-A08EF7BEB359}",
"toObjectId" : 607,
"toTerminalId" : 1,
"toGeometry" : {
"x" : 6815669.8445883095,
"y" : 1848032.1854457259,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionEdgeObject",
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Low",
"toNetworkSourceName" : "ElectricDistributionJunction",
"toTerminalName" : "Single Terminal"
},
{
"viaNetworkSourceId" : 1,
"viaGlobalId" : "{455E7988-BF5A-4587-B294-4FAB47609396}",
"viaObjectId" : 821,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
},
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{A2DC4EDB-0398-4C59-88FC-A08EF7BEB359}",
"fromObjectId" : 607,
"fromTerminalId" : 1,
"fromGeometry" : {
"x" : 6815669.8445883095,
"y" : 1848032.1854457259,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 12,
"toGlobalId" : "{C25637FB-2C86-4297-AB77-BCB021427791}",
"toObjectId" : 608,
"toTerminalId" : 1,
"toGeometry" : {
"x" : 6815672.3035728931,
"y" : 1847964.9667481482,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "UN_6_Associations",
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionJunction",
"toTerminalName" : "Single Terminal"
},
{
"viaNetworkSourceId" : 9,
"viaGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"viaObjectId" : 450,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
"hasZ" : true,
"hasM" : true,
"paths" : [
[
[
6815669.0247080475,
1848099.4038152248,
0,
null
],
[
6815669.0247080475,
1848099.4038152248,
0,
null
]
]
]
},
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromObjectId" : 450,
"fromTerminalId" : 8,
"fromGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848099.4038152248,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 9,
"toGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"toObjectId" : 450,
"toTerminalId" : 9,
"toGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848099.4038152248,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionDevice",
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "High",
"toNetworkSourceName" : "ElectricDistributionDevice",
"toTerminalName" : "Low"
},
{
"viaNetworkSourceId" : 10,
"viaGlobalId" : "{DF883D83-50CC-4FFC-AFD8-A19D42D09101}",
"viaObjectId" : 841,
"viaPositionFrom" : 0,
"viaPositionTo" : 0.52130383644502176,
"flowDirection" : "againstDigitized",
"viaGeometry" : {
"hasZ" : true,
"hasM" : true,
"paths" : [
[
[
6815665.7458432168,
1848160.8843353093,
0,
null
],
[
6815669.0247080475,
1848128.9145829827,
0,
null
]
]
]
},
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{0C42A5DF-A9E8-4390-9FEA-F34B9174A372}",
"fromObjectId" : 606,
"fromTerminalId" : 1,
"fromGeometry" : {
"x" : 6815665.7458432168,
"y" : 1848160.8843353093,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 12,
"toGlobalId" : "{7ABBB2F9-7994-4408-95AD-857440778CE9}",
"toObjectId" : 609,
"toTerminalId" : 1,
"toGeometry" : {
"x" : 6815669.0247080475,
"y" : 1848128.9145829827,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionLine",
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionJunction",
"toTerminalName" : "Single Terminal"
},
{
"viaNetworkSourceId" : 10,
"viaGlobalId" : "{04087CD5-4456-4117-A9BC-4226A849430C}",
"viaObjectId" : 840,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"flowDirection" : "withDigitized",
"viaGeometry" : {
"hasZ" : true,
"hasM" : true,
"curvePaths" : [
[
[
6815663.2865305543,
1848226.4632723927,
0,
null
],
{
"c" : [
[
6815665.7458432168,
1848160.8843353093,
0,
null
],
[
6815630.6518450016,
1848192.403838089
]
]
}
]
]
},
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"fromObjectId" : 388,
"fromTerminalId" : 3,
"fromGeometry" : {
"x" : 6815663.2865305543,
"y" : 1848226.4632723927,
"z" : 0,
"m" : null
},
"toNetworkSourceId" : 12,
"toGlobalId" : "{0C42A5DF-A9E8-4390-9FEA-F34B9174A372}",
"toObjectId" : 606,
"toTerminalId" : 1,
"toGeometry" : {
"x" : 6815665.7458432168,
"y" : 1848160.8843353093,
"z" : 0,
"m" : null
},
"viaNetworkSourceName" : "ElectricDistributionLine",
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Load",
"toNetworkSourceName" : "ElectricDistributionJunction",
"toTerminalName" : "Single Terminal"
},
{
"viaNetworkSourceId" : 15,
"viaGlobalId" : "{0DB08159-503A-4DAA-88AE-EAB330C14B02}",
"viaObjectId" : 14,
"viaPositionFrom" : 0,
"viaPositionTo" : 1,
"viaGeometry" : {
},
"fromNetworkSourceId" : 14,
"fromGlobalId" : "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"fromObjectId" : 529,
"fromTerminalId" : 9,
"fromGeometry" : {
},
"toNetworkSourceId" : 14,
"toGlobalId" : "{719F3CC9-647D-4CAF-AC47-EE0AEE7A1494}",
"toObjectId" : 530,
"toTerminalId" : 1,
"toGeometry" : {
},
"viaNetworkSourceName" : "ElectricDistributionEdgeObject",
"fromNetworkSourceName" : "ElectricDistributionJunctionObject",
"fromTerminalName" : "Low",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Single Terminal"
}
],
"associations" : [
{
"associationType" : "containment",
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{A2DC4EDB-0398-4C59-88FC-A08EF7BEB359}",
"fromTerminalId" : 1,
"toNetworkSourceId" : 14,
"toGlobalId" : "{719F3CC9-647D-4CAF-AC47-EE0AEE7A1494}",
"toTerminalId" : 1,
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Single Terminal"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromTerminalId" : 8,
"toNetworkSourceId" : 14,
"toGlobalId" : "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"toTerminalId" : 8,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "High",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "High"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromTerminalId" : 8,
"toNetworkSourceId" : 14,
"toGlobalId" : "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"toTerminalId" : 9,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "High",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "High"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromTerminalId" : 9,
"toNetworkSourceId" : 14,
"toGlobalId" : "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"toTerminalId" : 8,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Low",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Low"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"fromTerminalId" : 9,
"toNetworkSourceId" : 14,
"toGlobalId" : "{62DF954E-6448-41E9-ADD3-BA39AEA8D0E1}",
"toTerminalId" : 9,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Low",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Low"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 12,
"fromGlobalId" : "{0C42A5DF-A9E8-4390-9FEA-F34B9174A372}",
"fromTerminalId" : 1,
"toNetworkSourceId" : 14,
"toGlobalId" : "{5F0BCD5E-2432-43F8-872B-E8F42FBF46AB}",
"toTerminalId" : 1,
"fromNetworkSourceName" : "ElectricDistributionJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Single Terminal"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"fromTerminalId" : 3,
"toNetworkSourceId" : 14,
"toGlobalId" : "{65684081-5158-4360-BFBA-AB58552C9C2F}",
"toTerminalId" : 2,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Load",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Load"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 9,
"fromGlobalId" : "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"fromTerminalId" : 3,
"toNetworkSourceId" : 14,
"toGlobalId" : "{65684081-5158-4360-BFBA-AB58552C9C2F}",
"toTerminalId" : 3,
"fromNetworkSourceName" : "ElectricDistributionDevice",
"fromTerminalName" : "Load",
"toNetworkSourceName" : "ElectricDistributionJunctionObject",
"toTerminalName" : "Load"
},
{
"associationType" : "containment",
"fromNetworkSourceId" : 15,
"fromGlobalId" : "{77F02310-975A-4FE1-A51D-171F631216D0}",
"fromTerminalId" : -1,
"toNetworkSourceId" : 15,
"toGlobalId" : "{0DB08159-503A-4DAA-88AE-EAB330C14B02}",
"toTerminalId" : -1,
"fromNetworkSourceName" : "ElectricDistributionEdgeObject",
"fromTerminalName" : "",
"toNetworkSourceName" : "ElectricDistributionEdgeObject",
"toTerminalName" : ""
},
{
"associationType" : "attachment",
"fromNetworkSourceId" : 4,
"fromGlobalId" : "{FB05F8D5-7CD4-461F-8F3F-D8AC55229BE5}",
"fromTerminalId" : 1,
"toNetworkSourceId" : 9,
"toGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"toTerminalId" : 8,
"fromNetworkSourceName" : "StructureJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionDevice",
"toTerminalName" : "Single Terminal"
},
{
"associationType" : "attachment",
"fromNetworkSourceId" : 4,
"fromGlobalId" : "{FB05F8D5-7CD4-461F-8F3F-D8AC55229BE5}",
"fromTerminalId" : 1,
"toNetworkSourceId" : 9,
"toGlobalId" : "{01D65634-7FA0-4520-A5C9-3F317E916FDD}",
"toTerminalId" : 9,
"fromNetworkSourceName" : "StructureJunction",
"fromTerminalName" : "Single Terminal",
"toNetworkSourceName" : "ElectricDistributionDevice",
"toTerminalName" : "Single Terminal"
}
],
"controllers" : [
{
"networkSourceId" : 9,
"globalId" : "{04D97F16-5270-4D01-9BE0-CD99CB7BF711}",
"objectId" : 388,
"terminalId" : 3,
"assetGroupCode" : 1,
"assetTypeCode" : 1,
"geometry" : {
"x" : 6815663.2865305543,
"y" : 1848226.4632723927,
"z" : 0,
"m" : null
},
"networkSourceName" : "ElectricDistributionDevice",
"assetGroupName" : "Circuit Breaker",
"assetTypeName" : "Air powered",
"terminalName" : "Load"
}
],
"sourceMapping" : {
"1" : "UN_6_Associations",
"2" : "UN_6_SystemJunctions",
"4" : "StructureJunction",
"6" : "StructureBoundary",
"7" : "StructureJunctionObject",
"5" : "StructureLine",
"8" : "StructureEdgeObject",
"9" : "ElectricDistributionDevice",
"11" : "ElectricDistributionAssembly",
"12" : "ElectricDistributionJunction",
"14" : "ElectricDistributionJunctionObject",
"10" : "ElectricDistributionLine",
"13" : "ElectricDistributionSubnetLine",
"15" : "ElectricDistributionEdgeObject"
},
"resultTypes" : [
{
"type" : "features",
"includeGeometry" : true,
"includePropagatedValues" : true,
"includeDomainDescriptions" : true,
"includeFlowDirections" : true,
"networkAttributeNames" : [],
"diagramTemplateName" : "",
"resultTypeFields" : []
},
{
"type" : "connectivity",
"includeGeometry" : true,
"includePropagatedValues" : false,
"includeDomainDescriptions" : true,
"includeFlowDirections" : true,
"networkAttributeNames" : [
],
"diagramTemplateName" : "",
"resultTypeFields" : []
},
{
"type" : "associations",
"includeGeometry" : false,
"includePropagatedValues" : false,
"includeDomainDescriptions" : true,
"includeFlowDirections" : false,
"networkAttributeNames" : [
],
"diagramTemplateName" : "",
"resultTypeFields" : []
}
],
"spatialReference" : {
"wkid" : 3498,
"latestWkid" : 3498
}
}