Skip to main content

Property

FieldDescriptionSchemeRequired
nameSet name for component property.string
valueMutually exclusive with textint64
textMutually exclusive with valuestring
typeSpecify type of component property, one of currency, number, urlstring
unitUnit for component property e.g. milliseconds, bytes, millicores, epoch etc.string
colorSet color for component property.string
headlineToggle headline for component property.bool
iconSpecify icon for component.Icon
labelSpecify label for component property.string
linksSet links pertaining to component.[]Link
maxSet maximum value for components to display.int64optional
minSet minimum value for components to display.int64
orderSet integer value order for component property.int
statusSpecify status for component property.string
tooltipSet tooltip outlining information pertaining to the component.string
configLookupSpecify lookup for component config.ConfigLookupoptional
FieldDescriptionSchemaRequired
typeThe type of the link.string
urlThe url of the link.string
tooltipThe tooltip of the link.string
iconThe icon of the link.Icon
textThe text of the link.string
labelThe label of the link.string

Config Lookup

FieldDescriptionSchemeRequired
config.nameThe name of the config item.string
config.typeThe type of config item.string
config.labelsMatch labels of the config item, all labels must matchmap[string]string
fieldA JSONPath expression to lookup the value in the config.stringtrue
displayApply transformations to the value.Display
idThe UUID of config item, rarely usedstring