Check Compute Resource Eligibility
POST {{cb_url}}/lcm/view/v2/orgs/{{cb_org_key}}/compute_eligibility
Check Compute Resource Eligibility
Submit the compute resourceโs metadata to confirm eligibility for Carbon Black Cloud sensor installation.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
workloads.vcenter.vm | READ |
Request Schema
{
"guest_info_disabled": <boolean>,
"guest_id": "<string>",
"guest_full_name": "<string>",
"tools_version_status": "<string>",
"cb_launcher_version": "<string>",
"cb_os_id": "<string>",
"cb_os_version": "<string>"
}
Request Body
{"guest_info_disabled"=>false, "guest_id"=>"centos8_64Guest", "guest_full_name"=>"Centos 8", "tools_version_status"=>"GUEST_TOOLS_CURRENT", "cb_launcher_version"=>"1", "cb_os_id"=>"Centos8", "cb_os_version"=>"8"}
RESPONSES
status: OK
{"eligibility":"ELIGIBLE","eligibility_code":null}