CB Response Cloud: How to Delete an Ingress Filter from MacOS or Linux
search cancel

CB Response Cloud: How to Delete an Ingress Filter from MacOS or Linux

book

Article ID: 287588

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

To delete an existing ingress filter for a CB Response Cloud instance using a MacOS or Linux endpoint

Environment

  • CB Response Cloud: All Versions
  • Apple MacOS: All Supported Versions
  • Linux: All Supported Versions

Resolution

  1. Open Terminal
  2. Delete an existing filter:
    curl -s --tlsv1.2 -XDELETE -H "X-Auth-Token: <GlobalApiTokenHere>" "https://<ServerHostnameHere>/api/v1/ingress_whitelist/<IngressFilterNameHere>"

Additional Information

Replace <GlobalApiTokenHere> , <ServerHostnameHere>, and <IngressFilterNameHere> with the appropriate ingress filter details.