GET /bsus/api/v1/scheduled_update - 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 all scheduled updates.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": [
    {
      "id": "string",
      "run_time": int(epoch),
      "patches": [
        {
          "patch_name": "string",
          "min_disk": int,
          "expected_version": "string",
          "patch_type": "string",
          "file_name": "string",
          "patch_url": "string",
          "md5_url": "string"
        }
      ],
      "batches": [
        {
          "name": "string",
          "servers": [
            {
              "management_ip": "string"
            }
          ],
          "deployment_progress": int,
          "is_completed": bool
        }
      ]
    }
  ]
}
Error

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.