ParamDimension
A configuration parameter field extracted from instance bundle schemas.
Param dimensions describe the filterable fields available across your instances.
Use the paramDimensions query to discover them, then pass matching values to
the paramDimension filter on the instances query to build infrastructure
search dashboards.
type ParamDimension {
field: String!
label: String!
description: String
type: String
}
Fields
ParamDimension.field ● String! non-null scalar {#field}
Dot-separated path to the field (e.g., database.instance_type).
ParamDimension.label ● String! non-null scalar {#label}
Human-readable field name, sourced from the bundle schema's title.
ParamDimension.description ● String scalar {#description}
Explanation of what this field configures, sourced from the bundle schema.
ParamDimension.type ● String scalar {#type}
JSON Schema data type (string, number, boolean, integer, object).
Member Of
ParamDimensionsPage object