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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update the set of global settings related to Configuration Templates.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "interval_time": int
}

Where each parameter is as follows.

  • interval_time—the synchronization interval at which BSUS checks the target DNS/DHCP servers to see if their configurations are synchronized with their Configuration Templates (seconds).
Note: Currently, the set of global settings related to Configuration Templates consists only of the interval_time.

Responses

Status Description
Successful

Code: 200

Body:
{
  "interval_time": int
}
Error

Code: 400

{
  "error": "Input time must be between [30 seconds, 5 days]"
  }

Bad request.