Konnect Service Catalog

StringValueMetricsFilter

object
operatorstringrequired

The type of filter to apply.

  • in filters will limit results to only the specified values
  • not_in filters will exclude the specified values

Allowed values:innot_in

valuearray[string]required
Example

NumericValueMetricsFilter

object
operatorstringrequired

The type of filter to apply to numeric field values.

Allowed values:=!=<><=>=

valuenumberrequired
Example

EmptyValueMetricsFilter

object
operatorstringrequired

The type of filter to apply.
Empty values are null or undefined.

Allowed values:emptynot_empty

Example

MetricsFilterEmptyOperator

string

The type of filter to apply.
Empty values are null or undefined.

Allowed values:emptynot_empty

MetricsFilterInOperator

string

The type of filter to apply.

  • in filters will limit results to only the specified values
  • not_in filters will exclude the specified values

Allowed values:innot_in