Resize (Unit Identifiers)

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.

Use dark colors for code blocksCopy
1
f=html | json | pjson

gdbVersion

(Optional)

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

Syntax: 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: sessionId=<guid>

moment

(Optional)

The session moment (the default is the version current moment). This should only be specified by the client when they do not want to use the current moment.

Syntax: moment=<Epoch time in milliseconds>

Example: moment=1730456642

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 objct to be resized to.

Syntax: numUnits=<short>

Example: numUnits=5

Example usage

Request URL and parameters:

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.