POST /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

Add a new Configuration Template.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "version": "string",
  "services": {
    "name_of_services": {
      "configurations": [
        {
          "name_of_configs": {
            "type_of_configs": "string",
          }
        }
      ]
    }
  }
}
name Location: Path

Type: String

The name for the new Configuration Template.

Responses

Status Description
Successful

Code: 201

Body:
{
  "data": {
    "id": "string"
  }
}
The returned data contains the following:
  • id—the object ID of the new Configuration Template.
Error

Code: 409

Body:
{
  "error": "The service template with name '{name}' is already exists"
}

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