CB Enterprise Protection Integration

POST {{cb_url}}/api/v1/settings/global/platformserver

Get and set the configuration details of the Carbon Black Enterprise Protection server. These details are used for CB Enterprise Response Server integration with the CB Enterprise Protection Server.

A POST accepts a JSON dictionary with one or more keys as defined below.

  • server_url: OPTIONAL the base server IP or DNS name. The protocol and the URI are not included.
  • ssl_certificate_verify: OPTIONAL indication as to if Carbon Black server should verify the Platform Server SSL certificate; valid values are โ€˜trueโ€™ and โ€˜falseโ€™
  • watchlist_export: OPTIONAL indication as to if the Carbon Black server should export, via HTTPS POST, watchlist hits to the Platfrom Server; valid values are โ€˜trueโ€™ and โ€˜falseโ€™
  • auth_toke: OPTIONAL authorization token used by the Carbon Black server to authenticate against the Platform Server.

See Documentation