- URL:
- https://<root>/data/computeTotalRefCount
- Methods:
GET
- Version Introduced:
- 10.1
Description
The compute
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
Parameter | Details |
---|---|
| The complete hierarchical path to the item. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample GET request for the compute
operation:
https://machine.domain.com/webadaptor/admin/data/computeTotalRefCount?itemPath=/arcgisdata/usa&f=pjson
JSON Response example
{
"totalRefCount": 10
}