GET /bsus/api/v1/servers/unmanaged-servers - Adaptive Applications - BlueCat Gateway - 21.1.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.1.1

Description

Retrieves a list of all unmanaged servers.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
[
  {
    "bam_id": int,
    "name": "string",
    "management_ip": "string",
    "service_ip": string,
    "appliance_type": "string",
    "role_enabled": "string",
    "configuration": "string"
  }
 ]
Error

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.