NSX-T Data Center REST API
Fetch all organization units for a LDAP server.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/firewall-identity-stores-org-units
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyIdfwEnforcementPointRequestParameters+
  Request Body:
    DirectoryLdapServer+
  Example Request:
POST https://<nsx-mgr>/policy/api/v1/infra/firewall-identity-stores-org-units { "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+
  