POST /bsus/api/v1/syslog/test - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Send a test message to the syslog server.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Syslog configuration updated successfully.

Body:
{
    message: "A test message was sent to the specified syslog server"
}
Error

Code: 400

Internal server error.

Body:
{
  "error": "Failed to send a test message to the syslog server: Syslog configuration is not enabled"
}