Skip To Content
ArcGIS Developer
Dashboard

Validate All Data Items

Description

This operation can be used to validate that the path (for file shares) or connection strings (for databases) for all registered data items are accessible to every server node in the site, ensuring that they can be registered and used successfully within the server's data store.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for validateAllDataItems:


POST /webadaptor/admin/data/validateAllDataItems HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}