Find Workflow by DN
get
/rest/v1/admin/{dn}
Returns an Workflow 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 : Workflow 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 : Workflow SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Workflow Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Workflow Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-access-control-group:
string
Specifies the access control group used by the Workflow.
-
ds-cfg-base-dn:
string
Read Only:
true
Specifies the base DN of the data targeted by the Workflow . -
ds-cfg-criticality:
string
Default Value:
true
Allowed Values:[ "false", "partial", "true" ]
The criticality determines the behavior to adopt when one of the workflow elements belonging to a workflow returns an UNAVAILABLE result code during the execution of a search operation. -
ds-cfg-enabled(required):
boolean
Indicates whether the Workflow is enabled for use in the server.
-
ds-cfg-filters-to-exclude:
array ds-cfg-filters-to-exclude
The filters to exclude are filters of a filter and apply to the search filters specified in the search operation. It is specified as search filters and scope(optional) separated by # e.g. (objectClass=*)#sub. In case of no scope mentioned it will take default value one as scope.
-
ds-cfg-filters-to-include:
array ds-cfg-filters-to-include
The filters to include are filters of a filter and apply to the search filters specified in the search operation. It is specified as search filters and scope(optional) separated by # e.g. (objectClass=*)#sub. In case of no scope mentioned it will take default value sub as scope.
-
ds-cfg-virtual-aci-mode:
boolean
Default Value:
false
Indicates whether the Workflow uses the virtual acis. -
ds-cfg-workflow-element(required):
string
Specifies the root Workflow Element in the Workflow .
-
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-filters-to-exclude
Type:
array
The filters to exclude are filters of a filter and apply to the search filters specified in the search operation. It is specified as search filters and scope(optional) separated by # e.g. (objectClass=*)#sub. In case of no scope mentioned it will take default value one as scope.
Show Source
Nested Schema : ds-cfg-filters-to-include
Type:
array
The filters to include are filters of a filter and apply to the search filters specified in the search operation. It is specified as search filters and scope(optional) separated by # e.g. (objectClass=*)#sub. In case of no scope mentioned it will take default value sub as scope.
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