GET /bsus/api/v1/patches/{patch_id}/md5 - Adaptive Applications - BlueCat Gateway - 21.1.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.1.1

Description

Retrieves the MD5 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 MD5 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": <>
}

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.