# ClusterInfo
## Properties
**id** | Option<**String**> | The unique ID for the node | [optional]
**version** | Option<**String**> | The server version the node is on | [optional]
**config_hash** | Option<**String**> | The hash of the configuartion file the node is using | [optional]
**internode_url** | Option<**String**> | The URL used to communicate with those node from other nodes | [optional]
**hostname** | Option<**String**> | The hostname for this node | [optional]
**last_ping** | Option<**i32**> | The time of the last ping to this node | [optional]
**is_alive** | Option<**bool**> | Whether or not the node is alive and well | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)