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: docs/VulnerabilitiesApi.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@ with kandji.ApiClient(configuration) as api_client:
129
129
cve_id ='cve_id_example'# str |
130
130
page =''# str | The page number of the response. (optional)
131
131
size ='50'# str | 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)
132
-
sort_by ='cve_id'# str | Field to sort by. Example: sort_by=app_name. (optional)
filter='{\"detection_datetime\":{\"gte\":\"2025-05-23T17:11:31.816587Z\"}}'# str | <p>Filter results. Similar to prism filters. Filterable columns</p> <ul> <li>blueprint_id</li> <li>detection_datetime</li> </ul> (optional)
134
134
135
135
try:
136
136
# List Affected Apps
@@ -151,8 +151,8 @@ Name | Type | Description | Notes
151
151
**cve_id** | **str**| |
152
152
**page** | **str**| The page number of the response. | [optional]
153
153
**size** | **str**| 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]
154
-
**sort_by** | **str**| Field to sort by. Example: sort_by=app_name. | [optional]
**filter** | **str**| <p>Filter results. Similar to prism filters. Filterable columns</p><ul><li>blueprint_id</li><li>detection_datetime</li></ul> | [optional]
156
156
157
157
### Return type
158
158
@@ -215,8 +215,8 @@ with kandji.ApiClient(configuration) as api_client:
215
215
cve_id ='cve_id_example'# str |
216
216
page =''# str | The page number of the response. (optional)
217
217
size ='50'# str | 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)
218
-
sort_by ='cve_id'# str | Field to sort by. Example: sort_by=app_name. (optional)
@@ -237,8 +237,8 @@ Name | Type | Description | Notes
237
237
**cve_id** | **str**| |
238
238
**page** | **str**| The page number of the response. | [optional]
239
239
**size** | **str**| 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]
240
-
**sort_by** | **str**| Field to sort by. Example: sort_by=app_name. | [optional]
@@ -344,18 +344,19 @@ Name | Type | Description | Notes
344
344
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
page =''# str | The page number of the response. (optional)
383
384
size ='50'# str | 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)
384
-
sort_by ='cve_id'# str | <p>Field to sort by.</p> <ul> <li>cve_id</li> <li>software (the name of the software)</li> <li>cvss_severity</li> <li>first_detection_date</li> <li>latest_detection_date</li> </ul> (optional)
**page** | **str**| The page number of the response. | [optional]
404
405
**size** | **str**| 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]
405
-
**sort_by** | **str**| <p>Field to sort by.</p><ul><li>cve_id</li><li>software (the name of the software)</li><li>cvss_severity</li><li>first_detection_date</li><li>latest_detection_date</li></ul> | [optional]
from kandji.models.vulnerabilities_get_vulnerability_description200_response import VulnerabilitiesGetVulnerabilityDescription200Response as VulnerabilitiesGetVulnerabilityDescription200Response
303
305
from kandji.models.vulnerabilities_list_affected_apps200_response import VulnerabilitiesListAffectedApps200Response as VulnerabilitiesListAffectedApps200Response
304
306
from kandji.models.vulnerabilities_list_detections200_response import VulnerabilitiesListDetections200Response as VulnerabilitiesListDetections200Response
307
+
from kandji.models.vulnerabilities_list_vulnerabilities200_response import VulnerabilitiesListVulnerabilities200Response as VulnerabilitiesListVulnerabilities200Response
0 commit comments