REST API endpoints - Adaptive Plugins - BlueCat Gateway - 20.6.1

Reporting Package Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
20.6.1
The BlueCat Report workflow includes RESTful API endpoints that can be used to automate the processes of the workflow. This workflow uses two main HTTP methods for interacting with different objects:
HTTP Method Description
GET Retrieve data
POST Upload data

Endpoint

When working with the workflow of this API, you can invoke different methods by appending the API endpoint to the BlueCat Gateway URL. For example, the following GET API call retrieves the user login report.
GET http://<Gateway_url>/get_user_login_report

Authorization

The BlueCat Report API endpoints require an authorization token to be passed in the header to successfully execute. For more information about obtaining an authorization token, refer to Authentication.