Start Version Stat Collection
API-v2start_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.
Parameter | Type | Required | Description |
---|---|---|---|
interval | integer | ✓ | polling rate (in seconds) to check node versions |
Parameter | Type | Description |
---|---|---|
result | string | The outcome of the request. |
Start Version Stat Collection
POST
start_version_stat_collection{
"mmrpc": "2.0",
"method": "start_version_stat_collection",
"userpass": "RPC_UserP@SSW0RD",
"params": {
"interval": 600
}
}
Parameter | Type | Description |
---|---|---|
DatabaseError | string | Database constraint error occurred. |