PUT /bsus/api/v1/agent_timeout - Adaptive Applications - BlueCat Gateway - 21.1.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.1.1

Description

Update the agent timeout settings.

Parameters

Name Description
body Location: body

Type: application/json

The body of the updated agent timeout settings. The JSON body is as follows:
{
  "agent_timeout": int
}
Parameter
  • agent_timeout—the updated agent timeout setting, in minutes.

Responses

Status Description
Successful

Code: 200

Body:
{}
Error

Code: 400

Body:
{
  "error": "error message"
}

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.