System Administration >
Settings
>
User Management
>
LDAP Identity Sources
Test the configuration of an existing LDAP identity source
Attempt to connect to an existing LDAP identity source and report any errors encountered.
Request:
Method:
POST
URI Path(s):
/api/v1/aaa/ldap-identity-sources/<ldap-identity-source-id>?action=probe
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
POST /policy/api/v1/aaa/ldap-identity-sources/airius-ad?action=probe
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LdapIdentitySourceProbeResults
+
LdapIdentitySourceProbeResults
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
results
Probe results
Probe results for all probed LDAP servers.
array of
IdentitySourceLdapServerProbeResult
Example Response:
{ "results": [ "url": "ldap://ldap-vip01.corp.airius.com", "result": "SUCCESS" ], }
Required Permissions:
read
Feature:
users_configuration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable