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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Applies a server's associated Configuration Template to the Server's configuration.

Parameters

Name Description
id Location: Path

Type: String

The ID of the Server.

Responses

Status Description
Successful

Code: 200

Success.

Body:
{
  "services": {
    "name_of_services": {
      "status":"SUCCEEDED"
    },
    "name_of_services": {
      "error":"details",
      "status":"FAILED"
    }
  }
}
Error

Code: 400

Body:
{
  "error": <details>
}

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

Code: 404

Body:
{
  "error": "Service Account not found. Service Template feature requires configuring the Service Account on the Administration tab"
}

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