Get Specific vCenter Device Vulnerability List

POST {{cb_url}}/vulnerability/assessment/api/v1/orgs/{{cb_org_key}}/vcenters/{{cb_vcenter_uuid}}/devices/{{cb_vm_id}}/vulnerabilities/_search?dataForExport=true

Get an Operating System or Application Vulnerability List for a specific vCenter device.

RBAC Permissions Required

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

See Documentation

Request Params

KeyDatatypeRequiredDescription
dataForExportbooleanWhether to send detailed data for export. [true, false]

Request Body

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