ManageIQ/manageiq-ui-classic

View on GitHub
product/views/CloudObjectStoreObject-cloud_object_store_objects.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: Cloud Object

# Menu name
name: CloudObjectStoreObject

# Main DB table report is based on
db: CloudObjectStoreObject

# Columns to fetch from the main table
cols:
- key
- content_length
- last_modified
- etag

# Included tables (joined, has_one, has_many) and columns
include:
  cloud_object_store_container:
    columns:
    - key
  cloud_tenant:
    columns:
    - name
  ext_management_system:
    columns:
    - name

# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- key
- content_length
- last_modified
- etag
- cloud_object_store_container.key
- cloud_tenant.name
- ext_management_system.name

# Column titles, in order
headers:
- Key
- Content Length
- Last Modified
- ETag
- Cloud Object Store
- Cloud Tenant
- Cloud Provider

# 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:
- key

# 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: