GET /bsus/api/v1/servers/{id}/service-configuration-template/differences - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieves the differences between the configuration of a Server and its associated Configuration Template.

Parameters

Name Description
id Location: Path

Type: String

The ID of the Server.

Responses

Status Description
Successful

Code: 200

Success.

Body:
{
  "server-version":"object",
  "type_of_services":"object",
  "version":"object"
}
Error

Code: 400

Body:
{
  "error": "<details>"
}

If available, additional details are passed in the return parameter error.

Code: 404

Body:
{
  "error": "Server id '{name_id}' not found"
}