To perform cluster-specific tasks from the command line, enter the command cbuv-cluster followed by an option:

Options

Description

get

Queries and displays configuration information about the specified cluster:

  • Cluster name: -c / --cluster_name

or
  • Cluster ID: -i / --id

list

Lists all the users in the Carbon Black EDR Unified View server.

delete

Deletes the specified cluster:

  • Cluster name: -c / --cluster_name

or
  • Cluster ID: -i / --id

add

Adds a new cluster to Carbon Black EDR Unified View.

Required arguments:

  • Cluster name: -c / --cluster_name

  • URL: -u, --url

Optional arguments:

  • Description: -d / --cluster_desc.

  • Enable SSL verification: -v / --verify_ssl

  • Specify shared token: -s / --shared_token .

  • Use proxy: -P/ --use_proxy
  • Proxy URL: -r/ --proxy_url
  • Proxy port: -p/ --proxy_port
  • If the token type for the cluster is shared, the user is prompted for the API token.

set

Changes information about a specified cluster in the Carbon Black EDR Unified View:

  • Cluster name: -c / --cluster_name

or

  • Cluster ID: -i / --id

  • URL: -u, --url

  • Description: -d / --cluster_desc

  • Token type: -t / --token_type , where token_type is either individual or shared .

  • Enable the cluster: -e / --enable

or

  • Disable the cluster: -d / --disable

  • Enable SSL verification: -v / --verifiy_ssl

or

  • Disable SSL verification: -n / --no_verify_ssl

    or

  • Use proxy: -P/ --use_proxy
  • Proxy URL: -r/ --proxy_url
  • Proxy port: -p/ --proxy_port

    or

  • Don’t use proxy: -N/ --no_use_proxy

Example:

cbuv-cluster get -c acme

Retrieves and displays configuration information about the cluster named acme.