PUT /bsus/api/v1/server{id} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Assign a Configuration template to a server.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

The body of the scheduled update that you would like to modify. The JSON body is as follows:
{
  "service_template_id": "string"
}
Parameters
  • service_template—The ID of the Configuration template.
id Location: Path

Type: string

The ID of the server.

Responses

Status Description
Successful

Code: 200

Body:
[
  "data": "Modify server success"
]
Error

Code: 404

Body:
{
    "error": "Server id <id> not found"
}