GET /bsus/api/v1/patches - 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 a list of patches in a Server Batch.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "release_date": "date string(yyyy/mm/dd) ",
      "patch_dir": "string",
      "enabled": bool
    }
  ]
}