GET /bsus/api/v1/post_upgrade_script/script/{name} - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Download the customization package with the indicated name

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "name": "string"
}
Parameter
  • name—the name of the Server Batch whose script you want to retrieve (case-sensitive).

Responses

Status Description
Successful

Code: 20

The customization package was successfully retrieved.

Error

Code: 401

Unauthorized user.

Code: 404

No customization package with that name was found.

Code: 500

Internal server error.