global-settings-property

global-settings-property
global-settings-property

Represents the properties of global setting configuration.

JSON Example
{
    "dataType": "string",
    "defaultValue": "string",
    "maxValue": 0,
    "minValue": 0,
    "name": "string",
    "unit": "string"
}
string
dataType
Required

The data type of the global setting

Possible values are : STRING, INTEGER, HOST, IP, ENUM, PASSWORD, BOOLEAN, UNKNOWN,
string
defaultValue
Required

The default value of the global setting

integer As int64 As int64
maxValue
Optional

The max value of the global setting (if dataType is NUMBER)

integer As int64 As int64
minValue
Optional

The min value of the global setting (if dataType is NUMBER)

string
name
Required

The name of the global setting

string
unit
Optional

The unit of measurement