NSX-T Data Center REST API
LdapIdentitySourceProbeResults (type)
{ "description": "Results from probing all LDAP servers in an LDAP identity source configuration.", "extends": { "$ref": "Resource }, "id": "LdapIdentitySourceProbeResults", "module_id": "LdapIdentitySources", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "results": { "description": "Probe results for all probed LDAP servers.", "items": { "$ref": "IdentitySourceLdapServerProbeResult }, "title": "Probe results", "type": "array" } }, "title": "Results from probing all LDAP servers", "type": "object" }