CountersDTO

Properties

Name Type Description Notes
aggregate_snapshot 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]
node_snapshots 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]

[Back to Model list] [Back to API list] [Back to README]