resetPushEventStats
This method resets the push event statistics and errors.
Parameters
No input parameters are required.
Return value
This method returns a Boolean which is True when the statistics were reset successfully.
Example
Request:
{
"params": {},
"jsonrpc": "2.0",'
"method": "resetPushEventStats",
"id": "ad12cb61-52b3-4209-a87a-93a8530d91cb"
} Response:
{
"id":"ad12cb61-52b3-4209-a87a-93a8530d91cb",
"jsonrpc":"2.0",
"result": true
}