GET /bsus/api/v1/patches/{patch_id}/package - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Retrieves the patch package file of a specific patch based on the ID provided.

Parameters

Name Description
patch_id Location: query

Type: string

The ID of the patch from which you would like to retrieve the patch package file.

Responses

Status Description
Successful

Code: 200

Body:

Download file

Error

Code: 404

Body:
{
  "error": "Patch with ID <value> not found."
}

Code: 500

Body:
{
  "error": string
}

This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter.