Viz Channel Branding User Guide

Version 5.1 | Published October 26, 2023 ©

GET Global Settings

Returns the global settings for Promo Server.

Syntax

GET /config/globalsettings

Request

GET /config/globalsettings HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: application/vizrt.promoserver+xml; type=globalSettingsList
<promoserver:globalSettingsList xmlns:promoserver="http://www.vizrt.com/promoserver">
<promoserver:refLink rel="self" type="application/vizrt.promoserver+xml; type=globalSettingsList" href="http://localhost:9980/config/globalsettings" />
<promoserver:refLink rel="edit" type="application/vizrt.promoserver+xml; type=globalSettingsList" href="http://localhost:9980/config/globalsettings" />
<promoserver:cacheTime>2</promoserver:cacheTime>
<promoserver:machineAddressesCacheTime>30</promoserver:machineAddressesCacheTime>
</promoserver:globalSettingsList>

Disallowed Actions

This end-point does not allow POST or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.