MetricTP_bool_exp
Boolean expressions to filter MetricTP. All fields are combined with a logical AND.
input MetricTP_bool_exp {
_and: [MetricTP_bool_exp!]
_not: MetricTP_bool_exp
_or: [MetricTP_bool_exp!]
machine: business_machine_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
subtype: String_comparison_exp
type: String_comparison_exp
}
Fields
MetricTP_bool_exp._and ● [MetricTP_bool_exp!] list input
Combines the given expressions using a logical AND
MetricTP_bool_exp._not ● MetricTP_bool_exp input
Negates the result of the given expression.
MetricTP_bool_exp._or ● [MetricTP_bool_exp!] list input
Combines the given expressions using a logical OR.
MetricTP_bool_exp.machine ● business_machine_bool_exp input
The machine the event originates from.
MetricTP_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
MetricTP_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
MetricTP_bool_exp.subtype ● String_comparison_exp input
The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.
MetricTP_bool_exp.type ● String_comparison_exp input
The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.
Member Of
business_machine_bool_exp input ● MachineTP_bool_exp input ● metrics query ● MetricTP_bool_exp input