statusHistory
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
History status for a component in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
generated (string)
|
0/1 |
When this status history was generated.
|
|
details ((anonymous))
|
0/1 |
The component details for this status history.
|
|
fieldDescriptors (statusDescriptor)
|
0/unbounded |
Descriptors for each supported status field.
|
|
statusSnapshots (statusSnapshot)
|
0/unbounded |
The status snapshots.
|
JSON
| property |
type |
description |
| generated |
generated (string)
|
When this status history was generated.
|
| details |
details ((anonymous))
|
The component details for this status history.
|
| fieldDescriptors |
array of fieldDescriptors (statusDescriptor)
|
Descriptors for each supported status field.
|
| statusSnapshots |
array of statusSnapshots (statusSnapshot)
|
The status snapshots.
|