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
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**index_fortinet_ips_get**](IndicesApi.md#index_fortinet_ips_get) | **GET** /index/fortinet-ips | Return vulnerability data stored in index \"fortinet-ips\"
183
183
[**index_foxit_get**](IndicesApi.md#index_foxit_get) | **GET** /index/foxit | Return vulnerability data stored in index \"foxit\"
184
184
[**index_freebsd_get**](IndicesApi.md#index_freebsd_get) | **GET** /index/freebsd | Return vulnerability data stored in index \"freebsd\"
185
+
[**index_fresenius_get**](IndicesApi.md#index_fresenius_get) | **GET** /index/fresenius | Return vulnerability data stored in index \"fresenius\"
185
186
[**index_gallagher_get**](IndicesApi.md#index_gallagher_get) | **GET** /index/gallagher | Return vulnerability data stored in index \"gallagher\"
186
187
[**index_gcp_get**](IndicesApi.md#index_gcp_get) | **GET** /index/gcp | Return vulnerability data stored in index \"gcp\"
187
188
[**index_ge_gas_get**](IndicesApi.md#index_ge_gas_get) | **GET** /index/ge-gas | Return vulnerability data stored in index \"ge-gas\"
@@ -24696,6 +24697,142 @@ Name | Type | Description | Notes
24696
24697
24697
24698
[[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)
In order to allow users to iterate over large index datasets, this endpoint provides a server-side
24713
+
"cursor" mechanism. To use the cursor, first call `GET /index/fresenius?start_cursor`, the response will
24714
+
have a `next_cursor` id that clients will need to pass as a query parameter to the next request like
24715
+
`GET /index/fresenius?cursor=<next_cursor_id>`
24716
+
24717
+
24718
+
### Example
24719
+
24720
+
* Api Key Authentication (Bearer):
24721
+
24722
+
```python
24723
+
import vulncheck_sdk
24724
+
from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fresenius_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFreseniusPaginatePagination
24725
+
from vulncheck_sdk.rest import ApiException
24726
+
from pprint import pprint
24727
+
24728
+
# Defining the host is optional and defaults to /v3
24729
+
# See configuration.py for a list of all supported configuration parameters.
24730
+
configuration = vulncheck_sdk.Configuration(
24731
+
host = "/v3"
24732
+
)
24733
+
24734
+
# The client must configure the authentication and authorization parameters
24735
+
# in accordance with the API server security policy.
24736
+
# Examples for each auth method are provided below, use the example that
[[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)
from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fresenius_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFreseniusPaginatePagination
16
+
17
+
#TODO update the JSON string below
18
+
json ="{}"
19
+
# create an instance of RenderResponseWithMetadataArrayAdvisoryFreseniusPaginatePagination from a JSON string
[[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