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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update the settings for the current portal host and port that DNS/DHCP servers use to connect with BSUS for acquiring staged patch files and configuration packages.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "host": "string",
  "port": int
}

Where each parameter is as follows.

  • host—the IP address or URL of the BSUS instance that the DNS/DHCP servers connects to.
  • port—the port that DNS/DHCP servers use for BSUS communications.

Responses

Status Description
Successful

Code: 200

Body:
{}