NSX-T Data Center REST API
IdentitySourceLdapServerProbeResult (type)
{ "description": "The results of probing an individual LDAP server.", "id": "IdentitySourceLdapServerProbeResult", "module_id": "LdapIdentitySources", "properties": { "errors": { "description": "Detail about errors encountered during the probe.", "items": { "$ref": "LdapProbeError }, "title": "Error details", "type": "array" }, "result": { "description": "Overall result of the probe. If the probe was able to connect to the LDAP service, authenticate using the provided credentials, and perform searches of the configured user and group search bases without error, the result is SUCCESS. Otherwise, the result is FAILURE, and additional details may be found in the errors property.", "enum": [ "SUCCESS", "FAILURE" ], "title": "Overall result", "type": "string" }, "url": { "description": "THe URL of the probed LDAP host.", "title": "LDAP Server URL", "type": "string" } }, "title": "Results from one LDAP server probe", "type": "object" }