GET /bhm/api/v1/servers/detail - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieves details about a specified server.

Parameters

Name Description
id Location: query

Type: int

The Address Manager object ID of the server for which you would like to retrieve details.

name Location: query

Type: string

The name of the server.

Responses

Status Description
Successful

Code: 200

Body:
{
    "configuration": string,
    "cpu": int,
    "fqdn": string
    "ipaddress": string,
    "memory": int,
    "roles": array,
    "server_name": string,
    "serviceaddress": array
}