Raster stores

URL:
https://<root>/data/items/rasterStores
Methods:
GET
Required Capability:
Access allowed with any authorized privilege

Description

The rasterStores resource provides access to individual raster store data items that have been registered with ArcGIS Server. Raster store data items are network-accessible file system folders or cloud stores that are output stores for raster analysis.

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 rasterStores resource:

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

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "path": "/rasterStores",
  "type": "datadir",
  "id": "7bea1a73-60ff-404b-9a5d-306e413b3866"
}

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