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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieves a list of all unmanaged servers.

Parameters

None.

Responses

Status Description
Successful

Code: 200

List of unmanaged servers successfully retrieved.

Body:
[
  {
    "bam_id": int,
    "name": "string",
    "management_ip": "string",
    "service_ip": string,
    "appliance_type": "string",
    "role_enabled": [ "string" ],
    "configuration": "string"
  }
 ]
Each returned server has the following fields:
  • bam_id—the object ID of the server within Address Manager.
  • name—the name of the DNS/DHCP Server.
  • management_ip—the IP address of the DNS/DHCP Server management interface.
  • service_ip—the IP address of the DNS/DHCP Server service interface.
  • appliance_type—the appliance type of the DNS/DHCP Server, such as "BDDS-25".
  • role_enabled—an array of roles that are enabled on the DNS/DHCP Server, such as "DNS" or "DHCP".
  • configuration—the name of the configuration in Address Manager in which the server was added.
Error

Code: 500

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.