Validate All Data Items

URL:
https://<root>/data/validateAllDataItems
Methods:
POST
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The validateAllDataItems operation validates 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

The following is a sample POST request for the validateAllDataItems operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/data/validateAllDataItems HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

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