POST /bsus/api/v1/patches - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Adds patch updates to BlueCat Server Update Services.

Parameters

Name Description
body Location: body

Type: application/json

The body of the patches to be added to the Server Batch. The JSON body is as follows:
{
  "name": "string",
  "type": "string",
  "md5": "string",
  "release_date": "date string(yyyy/mm/dd)",
  "file": "string",
}
Parameters
  • name—the name of the patch.
  • type—the type of patch, such as bind_hotfix.
  • md5—the MD5 value of the patch.
  • release_date—the release date of the patch.
  • file—the file path of the patch to upload.

Responses

Status Description
Successful

Code: 200

Success.