Request Workload Sensor Installation

POST {{cb_url}}/lcm/v1/orgs/{{cb_org_key}}/workloads/actions

Starts the install process of Carbon Black Cloud sensors on VMs

Note: Qodex does not create the correct cURL request for this endpoint. Use this as an example cURL request:

curl -v 'https://defense.conferdeploy.net/lcm/v1/orgs/{{cb_org_key}}/workloads/actions' --header 'x-auth-token: ' -F 'action_type=INSTALL' -F 'install_request=@<filepath/filename.json>;type=application/json'

RBAC Permissions Required

Permission (.notation name)Operation(s)
workloads.vcenter.vmsensorinstallEXECUTE

See Documentation

Request Body

[{"name"=>"action_type", "value"=>"INSTALL", "datatype"=>"string"}, {"name"=>"install_request", "value"=>nil, "datatype"=>"null"}, {"name"=>"file", "value"=>nil, "datatype"=>"null"}]