GET /bsus/api/v1/events/report - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Generates a report containing event list items.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:

When successful, the endpoint returns the report as a download file.

Error

Code: 400

Body:
{
  "error": ["Not enough input"]
}

Code: 500

Internal server error.

Body:
{
  "error": "string"
}

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.