[Index]

Model: data/ReporterModelTrend

Configures the resources and specific resource filters to count for dashboard trending puposes.

Model Details: data/ReporterModelTrend

Title Description Details
Name * The unique name of the resource or configuration for trending purposes.
  • Field Name: name
  • Type: String
Reporter Resource * The specific resource being tracked for dashboard trending.
  • Field Name: resource
  • Type: String
Frequency How often the resource should be counted. Default: Weekly
  • Field Name: frequency
  • Type: String
  • Default: Weekly
  • Choices: ["Daily", "Weekly", "Monthly"]
Retention Period The duration for which the trending data is retained on the system. Default: 3 Months
  • Field Name: retention_period
  • Type: String
  • Default: 3 Months
  • Choices: ["1 Month", "3 Months", "6 Months", "12 Months"]
Filters Configure the filters to apply when counting the number of this resource for trending purposes.
  • Field Name: filters.[n]
  • Type: Array
Name * The name of the filter.
  • Field Name: filters.[n].name
  • Type: String
Description A brief description of what the filter does.
  • Field Name: filters.[n].description
  • Type: String
No Filter Indicates if no filter should be applied. In this case all of the resources will be counted.
  • Field Name: filters.[n].no_filter
  • Type: Boolean
Fixed Filters Filters that can't be removed by the end user. Applicable to display as 'list'.
  • Field Name: filter_options.[n]
  • Type: Array
Field Name The field name to filter by.
  • Field Name: filters.[n].filter_options.[n].filter_by
  • Type: String
Operation The operation to perform on the field.
  • Field Name: filters.[n].filter_options.[n].operation
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter Value The value to filter by.
  • Field Name: filters.[n].filter_options.[n].filterValue
  • Type: String
Ignore Case Indicates if the case should be ignored when filtering.
  • Field Name: filters.[n].filter_options.[n].ignore_case
  • Type: Boolean