GET /bhm/api/v1/group_servers/{group_server} - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieve an individual group server by name.

Parameters

Name Description
group_server Location: path

Type: string

The name of the group server.

Responses

Status Description
Successful

Code: 200

Body:
{
    "description": string,
    "list_server": array,
    "name": string,
    "number_of_servers": int,
    "total_cpu": float,
    "total_memory": float,
    "tags": array
}