Name | Type | Description | Notes |
---|---|---|---|
Id | string | The ID of the Process Group | [optional] |
Name | string | The name of the Process Group | [optional] |
StatsLastRefreshed | string | The time the status for the process group was last refreshed. | [optional] |
AggregateSnapshot | ProcessGroupStatusSnapshotDTO | The aggregate status of all nodes in the cluster | [optional] |
NodeSnapshots | 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] |