IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud: How to Download Sensor Kits Via the API

Carbon Black Cloud: How to Download Sensor Kits Via the API

Environment

  • Carbon Black Cloud Console: All Versions

Objective

To download sensor kits via the API

Resolution

  1. Create API Key
    1. Log into Console
    2. Go to Settings > API Access > Access Levels
    3. Click "Add Access Level"
    4. Enter name and description
    5. Check the  "Device- Sensor kits -org.kits - execute" permission
    6. Save
    7. Navigate to API Keys tab
    8. Note the "Org ID"
    9. Click 'Add API Key' button
    10. Enter name and description
    11. Under "Access Level type" choose Custom > Select access level made in steps 2-6.
    12. Click 'Save'
    13. Copy API credentials displayed (<API_ID>, <API_Secret_Key> below)
  2. Export Admin Users
    1. Log into machine able to run cURL
    2. Run API call to export the data
      curl --location --request GET "https://defense-prod05.conferdeploy.net/appservices/v5/orgs/<org id>/kits/installer_vista_win7_win8-64-3.5.0.1801.msi" --proxy http://<username>:<password>@<proxy>:<proxyport> -H "X-Auth-Token:<secret key>/<api id>" --output c:\temp\3.5.0.1801.msi
    3. Save data to file as desired

Additional Notes


Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎11-04-2020
Views:
1612
Contributors