Skip To Content
ArcGIS Developer
Dashboard

Datastore Configuration

Description

This resource returns information on the data store's configuration properties. Data store configuration properties affect the behavior of the data holdings of the server, which includes blockDataCopy.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | jsonpjson

Example usage

Below is a sample request URL for config:

https://machine.domain.com/webadaptor/admin/data/config?f=json

JSON Response syntax


{
  "<property1>": <value1>,
  "<property2>": <value1>
}

JSON Response example


{
  "blockDataCopy": true,
}