Skip to content
URL:
https://<root>/<serviceName>/UtilityNetworkServer/unitIdentifiers/resize
Methods:
GETPOST
Version Introduced:
11.5

Description

The resize operation on the unitIdentifiers resource is used to alter the number of units associated with a unit identifier feature in a telecom domain network, either increasing or decreasing the number.

Request parameters

ParameterDetails

f

The output format of the response. The default response format is html.

Values: html | json | pjson

gdbVersion

(Optional)

Specifies the name of the geodatabase version. The default value is sde.DEFAULT.

Syntax:

Use dark colors for code blocksCopy
1
2

gdbVersion=<version>

sessionID

(Optional)

Specifies the token guid used to lock the version. If the calling client is editing a named version, the sessionId value must be provided; if the client is editing DEFAULT, the version may not be locked and the sessionId value should not be specified.

Syntax:

Use dark colors for code blocksCopy
1
2

sessionId=<guid>

object

(Required)

The unit identifiable feature or object being resized.

Syntax:

Use dark colors for code blocksCopy
1
2
3
4
{
  "sourceId": <short>,
  "globalId": "<guid>"
}

Example:

Use dark colors for code blocksCopy
1
2
3
4
{
  "sourceId": 9,
  "globalId": "{E8F7E030-A537-4D05-8CAE-0067D0B48625}"
}

numUnits

(Optional)

The number of units for the feature or object to be resized to.

Syntax:

Use dark colors for code blocksCopy
1
2

numUnits=<short>

Example:

Use dark colors for code blocksCopy
1
2

numUnits=5

Example usage

Request URL and parameters:

Use dark colors for code blocksCopy
1
2

https://myserver.esri.com/server/rest/services/Telco/UtilityNetworkServer/unitIdentifiers/resize
Use dark colors for code blocksCopy
1
2
3
4
5
6
7
f=json
gdbVersion=sde.Default
objects= {
    "sourceId": 18,
    "globalId": "{E8F7E030-A537-4D05-8CAE-0067D0B48625}"
}
numUnits=3

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.