GET /bsus/api/v1/service_configuration_template/{name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Get the details of a specific Configuration Template.

Parameters

Name Description
name Location: Path

Type: String

The name of the Configuration Template on which you want information.

Responses

Status Description
Successful

Code: 200

Body: The downloaded file.

A downloaded file with details of the indicated Configuration Template.

Error

Code: 404

Body:
{
  "error": "No service template found with name {name}"
}

No Configuration Template with that name could be found.