GET /bsus/api/v1/servergroups - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieve a list of all server groups.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": [
    {
      "bam_id": "string",
      "name": "string"
    }
  ]
}
The returned data contains entries for each Server Group:
  • bam_id—the object ID of the Server Group within Address Manager.
  • name—the name of the Server Group.
Error

Code: 500

Internal server error.

Body:
{
  "error": "string"
}

This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter.