PUT /ds/test
Sections
Performs a connection test with the submitted settings. Authentication is required.
Request format
Accepts the full set of directory settings keys with values defined.
Return format
If the connection test is successful, returns information about the test run.
For example:
{"elapsed": 10}
Copied!
Error responses
If the request times out or encounters an error, returns information about the test run.
For example:
{"elapsed": 20, "error": "..."}
Copied!