PUT /bsus/api/v1/service_account - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update the API service account connection to BlueCat Address Manager.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "username": "string",
  "password": "string",
  "bam_url": "string"
}

Where each parameter is as follows.

  • username—the user name for the account that the API is to use when signing in to Address Manager.
  • password—the password for the account.
  • bam_url—the URL for the instance of BlueCat Address Manager that the API should sign in to.

Responses

Status Description
Successful

Code: 200

Body:
{}