Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 566 Bytes

NodeStatusSnapshotsDTO.md

File metadata and controls

13 lines (8 loc) · 566 Bytes

NodeStatusSnapshotsDTO

Properties

Name Type Description Notes
nodeId String The id of the node. [optional]
address String The node's host/ip address. [optional]
apiPort Integer 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]