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: _kandji
+48-14Lines changed: 48 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1178,9 +1178,11 @@ Additionally, parameter queries can be added to a request to limit the results."
1178
1178
"page=:[QUERY] The page number of the response."
1179
1179
"size=:[QUERY] A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results."
1180
1180
"sort_by=:[QUERY] Field to sort by. Example: sort_by=app_name."
"size=:[QUERY] A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results."
1193
1195
"sort_by=:[QUERY] Field to sort by. Example: sort_by=app_name."
"size=:[QUERY] A hard upper <code>limit</code> is set at 300 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results."
1205
-
"filter=:[QUERY] Can filter on any key attribute within the response."
1209
+
"filter=:[QUERY] <p>Filter on any key attribute within the response.</p>
"size=:[QUERY] A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results."
1214
-
"sort_by=:[QUERY] Field to sort by. Example: sort_by=cve_id."
This endpoint makes a request to retrieve information about a cve and summary information about detections for a tenants fleet.
19
+
Retrieve information about a CVE.
20
20
21
21
### Example
22
22
@@ -68,13 +68,15 @@ Name | Type | Description | Notes
68
68
**page** | **string** | The page number of the response. | [optional][default to null]
69
69
**size** | **string** | A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results. | [optional][default to null]
70
70
**sortBy** | **string** | Field to sort by. Example: sort_by=app_name. | [optional][default to null]
@@ -92,7 +94,7 @@ updated_at | [optional] [default to null]
92
94
93
95
List Affected Devices
94
96
95
-
This endpoint makes a request to retrieve a list of devices impacted by a specified <code>cve_id</code> vulnerability for a tenants fleet.
97
+
Retrieve a list of devices impacted by a specified <code>cve_id</code> vulnerability for a tenants fleet.
96
98
97
99
### Example
98
100
@@ -109,13 +111,15 @@ Name | Type | Description | Notes
109
111
**page** | **string** | The page number of the response. | [optional][default to null]
110
112
**size** | **string** | A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results. | [optional][default to null]
111
113
**sortBy** | **string** | Field to sort by. Example: sort_by=app_name. | [optional][default to null]
**after** | **string** | Cursor token. | [optional][default to null]
150
154
**size** | **string** | A hard upper <code>limit</code> is set at 300 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results. | [optional][default to null]
151
-
**filter** | **string** | Can filter on any key attribute within the response. | [optional][default to null]
155
+
**filter** | **string** | <p>Filter on any key attribute within the response.</p>
156
+
<ul>
157
+
<li>device_id</li>
158
+
<li>device_name</li>
159
+
<li>device_serial_number</li>
160
+
<li>device_model</li>
161
+
<li>device_os_version</li>
162
+
<li>blueprint_id</li>
163
+
<li>blueprint_name</li>
164
+
<li>name</li>
165
+
<li>path</li>
166
+
<li>version</li>
167
+
<li>bundle_id</li>
168
+
<li>cve_id</li>
169
+
<li>cve_description</li>
170
+
<li>cve_link</li>
171
+
<li>cvss_score</li>
172
+
<li>cvss_severity</li>
173
+
<li>detection_datetime</li>
174
+
<li>cve_published_at</li>
175
+
<li>cve_modified_at</li>
176
+
</ul> | [optional] [default to null]
152
177
153
178
### Return type
154
179
@@ -170,7 +195,7 @@ Name | Type | Description | Notes
170
195
171
196
List Vulnerabilities
172
197
173
-
This endpoint makes a request to retrieve a list of all vulnerabilities grouped by cve.
198
+
Retrieve a list of all vulnerabilities grouped by cve.
174
199
175
200
### Example
176
201
@@ -185,17 +210,26 @@ Name | Type | Description | Notes
**page** | **string** | The page number of the response. | [optional][default to null]
187
212
**size** | **string** | A hard upper limit is set at 50 records returned per request. If more records are expected, pagination should be used using the URL value returned in the next attribute. Additionally, filters can be added to a request to limit the results. | [optional][default to null]
188
-
**sortBy** | **string** | Field to sort by. Example: sort_by=cve_id. | [optional][default to null]
**cveUnderscoredescription** | **string** | | [optional][default to null]
7
6
**cveUnderscoreid** | **string** | | [optional][default to null]
8
7
**cveUnderscorelink** | **string** | | [optional][default to null]
9
-
**cveUnderscorepublishedUnderscoreon** | **string** | | [optional][default to null]
10
-
**cveUnderscoreupdatedUnderscoreon** | **string** | | [optional][default to null]
8
+
**cveUnderscoremodifiedUnderscoreat** | **string** | | [optional][default to null]
9
+
**cveUnderscorepublishedUnderscoreat** | **string** | | [optional][default to null]
11
10
**cvssUnderscorescore** | **integer** | | [optional][default to null]
12
-
**cvssUnderscoreseverity** | **string** | | [optional][default to null]
13
-
**devicesUnderscoreimpacted** | **integer** | | [optional][default to null]
11
+
**description** | **string** | | [optional][default to null]
12
+
**deviceUnderscorecount** | **integer** | | [optional][default to null]
13
+
**epssUnderscorescore** | **integer** | | [optional][default to null]
14
14
**firstUnderscoredetectionUnderscoredate** | **string** | | [optional][default to null]
15
15
**kevUnderscorescore** | **integer** | | [optional][default to null]
16
+
**latestUnderscoredetectionUnderscoredate** | **string** | | [optional][default to null]
17
+
**severity** | **string** | | [optional][default to null]
18
+
**softwareUnderscorecount** | **integer** | | [optional][default to null]
16
19
17
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**page** | **integer** | | [optional][default to null]
7
+
**results** | [**AnyType**](.md) | | [optional][default to null]
8
+
**size** | **integer** | | [optional][default to null]
9
+
**total** | **integer** | | [optional][default to null]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments