Find DB Local Backend Workflow Element by DN
get
/rest/v1/admin/{dn}
Returns an DB Local Backend Workflow Element by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be fetched.
Query Parameters
-
attributes: array[string]
Collection Format:
multi
List of attributes to be fetched for the entry. -
controls: array[string]
Collection Format:
multi
LDAP controls to be sent to server for search operation. -
filter: string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
-
scope: string
Scope for the LDAP search operation.Allowed Values:
[ "base", "sub", "one" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : DB Local Backend Workflow Element GetSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse
The REST message type -
searchResultEntries(required):
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : DB Local Backend Workflow Element SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object DB Local Backend Workflow Element Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : DB Local Backend Workflow Element Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-allow-undefined-attribute-search-filter:
boolean
Default Value:
false
Indicates whether an undefined attribute should be allowed in the search filter for processing. -
ds-cfg-base-dn(required):
array ds-cfg-base-dn
Specifies the base DN(s) for the data that the backend handles.
-
ds-cfg-cold-attribute:
array ds-cfg-cold-attribute
Enables attribute level caching by specifying one or more LDAP attributes that should be considered cache cold by backend storage, retrieval and caching mechanisms and maintained in the cold storage.
-
ds-cfg-compact-attribute-values-using-tokens:
array ds-cfg-compact-attribute-values-using-tokens
Indicates the list of attributes that the server should compact using token instead of values.
-
ds-cfg-compact-encoding:
boolean
Default Value:
true
Indicates whether the backend should use a compact form when encoding entries by compressing the attribute descriptions and object class sets. -
ds-cfg-db-cache-mode:
string
Default Value:
default
Allowed Values:[ "default", "evict-bin", "evict-ln", "keep-hot", "make-cold", "unchanged" ]
Specifies the in-memory cache mode used for operations performed. -
ds-cfg-db-cache-percent:
integer(int32)
Specifies the percentage of JVM memory to allocate to the database cache.
-
ds-cfg-db-cache-size:
string
Default Value:
0 MB
The amount of JVM memory to allocate to the database cache. -
ds-cfg-db-checkpointer-bytes-interval:
string
Default Value:
20mb
Specifies the maximum number of bytes that may be written to the database before it is forced to perform a checkpoint. -
ds-cfg-db-checkpointer-wakeup-interval:
string
Default Value:
30s
Specifies the maximum length of time that may pass between checkpoints. -
ds-cfg-db-cleaner-min-utilization:
integer(int32)
Default Value:
50
Specifies the minimum percentage of "live" data that the database cleaner attempts to keep in database log files. -
ds-cfg-db-directory(required):
string
Default Value:
db
Specifies the path to the filesystem directory that is used to hold the Berkeley DB Java Edition database files containing the data for this backend. -
ds-cfg-db-directory-permissions:
string
Default Value:
700
Specifies the permissions that should be applied to the directory containing the server database files. -
ds-cfg-db-evictor-lru-only:
boolean
Default Value:
true
Indicates whether the database should evict existing data from the cache based on an LRU policy (where the least recently used information will be evicted first). -
ds-cfg-db-evictor-nodes-per-scan:
integer(int32)
Default Value:
10
Specifies the number of Btree nodes that should be evicted from the cache in a single pass if it is determined that it is necessary to free existing data in order to make room for new information. -
ds-cfg-db-log-file-max:
string
Default Value:
100mb
Specifies the maximum size for a database log file. -
ds-cfg-db-logging-file-handler-on:
boolean
Default Value:
true
Indicates whether the database should maintain a je.info file in the same directory as the database log directory. -
ds-cfg-db-logging-level:
string
Default Value:
CONFIG
Specifies the log level that should be used by the database when it is writing information into the je.info file. -
ds-cfg-db-num-cleaner-threads:
integer(int32)
Specifies the number of threads that the backend should maintain to keep the database log files at or near the desired utilization.
-
ds-cfg-db-num-lock-tables:
integer(int32)
Specifies the number of lock tables that are used by the underlying database.
-
ds-cfg-db-run-cleaner:
boolean
Default Value:
true
Indicates whether the database cleaner threads should be enabled. -
ds-cfg-db-txn-durability:
string
Default Value:
write-to-filesystem
Allowed Values:[ "write-to-cache", "write-to-disk", "write-to-filesystem" ]
Specifies the durability of database transactions. -
ds-cfg-disk-full-threshold:
string
Default Value:
20 megabytes
Full disk threshold to limit database updates. -
ds-cfg-disk-low-threshold:
string
Default Value:
100 megabytes
Low disk threshold to limit database updates. -
ds-cfg-enabled(required):
boolean
Indicates whether the Workflow Element is enabled for use in the server.
-
ds-cfg-entries-compressed:
boolean
Default Value:
false
Indicates whether the backend should attempt to compress entries before storing them in the database. -
ds-cfg-index-entry-limit:
integer(int32)
Default Value:
4000
Specifies the maximum number of entries that is allowed to match a given index key before that particular index key is no longer maintained. -
ds-cfg-index-filter-analyzer-enabled:
boolean
Default Value:
false
Indicates whether to gather statistical information about the search filters processed by the Directory Server while evaluating the usage of indexes. -
ds-cfg-index-subtrees:
boolean
Default Value:
true
Indicates whether or not the backend should index subtrees to maintain subtree specific data retaining information on direct and indirect children entries of each parent entry. -
ds-cfg-is-private-backend:
boolean
Default Value:
false
Indicates whether the backend should be considered a private backend, which indicates that it is used for storing operational data rather than user-defined information. -
ds-cfg-java-class(required):
string
Default Value:
org.opends.server.workflowelement.localbackend.DBLocalBackendWorkflowElement
Specifies the fully-qualified name of the Java class that provides the DB Local Backend Workflow Element implementation. -
ds-cfg-je-property:
array ds-cfg-je-property
Specifies the database and environment properties for the Berkeley DB Java Edition database serving the data for this backend.
-
ds-cfg-maintenance:
boolean
Default Value:
false
Indicates whether the server DB Local Backend Workflow Element is in maintenance mode. -
ds-cfg-max-entries:
integer(int32)
Default Value:
25
The maximum number of search filter statistics to keep. -
ds-cfg-monitor-cold-attributes:
boolean
Default Value:
false
Indicates whether cold attributes usage data collection and monitoring should be enabled. -
ds-cfg-preload-time-limit:
string
Default Value:
0s
Specifies the length of time that the backend is allowed to spend "pre-loading" data when it is initialized. -
ds-cfg-referrals-url:
array ds-cfg-referrals-url
The URLs that should be returned when the server is not able to fulfill the requests.
-
ds-cfg-tombstone-creation-enabled:
boolean
Default Value:
true
Indicates whether the backend should create a tombstone when an entry is deleted. -
ds-cfg-tombstone-lifetime:
string
Default Value:
1w
Specifies the lifetime of a tombstone after the entry has been deleted. -
ds-cfg-tombstone-purge-interval:
string
Default Value:
5m
Specifies the time interval after which tombstone purging is restarted. -
ds-cfg-writability-mode(required):
string
Default Value:
enabled
Allowed Values:[ "disabled", "enabled", "internal-only" ]
Specifies the behavior that the backend should use when processing write operations. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-base-dn
Type:
array
Specifies the base DN(s) for the data that the backend handles.
Show Source
Nested Schema : ds-cfg-cold-attribute
Type:
array
Enables attribute level caching by specifying one or more LDAP attributes that should be considered cache cold by backend storage, retrieval and caching mechanisms and maintained in the cold storage.
Show Source
Nested Schema : ds-cfg-compact-attribute-values-using-tokens
Type:
array
Indicates the list of attributes that the server should compact using token instead of values.
Show Source
Nested Schema : ds-cfg-je-property
Type:
array
Specifies the database and environment properties for the Berkeley DB Java Edition database serving the data for this backend.
Show Source
Nested Schema : ds-cfg-referrals-url
Type:
array
The URLs that should be returned when the server is not able to fulfill the requests.
Show Source
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
ldapErrorCode:
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message(required):
string
Error message returned returned for the operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type