Disable Topology

Description

Displaying the network topology for a utility network may be done by the owner. When the topology is disabled, feature and association edits do not generate dirty areas. When the topology is disabled:

The topology may be disabled in the DEFAULT or child version.

LicenseLicense:
The ArcGIS Utility Network Management extension is required to use these resources.

Request Parameters

Parameter

Details

f

Description: Optional parameter representing the output format of the response. The default response format is html.

Values: html | json.

gdbVersion

Description: Optional parameter specifying the name of the geodatabase version (default is DEFAULT).

Syntax: gdbVersion=<version>

sessionId

Description: Optional parameter representing the token (guid) used to lock the version. If the calling client is editing a named version, the sessionId must be provided; if the client is editing DEFAULT, the version may not be locked and the sessionId should not be specified.

Syntax: sessionId=<guid>

JSON Response Syntax

JSON response:

{
  "moment" : <datetime>,
  "success" : <true | false>,
  "error" : {                   // only if success is false
    "extendedCode" : <HRESULT>,
    "message" : <error message>,
    "details" : [ <detail> ]
  }
}