mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ClusterInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)