history
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
NiFi action history.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| total (int) | 0/1 | The total number of actions. |
| lastRefreshed (string) | 0/1 | Timestamp when these records were returned. |
| actions (action) | 0/unbounded | The actions for this range. |
JSON
| property | type | description |
|---|---|---|
| total | total (int) | The total number of actions. |
| lastRefreshed | lastRefreshed (string) | Timestamp when these records were returned. |
| actions | array of actions (action) | The actions for this range. |