PUT /bsus/api/v1/syslog - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update syslog configuration.

Parameters

Name Description
payload Location: body

Type: application/json

The body of the updated syslog settings. The JSON body is as follows:
{
  "host": "string",
  "port": int,
  "enabled_syslog": boolean
}
Parameter
  • agent_timeout—the updated agent timeout setting, in milliseconds (ms).

Responses

Status Description
Successful

Code: 200

Syslog configuration updated successfully.

Body:
{}
Error

Code: 400

Internal server error.

Body:
{
  "error": "Invalid hostname/IP. A valid FQDN or IP address must be defined for the syslog server"
}

Code: 500

Internal server error.

Body:
{
  "error": "string"
}

This can be caused when an unknown application error is encountered on the Server side. The API will attempt to return additional details within the error parameter.