Skip to content

Commit aac7aad

Browse files
github-actions[bot]MScottBlake
authored andcommitted
[auto] Updated Kandji SDK
1 parent 7c45e71 commit aac7aad

File tree

7 files changed

+178
-60
lines changed

7 files changed

+178
-60
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ docs/UsersGetUser200Response.md
7777
docs/UsersGetUser200ResponseIntegration.md
7878
docs/VulnerabilitiesApi.md
7979
docs/VulnerabilitiesGetVulnerabilityDescription200Response.md
80+
docs/VulnerabilitiesListAffectedApps200Response.md
8081
docs/VulnerabilitiesListDetections200Response.md
81-
docs/VulnerabilitiesListVulnerabilities200Response.md
8282
kandji
8383
kandji.bash-completion

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ Class | Method | HTTP request | Description
257257
- [UsersGetUser200Response](docs/UsersGetUser200Response.md)
258258
- [UsersGetUser200ResponseIntegration](docs/UsersGetUser200ResponseIntegration.md)
259259
- [VulnerabilitiesGetVulnerabilityDescription200Response](docs/VulnerabilitiesGetVulnerabilityDescription200Response.md)
260+
- [VulnerabilitiesListAffectedApps200Response](docs/VulnerabilitiesListAffectedApps200Response.md)
260261
- [VulnerabilitiesListDetections200Response](docs/VulnerabilitiesListDetections200Response.md)
261-
- [VulnerabilitiesListVulnerabilities200Response](docs/VulnerabilitiesListVulnerabilities200Response.md)
262262

263263

264264
## Documentation For Authorization

_kandji

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,11 @@ Additionally, parameter queries can be added to a request to limit the results."
11781178
"page=:[QUERY] The page number of the response."
11791179
"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."
11801180
"sort_by=:[QUERY] Field to sort by. Example: sort_by=app_name."
1181-
"filter=:[QUERY] Filterable columns:
1182-
blueprint_id
1183-
updated_at"
1181+
"filter=:[QUERY] <p>Filterable columns:</p>
1182+
<ul>
1183+
<li>blueprint_id</li>
1184+
<li>updated_at</li>
1185+
</ul>"
11841186
)
11851187
_describe -t actions 'operations' _op_arguments -S '' && ret=0
11861188
;;
@@ -1191,9 +1193,11 @@ updated_at"
11911193
"page=:[QUERY] The page number of the response."
11921194
"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."
11931195
"sort_by=:[QUERY] Field to sort by. Example: sort_by=app_name."
1194-
"filter=:[QUERY] Filterable columns:
1195-
blueprint_id
1196-
updated_at"
1196+
"filter=:[QUERY] <p>Filterable columns:</p>
1197+
<ul>
1198+
<li>blueprint_id</li>
1199+
<li>updated_at</li>
1200+
</ul>"
11971201
)
11981202
_describe -t actions 'operations' _op_arguments -S '' && ret=0
11991203
;;
@@ -1202,7 +1206,28 @@ updated_at"
12021206
_op_arguments=(
12031207
"after=:[QUERY] Cursor token."
12041208
"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>
1210+
<ul>
1211+
<li>device_id</li>
1212+
<li>device_name</li>
1213+
<li>device_serial_number</li>
1214+
<li>device_model</li>
1215+
<li>device_os_version</li>
1216+
<li>blueprint_id</li>
1217+
<li>blueprint_name</li>
1218+
<li>name</li>
1219+
<li>path</li>
1220+
<li>version</li>
1221+
<li>bundle_id</li>
1222+
<li>cve_id</li>
1223+
<li>cve_description</li>
1224+
<li>cve_link</li>
1225+
<li>cvss_score</li>
1226+
<li>cvss_severity</li>
1227+
<li>detection_datetime</li>
1228+
<li>cve_published_at</li>
1229+
<li>cve_modified_at</li>
1230+
</ul>"
12061231
)
12071232
_describe -t actions 'operations' _op_arguments -S '' && ret=0
12081233
;;
@@ -1211,13 +1236,22 @@ updated_at"
12111236
_op_arguments=(
12121237
"page=:[QUERY] The page number of the response."
12131238
"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."
1215-
"filter=:[QUERY] <p>Filterable columns:</p>
1216-
<p>cve_id
1217-
app_name
1218-
severity
1219-
first_detection_date
1220-
latest_detection_date</p>"
1239+
"sort_by=:[QUERY] <p>Field to sort by.</p>
1240+
<ul>
1241+
<li>cve_id</li>
1242+
<li>software (the name of the software)</li>
1243+
<li>cvss_severity</li>
1244+
<li>first_detection_date</li>
1245+
<li>latest_detection_date</li>
1246+
</ul>"
1247+
"filter=:[QUERY] <p>Filterable columns</p>
1248+
<ul>
1249+
<li>cve_id</li>
1250+
<li>app_name</li>
1251+
<li>severity</li>
1252+
<li>first_detection_date</li>
1253+
<li>latest_detection_date</li>
1254+
</ul>"
12211255
)
12221256
_describe -t actions 'operations' _op_arguments -S '' && ret=0
12231257
;;

