Get Vulnerability List for Specific OS and Application in vCenter

POST {{cb_url}}/vulnerability/assessment/api/v1/orgs/{{cb_org_key}}/vcenters/{{cb_vcenter_uuid}}/devices/vulnerabilities/_search

Get a Vulnerability List filtered and sorted for a specific operating system and application in a vCenter Server.

RBAC Permissions Required

Permission (.notation name)Operation(s)
vulnerabilityAssessment.dataREAD

See Documentation

Request Body

{"query"=>"<string>", "rows"=>"<integer>", "start"=>"<integer>", "criteria"=>{"property"=>{"value"=>"<string>", "operator"=>"<string>"}}, "sort"=>[{"field"=>"<string>", "order"=>"<string>"}]}