Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 911 Bytes

SystemDiagnosticsDTO.md

File metadata and controls

10 lines (7 loc) · 911 Bytes

IO.Swagger.Model.SystemDiagnosticsDTO

Properties

Name Type Description Notes
AggregateSnapshot SystemDiagnosticsSnapshotDTO A systems diagnostic 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]
NodeSnapshots List<NodeSystemDiagnosticsSnapshotDTO> A systems diagnostics 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]