VulnerabilitiesMetricsFilterByService
objectFilters a metrics query by service.
operatorstringrequired
The type of filter to apply.
infilters will limit results to only the specified valuesnot_infilters will exclude the specified values
Allowed values:innot_in
valuearray[string](uuid)required
fieldstringrequired
Allowed values:service
Example
VulnerabilitiesMetricsFilterBySeverity
objectFilters a metrics query by severity.
fieldstringrequired
Allowed values:severity
operatorstringrequired
The type of filter to apply.
infilters will limit results to only the specified valuesnot_infilters will exclude the specified values
Allowed values:innot_in
valuearray[string]required
Allowed values:lowmediumhighcritical
Example:low
Example
VulnerabilitiesMetricsFilterByState
objectFilters a metrics query by state.
fieldstringrequired
Allowed values:state
operatorstringrequired
The type of filter to apply.
infilters will limit results to only the specified valuesnot_infilters will exclude the specified values
Allowed values:innot_in
valuearray[string]required
Allowed values:openfixeddismissed
Example:dismissed
Example
VulnerabilitiesMetricsFilterByType
objectFilters a metrics query by type.
fieldstringrequired
Allowed values:type
operatorstringrequired
The type of filter to apply.
infilters will limit results to only the specified valuesnot_infilters will exclude the specified values
Allowed values:innot_in
valuearray[string]requiredread-only
Allowed values:container_imagelibrary
Example:container_image
Example
VulnerabilitiesMetricsFilterBySource
objectFilters a metrics query by source.
fieldstringrequired
Allowed values:source
operatorstringrequired
The type of filter to apply.
infilters will limit results to only the specified valuesnot_infilters will exclude the specified values
Allowed values:innot_in
valuearray[string]required
Example:trivy
Example