GET /bsus/api/v1/sql_credentials - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieves the maximum API timeout value before BSUS switches to DB Connection to get server details.

The API timeout specifies how long before BSUS switches to DB Connection to get server details. If the BAM API does not respond within this timeout period, BSUS performs an SQL query to Address Manager to get server details.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Success.

Body:

{
  "timeout": int
}

Returns the current API timeout setting for SQL credentials of the Global User, in mlliseconds (ms). The default is 60,000 (60 seconds).

Error

Code: 401

Unauthorized user.

Code: 500

Internal server error.