- URL:https://<data-url>/config
- Operations:Update Datastore Configuration
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1.1
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
| Parameter | Details | 
|---|---|
| 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=jsonJSON Response syntax
{
  "<property1>": <value1>,
  "<property2>": <value1>
}JSON Response example
{
  "blockDataCopy": true,
}