Stop Version Stat Collection
API-v2stop_version_stat_collection
The stop_version_stat_collection
method stops the collection of version stats at the end of the current loop interval.
Parameter* = required | Type | Description |
---|---|---|
*None* | *N/A* | Optional. *This method has no parameters.* |
Parameter* = required | Type | Description |
---|---|---|
result* | string | success or error |
Stop Version Stat Collection
POST
stop_version_stat_collection{
"mmrpc": "2.0",
"method": "stop_version_stat_collection",
"userpass": "RPC_UserP@SSW0RD",
"params": {}
}
{
"mmrpc": "2.0",
"result": "success",
"id": null
}
Parameter* = required | Type | Description |
---|---|---|
NotRunning | string | Optional. Version stat collection is not currently running |
{
"mmrpc": "2.0",
"error": "start_version_stat_collection is not running",
"error_path": "lp_stats",
"error_trace": "lp_stats:395]",
"error_type": "NotRunning",
"id": null
}