Konnect Service Catalog

VulnerabilitiesMetricsFilterByService

object

Filters a metrics query by service.

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](uuid)required
fieldstringrequired

Allowed values:service

Example

VulnerabilitiesMetricsFilterBySeverity

object

Filters a metrics query by severity.

fieldstringrequired

Allowed values:severity

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

Allowed values:lowmediumhighcritical

Example:low

Example

VulnerabilitiesMetricsFilterByState

object

Filters a metrics query by state.

fieldstringrequired

Allowed values:state

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

Allowed values:openfixeddismissed

Example:dismissed

Example

VulnerabilitiesMetricsFilterByType

object

Filters a metrics query by type.

fieldstringrequired

Allowed values:type

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]requiredread-only

Allowed values:container_imagelibrary

Example:container_image

Example

VulnerabilitiesMetricsFilterBySource

object

Filters a metrics query by source.

fieldstringrequired

Allowed values:source

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

Example