GET /bhm/api/v1/groups/{group_name}/overview - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieves basic information about a given server group.

Parameters

Name Description
group_name Location: path

Type: string

The name of the group server.

Responses

Status Description
Successful

Code: 200

Body:
{
  "cpu": float,
  "description": string,
  "memory": float,
  "number_server": int
}