Null Local Backend Workflow Element REST Endpoints

Null Local Backend Workflow Element
The Null Local Backend Workflow Element provides a Directory Server backend that implements a /dev/null like behavior for development and testing. The Null Local Backend Workflow Element behaves as follows: all search operations return success but no data; all write operations do nothing; bind operations fail with invalid credentials; compare operations are only possible on objectClass and return true for top, nullBackendObject, and extensibleObject. In addition controls are supported although this implementation does not provide any specific emulation for controls. Generally known request controls are accepted and default response controls returned where applicable. Searches within a Null Local Backend Workflow Element are always considered indexed. Null Local Backend Workflow Elements are for development and testing only.
Add, Search, Compare or Delete Null Local Backend Workflow Element
Method: post
Path: /rest/v1/admin
Delete a Null Local Backend Workflow Element by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Null Local Backend Workflow Element by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Null Local Backend Workflow Element by DN
Method: patch
Path: /rest/v1/admin/{dn}