Entry UUID Virtual Attribute REST Endpoints

Entry UUID Virtual Attribute
The Entry UUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute. The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because Oracle Unified Directory does not allow modify DN operations to be performed in private backends.
Add, Search, Compare or Delete Entry UUID Virtual Attribute
Method: post
Path: /rest/v1/admin
Delete a Entry UUID Virtual Attribute by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Entry UUID Virtual Attribute by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Entry UUID Virtual Attribute by DN
Method: patch
Path: /rest/v1/admin/{dn}