Get Affected Assets for Specific Vulnerability in vCenter

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

Get a list of vCenter assets affected by a specific vulnerability CVE ID.

RBAC Permissions Required

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

See Documentation

Request Body

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