GET /bsus/api/v1/agent_timeout - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
22.1

Description

Retrieves the BSUS agent timeout settings. The agent is the BSUS app that is installed and runs on the target DNS/DHCP server.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "agent_timeout": int
}

Results:

  • agent_timeout—the current timeout setting, in milliseconds (ms).
Error

Code: 401

Unauthorized user.

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.