Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.27 KB

ConnectionStatusDTO.md

File metadata and controls

18 lines (15 loc) · 1.27 KB

IO.Swagger.Model.ConnectionStatusDTO

Properties

Name Type Description Notes
Id string The ID of the connection [optional]
GroupId string The ID of the Process Group that the connection belongs to [optional]
Name string The name of the connection [optional]
StatsLastRefreshed string The timestamp of when the stats were last refreshed [optional]
SourceId string The ID of the source component [optional]
SourceName string The name of the source component [optional]
DestinationId string The ID of the destination component [optional]
DestinationName string The name of the destination component [optional]
AggregateSnapshot ConnectionStatusSnapshotDTO The status snapshot that represents the aggregate stats of the cluster [optional]
NodeSnapshots List<NodeConnectionStatusSnapshotDTO> A list of status snapshots for each node [optional]

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