Skip to content

Files

Latest commit

1d33ebf · Oct 14, 2016

History

History
11 lines (6 loc) · 668 Bytes

CountersDTO.md

File metadata and controls

11 lines (6 loc) · 668 Bytes

CountersDTO

Properties

Name Type Description Notes
aggregateSnapshot CountersSnapshotDTO A Counters snapshot that represents the aggregate values of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. [optional]
nodeSnapshots List<NodeCountersSnapshotDTO> A Counters snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. [optional]