GET /bsus/api/v1/access-rights - 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 all BSUS non-administrator user groups. (That is, all non-administrator user groups group that were given the rights to work with Server Batches.)

Parameters

None.

Responses

Status Description
Successful

Code: 200

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

The returned body includes an array of entries 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.