Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.18 KB

NodeDTO.md

File metadata and controls

19 lines (16 loc) · 1.18 KB

IO.Swagger.Model.NodeDTO

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]
Status string The node's status. [optional]
Heartbeat string the time of the nodes's last heartbeat. [optional]
ConnectionRequested string The time of the node's last connection request. [optional]
Roles List<string> The roles of this node. [optional]
ActiveThreadCount int? The active threads for the NiFi on the node. [optional]
Queued string The queue the NiFi on the node. [optional]
Events List<NodeEventDTO> The node's events. [optional]
NodeStartTime string The time at which this Node was last refreshed. [optional]

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