Find Schema Local Backend Workflow Element by DN
/rest/v1/admin/{dn}
Returns an Schema Local Backend Workflow Element by DN
Request
- application/json
-
dn: string
LDAP DN of the entry to be fetched.
-
attributes: array
Collection Format:
multi
List of attributes to be fetched for the entry.-
[0]:
string
-
[0]:
string
-
controls: array
Collection Format:
multi
LDAP controls to be sent to server for search operation.-
[0]:
string
-
[0]:
string
-
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
- application/json
200 Response
object
-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse
The REST message type -
searchResultEntries:
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults:
integer(int32)
Specifies the number of entries created, and returned.
array
-
Array of:
object Schema Local Backend Workflow Element SearchResultEntry
object
-
attributes:
object Schema Local Backend Workflow Element Properties
-
dn:
string
LDAP DN of the entry to be created
object
-
cn(optional):
string
CN (common name) of the entry
-
ds-cfg-base-dn:
array ds-cfg-base-dn
Specifies the base DN(s) for the data that the backend handles.
-
ds-cfg-enabled:
boolean
Indicates whether the Workflow Element is enabled for use in the server.
-
ds-cfg-java-class:
string
Default Value:
org.opends.server.workflowelement.localbackend.SchemaLocalBackendWorkflowElement
Specifies the fully-qualified name of the Java class that provides the Schema Local Backend Workflow Element implementation. -
ds-cfg-referrals-url(optional):
array ds-cfg-referrals-url
The URLs that should be returned when the server is not able to fulfill the requests.
-
ds-cfg-schema-entry-dn(optional):
array ds-cfg-schema-entry-dn
Defines the base DNs of the subtrees in which the schema information is published in addition to the value included in the base-dn property.
-
ds-cfg-show-all-attributes:
boolean
Indicates whether to treat all attributes in the schema entry as if they were user attributes regardless of their configuration.
-
ds-cfg-writability-mode:
string
Default Value:
enabled
Allowed Values:[ "disabled", "enabled", "internal-only" ]
Specifies the behavior that the backend should use when processing write operations. -
objectclass:
array objectclass
Objectclass(es) which this entry belongs to.
array
-
Array of:
string
array
-
Array of:
string
array
[
"cn=schema"
]
-
Array of:
string
array
-
Array of:
string
406 Response
object
-
ldapErrorCode(optional):
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message:
string
Error message returned returned for the operation.
-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type