ID of the service.
ID of the vulnerability scan.
Returns vulnerability scan, for a given service, by ID.
ID of the service.
ID of the vulnerability scan.
Response object containing a single vulnerability scan, without its catalog mapping.
Example:0ca46543-e6a3-4a8b-8e2c-205935a1bb3a
Machine-usable value to correlate scans (and their vulnerabilities) on a given resource. This value is then
used to determine vulnerabilities resolved/fixed between subsequent scans on the same resource.
Example:namespaces/foo:pods/bar-api
Allowed values:grypetrivy
Example:trivy
One OfExample:prod
Example:us-east-2
Example:kong/repo-id
Example:{"org.kong.enterprise.source.version":"v1"}
Date the vulnerability scan occurred at.
Example:2025-01-01T00:00:00Z
Allowed values:in_progresscompletedfailed
An ISO-8601 timestamp representation of entity creation date.
Example:2022-11-04T20:10:06.927Z
An ISO-8601 timestamp representation of entity update date.
Example:2022-11-04T20:10:06.927Z
Returns a paginated collection of vulnerabilities.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
Filters a collection of catalog-wide vulnerabilities.
The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).
Example:created_at desc
A paginated list response for a collection of catalog-wide vulnerabilities.
returns the pagination information
Returns vulnerability by ID.
ID of the vulnerability.
Response object containing a single catalog-wide vulnerability.
Returns a paginated collection of services for a given vulnerability.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).
Example:created_at desc
Filters a collection of services for a given vulnerability.
ID of the vulnerability.
A paginated list response for a collection of services for a given vulnerability.
returns the pagination information
Service representation that includes attributes for the related vulnerability.
Returns a paginated collection of vulnerability instances for a given vulnerability.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).
Example:created_at desc
Filters a collection of vulnerability instances.
ID of the vulnerability.
A paginated list response for a collection of vulnerability instances.
returns the pagination information