Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1000 Bytes

ProcessGroupStatusDTO.md

File metadata and controls

13 lines (10 loc) · 1000 Bytes

IO.Swagger.Model.ProcessGroupStatusDTO

Properties

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]

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