NSX-T Data Center REST API
Fetch all organization units for a LDAP server. (Deprecated)
Deprecated:Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-stores-org-units
Request:
Method:
POST
URI Path(s):
/api/v1/directory/org-units
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DirectoryLdapServer+
Example Request:
{ "resource_type": "DirectoryAdLdapServer", "display_name": "nimbus ldap", "host": "10.92.43.247", "domain_name": "idfw.local", "username": "administrator", "password": "password", "thumbprint": "3b1f4f3b636569d648a3092fc5b5b00fe4f6ec6abd34de86ae657f4bba22913e", "port": 389, "protocol": "LDAP" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DirectoryOrgUnitListResults+