ID of the vulnerability.
Get Vulnerability
Returns vulnerability by ID.
Path Parameters
Response
application/json
Response
Response object containing a single catalog-wide vulnerability.
Vulnerability
Authentication
Path Parameters
List Vulnerability Services
Returns a paginated collection of services for a given vulnerability.
Query Parameters
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.
Show Child Parameters
Path Parameters
ID of the vulnerability.
Response
application/json
Response
A paginated list response for a collection of services for a given vulnerability.
returns the pagination information
Show Child Parameters
Service representation that includes attributes for the related vulnerability.
Show Child Parameters
Authentication
Path Parameters
Query Parameters
List Vulnerability Instances
Returns a paginated collection of vulnerability instances for a given vulnerability.
Query Parameters
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.
Show Child Parameters
Path Parameters
ID of the vulnerability.
Response
application/json
Response
A paginated list response for a collection of vulnerability instances.
returns the pagination information
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
Query Parameters
List Service Vulnerabilities
Returns a paginated collection of vulnerabilities for a given service.
Query Parameters
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 vulnerabilities.
Show Child Parameters
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
Path Parameters
ID of the service.
Response
application/json
Response
A paginated list response for a collection of vulnerabilities.
returns the pagination information
Show Child Parameters
Authentication
Path Parameters
Query Parameters
Get Service Vulnerability
Returns vulnerability instance, for a given service, by ID.
Path Parameters
ID of the service.
ID of the vulnerability.
Response
application/json
Response
Response object containing a single vulnerability.