Konnect Service Catalog

VulnerabilitiesMetricsFilterByPackageName

Filters a metrics query by package.name.

One Of
fieldstringrequired

Allowed values:package.name

operatorstringrequired

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

Allowed values:emptynot_empty

Example

VulnerabilitiesMetricsFilterByScanAttributes

Filters a metrics query by scan_attributes properties.
Dot-notation off of scan_attributes is used to specify the property to filter by.

Example: scan_attributes.image_tag.

One Of
fieldstringrequired

Match pattern:^scan_attributes\.[^.\s]+$

operatorstringrequired

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

Allowed values:emptynot_empty

Example

VulnerabilitiesMetricsQueryResult

object

A query result with metrics grouped by the dimensions specified in the query, at a particular time.

timestampstring(date-time)required

Timestamp corresponding to the aggregated metric data in the event object.
RFC-3339 format with a “T” character separating date from time within the field value.

Example:2025-04-01T07:20:50.000Z

eventOne Of
required

Payload containing the aggregated metric data and associated dimensions included in the query.

VulnerabilityCountMetricEventobject

Payload containing the aggregated vulnerability count metric data and associated dimensions included in the query.

Example:{"vulnerability_count":58,"state":"open","service":"7f9fd312-a987-4628-b4c5-bb4f4fddd5f7"}

Show Child Parameters
Example

VulnerabilitiesMetricsQueryResultEvent

Payload containing the aggregated metric data and associated dimensions included in the query.

One Of
servicestring(uuid)
severitystring

Allowed values:lowmediumhighcritical

Example:low

statestring

Allowed values:openfixeddismissed

Example:dismissed

typestringread-only

Allowed values:container_imagelibrary

Example:container_image

sourcestring

Example:trivy

environmentstring

Example:prod

regionstring

Example:us-east-1

vulnerability_countnumber(int32)required
Example

VulnerabilityCountMetricEvent

object

Payload containing the aggregated vulnerability count metric data and associated dimensions included in the query.

servicestring(uuid)
severitystring

Allowed values:lowmediumhighcritical

Example:low

statestring

Allowed values:openfixeddismissed

Example:dismissed

typestringread-only

Allowed values:container_imagelibrary

Example:container_image

sourcestring

Example:trivy

environmentstring

Example:prod

regionstring

Example:us-east-1

vulnerability_countnumber(int32)required
Example