POST /bsus/api/v1/agent_upgrade - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Sends the latest BSUS patch update to a BDDS server, updating the portions of the BSUS app that live on that server to the latest version.

Parameters

Name Description
payload (body) Location: body

Type: application/json

{
  "server_ip": "string",
}
Parameters
  • server_ip—the IP address of the BDDS server to update.

Responses

Status Description
Successful

Code: 202

The update process for the BSUS agent on the target BDDS server was successfully started.

Error

Code: 400

The BSUS app on the indicated server was already updated to the latest version.

Code: 401

Unauthorized user.

Code: 404

No matching server was found.

{
    "error": "No server found with management IP '{server_ip}'"
}

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.