You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,16 @@ pip install cyapi
17
17
# Example
18
18
19
19
Please note there are a number of example scripts in the examples directory. These are valuable for initial authentication as well as some basic interactions with the library. The example scripts include:
20
+
20
21
Single Tenant
21
-
>simple_setup.py
22
-
>find_stale_devices.py
23
-
>safelist_trusted_local.py
24
-
>time_getting_all_detection_detail.py
22
+
* simple_setup.py
23
+
* find_stale_devices.py
24
+
* safelist_trusted_local.py
25
+
* time_getting_all_detection_detail.py
25
26
26
27
Multi-Tenant Console (MTC)
27
-
>simple_MTC_setup.py
28
-
>MTC_tenants_loop.py
28
+
* simple_MTC_setup.py
29
+
* MTC_tenants_loop.py
29
30
30
31
This example will create a connection to the API and return all devices that have registered.
31
32
@@ -77,9 +78,9 @@ The creds json file can then be passed in by passing -c path/to/creds.json to an
77
78
78
79
# API End Point Documentation
79
80
80
-
Tenant User API Guide - https://docs.blackberry.com/content/dam/docs-blackberry-com/release-pdfs/en/cylance-products/api-and-developer-guides/Cylance%20User%20API%20Guide%20v2.0%20rev24.pdf
81
-
Tenant User API Release Notes - https://docs.blackberry.com/en/unified-endpoint-security/cylance--products/cylance-api-release-notes/BlackBerry-Cylance-API-release-notes
82
-
Multi-Tenant API - https://dev-admin.cylance.com/documentation/api.html
81
+
*Tenant User API Guide - https://docs.blackberry.com/content/dam/docs-blackberry-com/release-pdfs/en/cylance-products/api-and-developer-guides/Cylance%20User%20API%20Guide%20v2.0%20rev24.pdf
82
+
*Tenant User API Release Notes - https://docs.blackberry.com/en/unified-endpoint-security/cylance--products/cylance-api-release-notes/BlackBerry-Cylance-API-release-notes
83
+
*Multi-Tenant API - https://dev-admin.cylance.com/documentation/api.html
0 commit comments