ManageIQ/manageiq-ui-classic

View on GitHub
product/views/Host-hosts.yaml

Summary

Maintainability
Test Coverage
#
# This is an MIQ Report configuration file
#   Single value parameters are specified as:
#     single_value_parm: value
#   Multiple value parameters are specified as:
#     multi_value_parm:
#       - value 1
#       - value 2
#

# Report title
title: Hosts

# Menu name
name: Host

# Main DB table report is based on
db: Host

# Subset of main table records by association
scoped_association: hosts

# Columns to fetch from the main table
cols:
- name
- ipaddress
- v_owning_cluster
- v_total_vms
- v_total_miq_templates
- vmm_product
- vmm_version
- vmm_buildnumber
- last_compliance_status
- ipmi_enabled
- last_scan_on
- region_description


# Order of columns (from all tables)
col_order:
- name
- ipaddress
- v_owning_cluster
- v_total_vms
- v_total_miq_templates
- vmm_product
- vmm_version
- vmm_buildnumber
- last_compliance_status
- ipmi_enabled
- last_scan_on
- region_description

# Column titles, in order
headers:
- Name
- IP Address
- Cluster
- Total VMs
- Total Templates
- Platform
- Version
- Build
- Compliant
- IPMI Enabled
- Last Analysis Time
- Region

# Condition(s) string for the SQL query
conditions:

# Order string for the SQL query
order: Ascending

# Columns to sort the report on, in order
sortby:
- name

# Group rows (y=yes,n=no,c=count)
group: n

# Graph type
#   Bar
#   Column
#   ColumnThreed
#   ParallelThreedColumn
#   Pie
#   PieThreed
#   StackedBar
#   StackedColumn
#   StackedThreedColumn

graph:

# Dimensions of graph (1 or 2)
#   Note: specifying 2 for a single dimension graph may not return expected results
dims: