Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 740 Bytes

NodeStatusSnapshotsDTO.md

File metadata and controls

12 lines (9 loc) · 740 Bytes

IO.Swagger.Model.NodeStatusSnapshotsDTO

Properties

Name Type Description Notes
NodeId string The id of the node. [optional]
Address string The node's host/ip address. [optional]
ApiPort int? The port the node is listening for API requests. [optional]
StatusSnapshots List<StatusSnapshotDTO> A list of StatusSnapshotDTO objects that provide the actual metric values for the component for this node. [optional]

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