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

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieves metric averages for a given server group.

Parameters

Name Description
metric Location: query

Type: array of strings

List of metric names.

start_time Location: query

Type: string

The start time in the following format: YYYY-MM-DDTHH:MM:SS. The default is 1 day ago.

end_time Location: query

Type: int

The end time in the following format: YYYY-MM-DDTHH:MM:SS. The default is now.
group_name Location: path

Type: string

The name of the group server.

Responses

Status Description
Successful

Code: 200

Body:
For each metric:

{
    Metric Name (string): [
        {
            Type of Metric Data (string): Value (float),
            "timestamp": Time (DateTime)
        },
        ...
    ]
}