Server Statistics Split Interval


This request sets the period length in which the server collect statistical data before writing it to the log. The interval is specified in minutes.

Resource

PUT /server/statistics/interval

Parameters

None

Payload

The split interval in minutes.

Response

None

Context

Authorization

Administrator

Errors

Example

Set the interval to 10 minutes.

Request
PUT https://xelion.nl/api/v1/master/server/statistics/interval
Payload
{
        "value":  "10"
}