Get Sensor Kit and Configuration Links
POST {{cb_url}}/lcm/v1/orgs/{{cb_org_key}}/sensor/_download
Generates a sensor and config download link
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}}/sensor/_download' --header 'x-auth-token: ' -F 'sensor_url_request=@<filepath/filename.json>;type=application/json'
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.kits | EXECUTE |
Request Body
[{"name"=>"sensor_url_request", "value"=>nil, "datatype"=>"null"}, {"name"=>"configParams", "value"=>nil, "datatype"=>"null"}]