[Index]

Model: data/DashboardValueMapping

Defines a list of value mappings used when retrieving data for dashboard widgets. This allows a dashboard designer to substitute a stored value with a friendlier value that will be displayed to the user.

Model Details: data/DashboardValueMapping

Title Description Details
Name *
  • Field Name: name
  • Type: String
Description
  • Field Name: description
  • Type: String
Mappings Add all the values you would like to be mapped to a specific key.
  • Field Name: mappings.[n]
  • Type: Array
Mapping Key User-friendly value to be displayed.
  • Field Name: mappings.[n].key
  • Type: String
Type Operator used to evaluate the original value.
  • Field Name: mappings.[n].type
  • Type: String
  • Choices: ["Regex", "Greater than", "Less than", "Range", "Equals"]
Min Starting point of the range.
  • Field Name: mappings.[n].min
  • Type: String
Max Ending point of the range.
  • Field Name: mappings.[n].max
  • Type: String
Value Original value to be replaced.
  • Field Name: mappings.[n].value
  • Type: String