NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Scan the size of a directory domainThis call scans the size of a directory domain. It may be very | expensive to run this call in some AD domain deployments. Please | use it with caution.  | 
                      
                        POST /api/v1/directory/domain-size
                           (Deprecated)
                         | 
                    
List all configured domains | 
                      
                        GET /api/v1/directory/domains
                           (Deprecated)
                         | 
                    
Create a directory domain | 
                      
                        POST /api/v1/directory/domains
                           (Deprecated)
                         | 
                    
Delete a specific domain with given identifier | 
                      
                        DELETE /api/v1/directory/domains/{domain-id}
                           (Deprecated)
                         | 
                    
Get a specific domain with given identifier | 
                      
                        GET /api/v1/directory/domains/{domain-id}
                           (Deprecated)
                         | 
                    
Invoke full sync or delta sync for a specific domain, with additional delay in seconds if needed. Stop sync will try to stop any pending sync if any to return to idle state. | 
                      
                        POST /api/v1/directory/domains/{domain-id}
                           (Deprecated)
                         | 
                    
Update a directory domainUpdate to any field in the directory domain will trigger a full sync  | 
                      
                        PUT /api/v1/directory/domains/{domain-id}
                           (Deprecated)
                         | 
                    
Fetch all organization units for a Directory domain. | 
                      
                        POST /api/v1/directory/domains/{domain-id}/org-units
                           (Deprecated)
                         | 
                    
Get domain sync statistics for the given identifier | 
                      
                        GET /api/v1/directory/domains/{domain-id}/sync-stats
                           (Deprecated)
                         | 
                    
Fetch all organization units for a LDAP server. | 
                      
                        POST /api/v1/directory/org-units
                           (Deprecated)
                         |