File shares

URL:
https://<root>/data/items/fileShares
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The fileShares resource provides access to individual file share data items that have been registered with ArcGIS Server. File share data items are network-accessible file system folders that contain one or more datasets.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the fileShares resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/items/fileShares?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "path": "/fileShares",
  "type": "datadir",
  "id": "c95f4f1c-22fd-41e4-b59c-62c72a837c88"
}

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