/config/log/system/size

The size of the system log buffer in bytes. When writing this value, it is rounded up to the nearest kilobyte boundary. A size of 0 disables the system log. Otherwise, the size is rounded up to a minimum of 4KiB.

Get /config/log/system/size

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/log/system/size
Request samples
Response samples
application/json
{
  • "result": 131072,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/log/system/size

SecurityApiKey
Request
Request Body schema: application/json
integer (configLogSystemSize)

The size of the system log buffer in bytes. When writing this value, it is rounded up to the nearest kilobyte boundary. A size of 0 disables the system log. Otherwise, the size is rounded up to a minimum of 4KiB.

Responses
200

Normal response.

401

Unauthorized response.

put/config/log/system/size
Request samples
application/json
131072
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/log/system/size

SecurityApiKey
Request
Request Body schema: application/json
integer (configLogSystemSize)

The size of the system log buffer in bytes. When writing this value, it is rounded up to the nearest kilobyte boundary. A size of 0 disables the system log. Otherwise, the size is rounded up to a minimum of 4KiB.

Responses
200

Normal response.

401

Unauthorized response.

post/config/log/system/size
Request samples
application/json
131072
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/log/system/size

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/log/system/size
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}