FRAMES | NO FRAMES Description | Parameters | Request | Response | Example
URL:http://server:port/arcgis/admin/data/computeTotalRefCount
HTTP Method:POST
Parent Resource:Data
Required Privileges:Publisher or Administrator

Description

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).

Parameters

Parameter Description
path The complete hierarchical path to the item.
f The response format. The default response format is html.
Values: html | json

Request Format

			
	http://server:port/arcgis/admin/data/computeTotalRefCount
	path=<path>
			

Response Format

	{
		"totalRefCount": <count>
	}
			

Example

	
	http://server:port/arcgis/admin/data/computeTotalRefCount
	item=/arcgisdata/usa