- URL:
- https://<root>/data/validateAllDataItems
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The validate
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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the validate
operation:
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
{"status": "success"}