CB Response Cloud: How to View the Status of the Whitelisting Service
search cancel

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

book

Article ID: 285636

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

To view the status of the IP whitelisting service

Environment

  • CB Response Cloud: All Versions

Resolution

  1. Open Terminal from the Whitelisting endpoint.
  2. Run the CURL command:
    curl -X GET "https://cbrc.carbonblack.io/api/approvedlist/enabled" -H  "accept: application/json" -H  "X-Auth-Token: <YOUR_TOKEN>"
  3. A response will be received showing the current status: 
    {
        "state": false
    }

Additional Information

The command requires the X-Auth-Token to be entered.