GET /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

Retrieves a list of patches in a Server Batch.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Success.

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

Results:

  • id—the ID of the patch.
  • name—the user-facing name for the patch.
  • type—the type of patch.
  • release_date—the date at which the patch was released.
  • patch_dir—the directory name that contains the patch's files.
  • enabled—if true, the patch will be applied to servers in this Server Batch during the next scheduled or manual update. Servers that already have the patch will be skipped..