- URL:https://<data-url>/validateAllDataItems(POST only)
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
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
Parameter | Details |
---|---|
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"}