Modify Subnetwork Controller Python Code

395
1
04-01-2022 01:30 AM
contuber
New Contributor II

Hi all,

 

I want to cancel all Subnetwork Controller devices.
It allows to do this one by one from within arcgis pro.
Can I do this in bulk with python? or how else can i do this?

 

CancelSubnetworkController.jpg

0 Kudos
1 Reply
Johan-Terblans
New Contributor II

Two options I can think off:
1) Write some Python to call the disabled subnetwork controller REST end point (this is what ArcGIS Pro calls on Modify Subnetwork Controller as well)

e.g. ..../arcgis/rest/services/MyUtilityNetwork/UtilityNetworkServer/disableSubnetworkController

2) The ArcGIS Pro SDK API also has a function to disable subnetwork controller - so if you prefer C# that might be an option. It does however still call the same REST end point as above for disableSubnetworkController

0 Kudos