Modify a Workflow by DN
patch
/rest/v1/admin/{dn}
Modify a Workflow by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be modified
Workflow that needs to be modified
Root Schema : PatchRequest
Type:
Show Source
object
-
controls:
array controls
LDAP controls to be sent to server for LDAP modify operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyRequest
The REST message type -
operations(required):
array operations
Modifications (Patch operations) to be performed on the entry.
Nested Schema : controls
Type:
array
LDAP controls to be sent to server for LDAP modify operation.
Show Source
Nested Schema : operations
Type:
array
Modifications (Patch operations) to be performed on the entry.
Show Source
Nested Schema : PatchOperation
Type:
Show Source
object
-
attribute(required):
string
The entry attribute to be modified.
-
opType(required):
string
Allowed Values:
[ "add", "delete", "replace", "increment" ]
The type of the Patch Operation. -
values:
array values
The attribute values to be updated.
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Workflow PatchSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyResponse
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
400 Response
ERROR
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