ProcessGroupStatusDTO

Properties

Name Type Description Notes
id str The ID of the Process Group [optional]
name str The name of the Process Group [optional]
stats_last_refreshed str The time the status for the process group was last refreshed. [optional]
aggregate_snapshot ProcessGroupStatusSnapshotDTO The aggregate status of all nodes in the cluster [optional]
node_snapshots list[NodeProcessGroupStatusSnapshotDTO] The status reported by each node in the cluster. If the NiFi instance is a standalone instance, rather than a clustered instance, this value may be null. [optional]

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