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

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieve lists of all servers classified by status - either connected, disconnected, or error.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "connected": array of server objects,
  "disconnected": array of server objects,
  "error": array of server objects
}