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!

CB Response Cloud: How to Change the Status of the Whitelisting Service

CB Response Cloud: How to Change the Status of the Whitelisting Service

Environment

  • CB Response Cloud: All Versions

Objective

To change or update the status of an already whitelisted IP address

Resolution

  1. Open Terminal from the Whitelist endpoint.
  2. Run the cURL command:
    curl -X PATCH "https://cbrc.carbonblack.io/api/whitelist/enabled" -H  "accept: application/json" -H  "X-Auth-Token: <YOUR_TOKEN>" -H  "Content-Type: application/json" -d "{  \"state\": true}"
  3. A response will be received showing that the change was received:
    204 NO CONTENT
  4. Apply all changes.

Additional Notes

  • Add the X-Auth-Token being used.
  • The status can be updated to either True or False to enable or disable the whitelist.
  • If step 4 is not followed - the changes not being applied - then everything can be lost.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎04-02-2019
Views:
657
Contributors