- URL:
- https://<root>/data/validateAllDataItems
- Methods:
POST- Version Introduced:
- 12.0
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 |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the validate operation:
POST /<context>/admin/data/validateAllDataItems HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}