System Administration > Configuration > Directory Service > Domains

Associated URIs:

API Description API Path

Scan the size of a directory domain


This 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

List all configured domains


GET /api/v1/directory/domains

Create a directory domain


POST /api/v1/directory/domains

Delete a specific domain with given identifier


DELETE /api/v1/directory/domains/<domain-id>

Get a specific domain with given identifier


GET /api/v1/directory/domains/<domain-id>

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>

Update a directory domain


Update to any field in the directory domain will trigger a full sync
PUT /api/v1/directory/domains/<domain-id>

Get domain sync statistics for the given identifier


GET /api/v1/directory/domains/<domain-id>/sync-stats