Skip To Content
ArcGIS Developer
Dashboard

Raster stores

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:

https://machine.domain.com/webadaptor/admin/data/items/rasterStores?f=pjson

JSON Response example


{
  "path": "/rasterStores",
  "type": "datadir",
  "id": "7bea1a73-60ff-404b-9a5d-306e413b3866"
}