File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
.. _defense_api :
2
2
3
- Cb Defense API
3
+ CB Defense API
4
4
==============
5
5
6
- This page documents the public interfaces exposed by cbapi when communicating with a Cb Defense server.
6
+ This page documents the public interfaces exposed by cbapi when communicating with a CB Defense server.
7
7
8
8
Main Interface
9
9
--------------
10
10
11
- To use cbapi with Carbon Black Defense, you will be using the CbDefenseAPI .
12
- The CbDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
11
+ To use cbapi with Carbon Black Defense, you will be using the CBDefenseAPI .
12
+ The CBDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
13
13
14
- .. autoclass :: cbapi.defense. psc.rest_api.CbDefenseAPI
14
+ .. autoclass :: cbapi.psc.defense .rest_api.CbDefenseAPI
15
15
:members:
16
16
:inherited-members:
17
17
@@ -21,13 +21,13 @@ The CbDefenseAPI object then exposes two main methods to select data on the Carb
21
21
Queries
22
22
-------
23
23
24
- .. autoclass :: cbapi.defense. psc.rest_api.Query
24
+ .. autoclass :: cbapi.psc.defense .rest_api.Query
25
25
:members:
26
26
27
27
28
28
Models
29
29
------
30
30
31
- .. automodule :: cbapi.defense. psc.models
31
+ .. automodule :: cbapi.psc.defense .models
32
32
:members:
33
33
:undoc-members:
You can’t perform that action at this time.
0 commit comments