GET /bsus/api/v1/events - 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 event list items.

Parameters

Name Description
page

(Optional)

Location: query

Type: integer

The page number to return. The value must be greater than 0.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": {
    "items": [
      {
        "id": "string",
        "dispatched_at": int,
        "server": "string",
        "batch": "string",
        "summary": "string",
        "status": int,
        "user": "string"
      },
    ],
    "total": int
  }
}
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.