Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 884 Bytes

ClusterSummaryDTO.md

File metadata and controls

13 lines (10 loc) · 884 Bytes

IO.Swagger.Model.ClusterSummaryDTO

Properties

Name Type Description Notes
ConnectedNodes string When clustered, reports the number of nodes connected vs the number of nodes in the cluster. [optional]
ConnectedNodeCount int? The number of nodes that are currently connected to the cluster [optional]
TotalNodeCount int? The number of nodes in the cluster, regardless of whether or not they are connected [optional]
Clustered bool? Whether this NiFi instance is clustered. [optional]
ConnectedToCluster bool? Whether this NiFi instance is connected to a cluster. [optional]

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