docs/VulnerabilitiesApi.md

Lines changed: 55 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Method | HTTP request | Description
1616

1717
Get Vulnerability Description
1818

19-
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.
2020

2121
### Example
2222

@@ -68,13 +68,15 @@ Name | Type | Description | Notes
6868
**page** | **string** | The page number of the response. | [optional] [default to null]
6969
**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]
7070
**sortBy** | **string** | Field to sort by. Example: sort_by=app_name. | [optional] [default to null]
71-
**filter** | **string** | Filterable columns:
72-
blueprint_id
73-
updated_at | [optional] [default to null]
71+
**filter** | **string** | <p>Filterable columns:</p>
72+
<ul>
73+
<li>blueprint_id</li>
74+
<li>updated_at</li>
75+
</ul> | [optional] [default to null]
7476

7577
### Return type
7678

77-
**map**
79+
[**VulnerabilitiesListAffectedApps200Response**](VulnerabilitiesListAffectedApps200Response.md)
7880

7981
### Authorization
8082

@@ -92,7 +94,7 @@ updated_at | [optional] [default to null]
9294

9395
List Affected Devices
9496

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.
9698

9799
### Example
98100

@@ -109,13 +111,15 @@ Name | Type | Description | Notes
109111
**page** | **string** | The page number of the response. | [optional] [default to null]
110112
**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]
111113
**sortBy** | **string** | Field to sort by. Example: sort_by=app_name. | [optional] [default to null]
112-
**filter** | **string** | Filterable columns:
113-
blueprint_id
114-
updated_at | [optional] [default to null]
114+
**filter** | **string** | <p>Filterable columns:</p>
115+
<ul>
116+
<li>blueprint_id</li>
117+
<li>updated_at</li>
118+
</ul> | [optional] [default to null]
115119

116120
### Return type
117121

118-
**map**
122+
[**VulnerabilitiesListAffectedApps200Response**](VulnerabilitiesListAffectedApps200Response.md)
119123

120124
### Authorization
121125

@@ -133,7 +137,7 @@ updated_at | [optional] [default to null]
133137

134138
List Detections
135139

136-
This endpoint makes a request to retrieve a list of all vulnerability detections across the device fleet.
140+
Retrieve a list of all vulnerability detections across the device fleet.
137141

138142
### Example
139143

@@ -148,7 +152,28 @@ Name | Type | Description | Notes
148152
------------- | ------------- | ------------- | -------------
149153
**after** | **string** | Cursor token. | [optional] [default to null]
150154
**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]
152177

153178
### Return type
154179

@@ -170,7 +195,7 @@ Name | Type | Description | Notes
170195

171196
List Vulnerabilities
172197

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.
174199

175200
### Example
176201

@@ -185,17 +210,26 @@ Name | Type | Description | Notes
185210
------------- | ------------- | ------------- | -------------
186211
**page** | **string** | The page number of the response. | [optional] [default to null]
187212
**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]
189-
**filter** | **string** | <p>Filterable columns:</p>
190-
<p>cve_id
191-
app_name
192-
severity
193-
first_detection_date
194-
latest_detection_date</p> | [optional] [default to null]
213+
**sortBy** | **string** | <p>Field to sort by.</p>
214+
<ul>
215+
<li>cve_id</li>
216+
<li>software (the name of the software)</li>
217+
<li>cvss_severity</li>
218+
<li>first_detection_date</li>
219+
<li>latest_detection_date</li>
220+
</ul> | [optional] [default to null]
221+
**filter** | **string** | <p>Filterable columns</p>
222+
<ul>
223+
<li>cve_id</li>
224+
<li>app_name</li>
225+
<li>severity</li>
226+
<li>first_detection_date</li>
227+
<li>latest_detection_date</li>
228+
</ul> | [optional] [default to null]
195229

196230
### Return type
197231

198-
[**VulnerabilitiesListVulnerabilities200Response**](VulnerabilitiesListVulnerabilities200Response.md)
232+
**map**
199233

200234
### Authorization
201235

docs/VulnerabilitiesGetVulnerabilityDescription200Response.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**cveUnderscoredescription** | **string** | | [optional] [default to null]
76
**cveUnderscoreid** | **string** | | [optional] [default to null]
87
**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]
1110
**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]
1414
**firstUnderscoredetectionUnderscoredate** | **string** | | [optional] [default to null]
1515
**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]
1619

1720
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1821

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# vulnerabilities_listAffectedApps_200_response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**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)
12+
13+

0 commit comments

Comments
 (0)