Skip to content

Commit 6da48c0

Browse files
committed
Add Defense into the getting started and index pages
1 parent fb0795e commit 6da48c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ cbapi strongly discourages embedding credentials in individual scripts. Instead,
2424
Cb Response or Cb Protection servers inside the API credential file and select which "profile" you would like to use
2525
at runtime.
2626

27-
To create the initial credential file, a simple-to-use script is provided. Just run the ``cbapi-response`` or
28-
``cbapi-protection`` script with the ``configure`` argument. On Mac OS X and Linux::
27+
To create the initial credential file, a simple-to-use script is provided. Just run the ``cbapi-response``,
28+
``cbapi-protection``, or ``cbapi-defense`` script with the ``configure`` argument. On Mac OS X and Linux::
2929

3030
$ cbapi-response configure
3131

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cbapi: Carbon Black API for Python
88

99
Release v\ |release|.
1010

11-
cbapi provides a straightforward interface to the Cb Protection and Response REST APIs.
12-
This library provides a Pythonic layer to access the raw power of the REST APIs of both products, making it trivial
11+
cbapi provides a straightforward interface to the Carbon Black products: Cb Protection, Response, and Defense.
12+
This library provides a Pythonic layer to access the raw power of the REST APIs of all Cb products, making it trivial
1313
to do the easy stuff and handling all of the "sharp corners" behind the scenes for you. Take a look::
1414

1515
>>> from cbapi.response import CbResponseAPI, Process, Binary, Sensor

0 commit comments

Comments
 (0)