Config

Config
Config

A site-wide configuration value.

JSON Example
{
    "name": "string",
    "typedValue": {
        "value": {},
        "type": "string"
    },
    "description": "string",
    "defaultValue": {},
    "restartRequired": false,
    "minValue": "number",
    "maxValue": "number",
    "timestamp": "string"
}
string
name
Required

Name of the configuration property.

typedValue
Optional

typedValue

string
description
Optional

A string describing the configuration property.

object
defaultValue
Optional

Default value of the configuration property.

boolean
restartRequired
Optional

Represents if the cell needs to be rebooted for a change to this property to take effect.

number As double As double
minValue
Optional

Minimum value for this configuration property.

number As double As double
maxValue
Optional

Maximum value for this configuration property.

string As date-time As date-time
timestamp
Optional

Maximum value for this configuration property.

Availability
Added in 36.0
Parameter To