GET /bsus/api/v1/access-rights/{group_name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Retrieve the current set of all BSUS access right permission settings for a specific BSUS non-administrator user group.

Parameters

Name Description
group_name Location: Path

Type: String

The name of the user group from which you want to retrieve Server Batch access rights information.

Responses

Status Description
Successful

Code: 200

Body:
{
  "group_name": "string",
  "batches": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}

The returned body includes a single BSUS User Group entry with the following fields:

  • group_name—the name of the user group.
  • batches—an array of Server Batches that this group has the rights to work with. Each batch entry has the following fields:
    • id—the ID of the Server Batch.
    • batches—the name of the Server Batch.
Error

Code: 404

Body:
{
  "error": "Group name {group_name} not found"
}

The specified user group was not found.