NSX-T Data Center REST API
Create a LDAP server for Firewall Identity store
More than one LDAP server can be created and only one LDAPserver is used to synchronize directory objects. If more
than one LDAP server is configured, NSX will try all the
servers until it is able to successfully connect to one.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
Request Headers:
n/a
Query Parameters:
PolicyIdfwEnforcementPointRequestParameters+
Request Body:
DirectoryLdapServer+
Example Request:
PATCH https://<nsx-mgr>/policy/api/v1/infra/firewall-identity-stores/idstore-1/ldap-servers/01ad13c6-23c1-4175-ad3f-881eac8e45ef { "host": "10.161.34.143", "username": "dummy", "password": "dummy", "display_name": "nimbus LDAP", "thumbprint": "3b1f4f3b636569d648a3092fc5b5b00fe4f6ec6abd34de86ae657f4bba22913e", "port": 389, "protocol": "LDAP" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
DirectoryLdapServer+