start_version_stat_collection
The start_version_stat_collection method initiates storing version statistics for nodes previously registered via the add_node_to_version_stat method.
| Structure | Type | Description |
|---|---|---|
| interval | integer | polling rate (in seconds) to check node versions |
POST
start_version_stat_collection{
"mmrpc": "2.0",
"method": "start_version_stat_collection",
"userpass": "RPC_UserP@SSW0RD",
"params": {
"interval": 600
}
}