GET /bsus/api/v1/servers/server-time - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
22.1

Description

Retrieves the time zone set for the system running BSUS.

Parameters

None.

Responses

Status Description
Successful

Code: 200

List successfully retrieved.

Body:
[
  "local_tz": string
]
Each returned server has the following fields:
  • local_tz—the current time zone used by the system running BSUS, such as "UTC".
Error

Code: 500

Body:
{
    "error": "string"
}

This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter.