PUT /bhm/api/v1/permissions/{key} - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Adds or updates server group view permissions (authorization settings) for a given user group / gateway UDF value.

Parameters

Name Description
key Location: path

Type: string

The user group / Gateway UDF value.

body Location: body

Type: application/json

{
  "value": {
    "groups": [
      string
    ]
  }
}
The server group(s) to add view permissions for.
Example body:
{
  "value": {
    "groups": [
      "testGroup1",
      "testGroup2"
    ]
  }
}

Responses

Status Description
Successful

Code: 200

Body:
{
    "message": "Added successfully"
}