| 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] |