Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.2 KB

StatusHistoryDTO.md

File metadata and controls

14 lines (9 loc) · 1.2 KB

StatusHistoryDTO

Properties

Name Type Description Notes
generated String When the status history was generated. [optional]
componentDetails Map<String, String> A Map of key/value pairs that describe the component that the status history belongs to [optional]
fieldDescriptors List<StatusDescriptorDTO> The Descriptors that provide information on each of the metrics provided in the status history [optional]
aggregateSnapshots List<StatusSnapshotDTO> A list of StatusSnapshotDTO objects that provide the actual metric values for the component. If the NiFi instance is clustered, this will represent the aggregate status across all nodes. If the NiFi instance is not clustered, this will represent the status of the entire NiFi instance. [optional]
nodeSnapshots List<NodeStatusSnapshotsDTO> The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node. If the NiFi instance is not clustered, this value will be null. [optional]