Compute Ref Count

URL:
https://<root>/data/computeTotalRefCount
Methods:
GET
Version Introduced:
10.1

Description

The computeTotalRefCount operation computes the total number of references to a given data item that exist on the server. You can use this operation to determine if a data resource can be safely deleted or taken down for maintenance.

Request parameters

ParameterDetails

itemPath

The complete hierarchical path to the item.

Example
Use dark colors for code blocksCopy
1
itemPath=/arcgisdata/usa

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample GET request for the computeTotalRefCount operation:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/computeTotalRefCount?itemPath=/arcgisdata/usa&f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "totalRefCount": 10
}

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