PUT /bhm/api/v1/customize/{username} - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Updates the server detail view Customize settings for a given user. The response will contain all monitored metrics that are not currently hidden.

Parameters

Name Description
username Location: path

Type: string

body Location: body

Type: application/json

{
    "value" : {
        "dhcp": string,
        "dns": string,
        "network": string,
        "storage": string,
        "system": string
    }
}
Example body:
{
    "value" : {
        "dhcp": "DHCPv4 Operations,DHCPv6 Operations,DHCPv4 Leases/Sec,DHCPv6 Leases/Sec",
        "dns": "Queries by Type,Dynamic DNS Updates,Nameserver Statistics,Zone Maintenance,DNS Operations,Active Connections",
        "network": "Kernel Connection Tracking Table,ETH0 Packets,ETH0 Bandwidth",
        "storage": "Disk Latency,Disk R/W Bytes,Disk R/W Operations,Partitions Usage",
        "system": "CPU Usage,CPU Times,Memory Utilization,Swap Memory,CommandServer,System Load,Docker Stats"
    }
}

Responses

Status Description
Successful

Code: 200

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