action
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
An action performed in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (int)
|
0/1 |
The action id.
|
|
userDn (string)
|
0/1 |
The user dn who perform this action.
|
|
userName (string)
|
0/1 |
The user name who perform this action.
|
|
timestamp (string)
|
0/1 |
This action's timestamp.
|
|
sourceId (string)
|
0/1 |
The id of the source component of this action.
|
|
sourceName (string)
|
0/1 |
The name of the source component of this action.
|
|
sourceType (string)
|
0/1 |
The type of the source component of this action.
|
|
componentDetails (componentDetails)
|
0/1 |
The component details (if any) for this action.
|
|
operation (string)
|
0/1 |
The operation being performed in this action.
|
|
actionDetails (details)
|
0/1 |
The action details (if any) for this action.
|
JSON
| property |
type |
description |
| id |
id (int)
|
The action id.
|
| userDn |
userDn (string)
|
The user dn who perform this action.
|
| userName |
userName (string)
|
The user name who perform this action.
|
| timestamp |
timestamp (string)
|
This action's timestamp.
|
| sourceId |
sourceId (string)
|
The id of the source component of this action.
|
| sourceName |
sourceName (string)
|
The name of the source component of this action.
|
| sourceType |
sourceType (string)
|
The type of the source component of this action.
|
| componentDetails |
componentDetails (componentDetails)
|
The component details (if any) for this action.
|
| operation |
operation (string)
|
The operation being performed in this action.
|
| actionDetails |
actionDetails (details)
|
The action details (if any) for this action.
|