DN Renaming Workflow Element REST Endpoints

DN Renaming Workflow Element
The DN Renaming Workflow Element is used to apply a DN renaming transformation. A DN renaming transformation applies a transformation on all the DNs of the entries stored in a defined portion of a DIT. For instance, the server stores the user entries as uid=user.x,ou=people,dc=server,dc=com. The DN renaming transformation can be configured to rename all the user entries as uid=user.x,ou=org,dc=client,dc=com, meaning that the client application will see the DIT ou=org,dc=client,dc=com instead of ou=people,dc=example,dc=com. The DN renaming transformation also transforms some of or all the attributes that have a DN syntax or a Name And Optional UID syntax. For instance, the entry uid=user.1,ou=people,dc=server,dc=com contains an attribute manager: uid=mgr_uid,ou=people,dc=server,dc=com. When this entry is transformed, the manager attribute is also transformed into uid=mgr_uid,ou=org,dc=client,dc=com.
Add, Search, Compare or Delete DN Renaming Workflow Element
Method: post
Path: /rest/v1/admin
Delete a DN Renaming Workflow Element by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find DN Renaming Workflow Element by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a DN Renaming Workflow Element by DN
Method: patch
Path: /rest/v1/admin/{dn}