From 90eea815859995a6e86ad26040c262318d52e2a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:32:38 +0000 Subject: [PATCH] [bot](2025-08-15 15:32:37) Sync SDK with OpenAPI spec --- .openapi-generator/FILES | 36 + docs/AdvisoryCertBE.md | 5 + docs/AdvisoryCrowdSec.md | 1 + docs/AdvisoryDFNCert.md | 34 + docs/AdvisoryDLink.md | 35 + docs/AdvisoryGMOCyberSecurity.md | 35 + docs/AdvisoryGen.md | 37 + docs/AdvisoryGigabyte.md | 1 + docs/AdvisoryHashiCorp.md | 1 + docs/AdvisorySandisk.md | 34 + docs/AdvisorySchutzwerk.md | 35 + docs/AdvisorySel.md | 1 + docs/EndpointsApi.md | 6 +- docs/IndicesApi.md | 1898 ++- ...aArrayAdvisoryDFNCertPaginatePagination.md | 31 + ...ataArrayAdvisoryDLinkPaginatePagination.md | 31 + ...isoryGMOCyberSecurityPaginatePagination.md | 31 + ...adataArrayAdvisoryGenPaginatePagination.md | 31 + ...aArrayAdvisorySandiskPaginatePagination.md | 31 + ...rayAdvisorySchutzwerkPaginatePagination.md | 31 + pyproject.toml | 2 +- python-generator-config.yaml | 2 +- setup.py | 2 +- test/test_advisory_cert_be.py | 11 +- test/test_advisory_crowd_sec.py | 1 + test/test_advisory_d_link.py | 60 + test/test_advisory_dfn_cert.py | 59 + test/test_advisory_gen.py | 62 + test/test_advisory_gigabyte.py | 3 +- test/test_advisory_gmo_cyber_security.py | 60 + test/test_advisory_hashi_corp.py | 1 + test/test_advisory_sandisk.py | 59 + test/test_advisory_schutzwerk.py | 60 + test/test_advisory_sel.py | 1 + test/test_indices_api.py | 42 + ...ay_advisory_cert_be_paginate_pagination.py | 11 +- ..._advisory_crowd_sec_paginate_pagination.py | 1 + ...ray_advisory_d_link_paginate_pagination.py | 98 + ...y_advisory_dfn_cert_paginate_pagination.py | 97 + ..._array_advisory_gen_paginate_pagination.py | 100 + ...y_advisory_gigabyte_paginate_pagination.py | 3 +- ..._gmo_cyber_security_paginate_pagination.py | 98 + ...advisory_hashi_corp_paginate_pagination.py | 1 + ...ay_advisory_sandisk_paginate_pagination.py | 97 + ...advisory_schutzwerk_paginate_pagination.py | 98 + ..._array_advisory_sel_paginate_pagination.py | 1 + vulncheck_sdk/__init__.py | 26 +- vulncheck_sdk/api/endpoints_api.py | 17 + vulncheck_sdk/api/indices_api.py | 13570 ++++++++++------ vulncheck_sdk/api_client.py | 2 +- vulncheck_sdk/configuration.py | 2 +- vulncheck_sdk/models/__init__.py | 12 + vulncheck_sdk/models/advisory_cert_be.py | 14 +- vulncheck_sdk/models/advisory_crowd_sec.py | 6 +- vulncheck_sdk/models/advisory_d_link.py | 100 + vulncheck_sdk/models/advisory_dfn_cert.py | 98 + vulncheck_sdk/models/advisory_gen.py | 104 + vulncheck_sdk/models/advisory_gigabyte.py | 6 +- .../models/advisory_gmo_cyber_security.py | 100 + vulncheck_sdk/models/advisory_hashi_corp.py | 4 +- vulncheck_sdk/models/advisory_sandisk.py | 98 + vulncheck_sdk/models/advisory_schutzwerk.py | 100 + vulncheck_sdk/models/advisory_sel.py | 4 +- ...ray_advisory_d_link_paginate_pagination.py | 104 + ...y_advisory_dfn_cert_paginate_pagination.py | 104 + ..._array_advisory_gen_paginate_pagination.py | 104 + ..._gmo_cyber_security_paginate_pagination.py | 104 + ...ay_advisory_sandisk_paginate_pagination.py | 104 + ...advisory_schutzwerk_paginate_pagination.py | 104 + vulncheck_sdk_README.md | 20 +- 70 files changed, 12756 insertions(+), 5526 deletions(-) create mode 100644 docs/AdvisoryDFNCert.md create mode 100644 docs/AdvisoryDLink.md create mode 100644 docs/AdvisoryGMOCyberSecurity.md create mode 100644 docs/AdvisoryGen.md create mode 100644 docs/AdvisorySandisk.md create mode 100644 docs/AdvisorySchutzwerk.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md create mode 100644 docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md create mode 100644 test/test_advisory_d_link.py create mode 100644 test/test_advisory_dfn_cert.py create mode 100644 test/test_advisory_gen.py create mode 100644 test/test_advisory_gmo_cyber_security.py create mode 100644 test/test_advisory_sandisk.py create mode 100644 test/test_advisory_schutzwerk.py create mode 100644 test/test_render_response_with_metadata_array_advisory_d_link_paginate_pagination.py create mode 100644 test/test_render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py create mode 100644 test/test_render_response_with_metadata_array_advisory_gen_paginate_pagination.py create mode 100644 test/test_render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py create mode 100644 test/test_render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py create mode 100644 test/test_render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py create mode 100644 vulncheck_sdk/models/advisory_d_link.py create mode 100644 vulncheck_sdk/models/advisory_dfn_cert.py create mode 100644 vulncheck_sdk/models/advisory_gen.py create mode 100644 vulncheck_sdk/models/advisory_gmo_cyber_security.py create mode 100644 vulncheck_sdk/models/advisory_sandisk.py create mode 100644 vulncheck_sdk/models/advisory_schutzwerk.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_d_link_paginate_pagination.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_gen_paginate_pagination.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py create mode 100644 vulncheck_sdk/models/render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index edabb883..40130426 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -198,6 +198,8 @@ docs/AdvisoryCweAcceptanceLevel.md docs/AdvisoryCwes.md docs/AdvisoryCycle.md docs/AdvisoryDBSpecific.md +docs/AdvisoryDFNCert.md +docs/AdvisoryDLink.md docs/AdvisoryDNN.md docs/AdvisoryDahua.md docs/AdvisoryDassault.md @@ -260,7 +262,9 @@ docs/AdvisoryGHNode.md docs/AdvisoryGHPackage.md docs/AdvisoryGHReference.md docs/AdvisoryGHVulnerabilities.md +docs/AdvisoryGMOCyberSecurity.md docs/AdvisoryGallagher.md +docs/AdvisoryGen.md docs/AdvisoryGenetec.md docs/AdvisoryGigabyte.md docs/AdvisoryGitHubExploit.md @@ -543,8 +547,10 @@ docs/AdvisorySafran.md docs/AdvisorySaintExploit.md docs/AdvisorySalesForce.md docs/AdvisorySamba.md +docs/AdvisorySandisk.md docs/AdvisorySchneiderCVE.md docs/AdvisorySchneiderElectricAdvisory.md +docs/AdvisorySchutzwerk.md docs/AdvisoryScoreSet.md docs/AdvisorySecFix.md docs/AdvisorySecurityBulletin.md @@ -926,6 +932,8 @@ docs/RenderResponseWithMetadataArrayAdvisoryCrestronPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination.md @@ -966,7 +974,9 @@ docs/RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination.md @@ -1125,7 +1135,9 @@ docs/RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination.md +docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination.md docs/RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination.md @@ -1451,6 +1463,7 @@ test/test_advisory_cwe_acceptance_level.py test/test_advisory_cwe_node.py test/test_advisory_cwes.py test/test_advisory_cycle.py +test/test_advisory_d_link.py test/test_advisory_dahua.py test/test_advisory_dassault.py test/test_advisory_date_time.py @@ -1460,6 +1473,7 @@ test/test_advisory_debian_security_advisory.py test/test_advisory_dell.py test/test_advisory_dell_cve.py test/test_advisory_delta_advisory.py +test/test_advisory_dfn_cert.py test/test_advisory_distro_package.py test/test_advisory_distro_version.py test/test_advisory_django.py @@ -1508,6 +1522,7 @@ test/test_advisory_gallagher.py test/test_advisory_gcp.py test/test_advisory_ge_gas.py test/test_advisory_ge_healthcare_advisory.py +test/test_advisory_gen.py test/test_advisory_genetec.py test/test_advisory_gh_advisory_json_lean.py test/test_advisory_gh_cvss.py @@ -1522,6 +1537,7 @@ test/test_advisory_git_lab_exploit.py test/test_advisory_gitee_exploit.py test/test_advisory_gitlab_advisory.py test/test_advisory_glibc.py +test/test_advisory_gmo_cyber_security.py test/test_advisory_gnu_tls.py test/test_advisory_go_credits.py test/test_advisory_go_event.py @@ -1793,9 +1809,11 @@ test/test_advisory_safran.py test/test_advisory_saint_exploit.py test/test_advisory_sales_force.py test/test_advisory_samba.py +test/test_advisory_sandisk.py test/test_advisory_sap.py test/test_advisory_schneider_cve.py test/test_advisory_schneider_electric_advisory.py +test/test_advisory_schutzwerk.py test/test_advisory_score_set.py test/test_advisory_sec_consult.py test/test_advisory_sec_fix.py @@ -2180,11 +2198,13 @@ test/test_render_response_with_metadata_array_advisory_crestron_paginate_paginat test/test_render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_curl_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_cvrf_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_d_link_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_dahua_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_dassault_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_debian_security_advisory_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_dell_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_delta_advisory_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_distro_package_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_django_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_dnn_paginate_pagination.py @@ -2220,6 +2240,7 @@ test/test_render_response_with_metadata_array_advisory_gallagher_paginate_pagina test/test_render_response_with_metadata_array_advisory_gcp_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_ge_gas_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_gen_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_genetec_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_gh_advisory_json_lean_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py @@ -2228,6 +2249,7 @@ test/test_render_response_with_metadata_array_advisory_git_lab_exploit_paginate_ test/test_render_response_with_metadata_array_advisory_gitee_exploit_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_gitlab_advisory_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_glibc_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_gnu_tls_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_go_vuln_json_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_grafana_paginate_pagination.py @@ -2376,8 +2398,10 @@ test/test_render_response_with_metadata_array_advisory_safran_paginate_paginatio test/test_render_response_with_metadata_array_advisory_saint_exploit_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_sales_force_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_samba_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_sap_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_schneider_electric_advisory_paginate_pagination.py +test/test_render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_sec_consult_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_security_bulletin_paginate_pagination.py test/test_render_response_with_metadata_array_advisory_security_lab_paginate_pagination.py @@ -2708,6 +2732,7 @@ vulncheck_sdk/models/advisory_cwe_acceptance_level.py vulncheck_sdk/models/advisory_cwe_node.py vulncheck_sdk/models/advisory_cwes.py vulncheck_sdk/models/advisory_cycle.py +vulncheck_sdk/models/advisory_d_link.py vulncheck_sdk/models/advisory_dahua.py vulncheck_sdk/models/advisory_dassault.py vulncheck_sdk/models/advisory_date_time.py @@ -2717,6 +2742,7 @@ vulncheck_sdk/models/advisory_debian_security_advisory.py vulncheck_sdk/models/advisory_dell.py vulncheck_sdk/models/advisory_dell_cve.py vulncheck_sdk/models/advisory_delta_advisory.py +vulncheck_sdk/models/advisory_dfn_cert.py vulncheck_sdk/models/advisory_distro_package.py vulncheck_sdk/models/advisory_distro_version.py vulncheck_sdk/models/advisory_django.py @@ -2765,6 +2791,7 @@ vulncheck_sdk/models/advisory_gallagher.py vulncheck_sdk/models/advisory_gcp.py vulncheck_sdk/models/advisory_ge_gas.py vulncheck_sdk/models/advisory_ge_healthcare_advisory.py +vulncheck_sdk/models/advisory_gen.py vulncheck_sdk/models/advisory_genetec.py vulncheck_sdk/models/advisory_gh_advisory_json_lean.py vulncheck_sdk/models/advisory_gh_cvss.py @@ -2779,6 +2806,7 @@ vulncheck_sdk/models/advisory_git_lab_exploit.py vulncheck_sdk/models/advisory_gitee_exploit.py vulncheck_sdk/models/advisory_gitlab_advisory.py vulncheck_sdk/models/advisory_glibc.py +vulncheck_sdk/models/advisory_gmo_cyber_security.py vulncheck_sdk/models/advisory_gnu_tls.py vulncheck_sdk/models/advisory_go_credits.py vulncheck_sdk/models/advisory_go_event.py @@ -3050,9 +3078,11 @@ vulncheck_sdk/models/advisory_safran.py vulncheck_sdk/models/advisory_saint_exploit.py vulncheck_sdk/models/advisory_sales_force.py vulncheck_sdk/models/advisory_samba.py +vulncheck_sdk/models/advisory_sandisk.py vulncheck_sdk/models/advisory_sap.py vulncheck_sdk/models/advisory_schneider_cve.py vulncheck_sdk/models/advisory_schneider_electric_advisory.py +vulncheck_sdk/models/advisory_schutzwerk.py vulncheck_sdk/models/advisory_score_set.py vulncheck_sdk/models/advisory_sec_consult.py vulncheck_sdk/models/advisory_sec_fix.py @@ -3435,11 +3465,13 @@ vulncheck_sdk/models/render_response_with_metadata_array_advisory_crestron_pagin vulncheck_sdk/models/render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_curl_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_cvrf_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_d_link_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_dahua_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_dassault_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_debian_security_advisory_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_dell_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_delta_advisory_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_distro_package_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_django_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_dnn_paginate_pagination.py @@ -3475,6 +3507,7 @@ vulncheck_sdk/models/render_response_with_metadata_array_advisory_gallagher_pagi vulncheck_sdk/models/render_response_with_metadata_array_advisory_gcp_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_ge_gas_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_gen_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_genetec_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_gh_advisory_json_lean_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py @@ -3483,6 +3516,7 @@ vulncheck_sdk/models/render_response_with_metadata_array_advisory_git_lab_exploi vulncheck_sdk/models/render_response_with_metadata_array_advisory_gitee_exploit_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_gitlab_advisory_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_glibc_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_gnu_tls_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_go_vuln_json_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_grafana_paginate_pagination.py @@ -3631,8 +3665,10 @@ vulncheck_sdk/models/render_response_with_metadata_array_advisory_safran_paginat vulncheck_sdk/models/render_response_with_metadata_array_advisory_saint_exploit_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_sales_force_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_samba_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_sap_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_schneider_electric_advisory_paginate_pagination.py +vulncheck_sdk/models/render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_sec_consult_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_security_bulletin_paginate_pagination.py vulncheck_sdk/models/render_response_with_metadata_array_advisory_security_lab_paginate_pagination.py diff --git a/docs/AdvisoryCertBE.md b/docs/AdvisoryCertBE.md index 73366a2b..93d9c1d6 100644 --- a/docs/AdvisoryCertBE.md +++ b/docs/AdvisoryCertBE.md @@ -5,13 +5,18 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**affected_software** | **List[str]** | | [optional] **cve** | **List[str]** | | [optional] **date_added** | **str** | | [optional] **id** | **str** | | [optional] +**mitigation** | **str** | | [optional] **references** | **List[str]** | | [optional] +**risk** | **str** | | [optional] **summary** | **str** | | [optional] **title** | **str** | | [optional] +**updated_at** | **str** | | [optional] **url** | **str** | | [optional] +**vulnerability_type** | **List[str]** | | [optional] ## Example diff --git a/docs/AdvisoryCrowdSec.md b/docs/AdvisoryCrowdSec.md index 5f8245e2..62079e2e 100644 --- a/docs/AdvisoryCrowdSec.md +++ b/docs/AdvisoryCrowdSec.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cve** | **List[str]** | | [optional] **date_added** | **str** | | [optional] +**eitw** | **bool** | | [optional] **first_seen** | **str** | | [optional] **summary** | **str** | | [optional] **title** | **str** | | [optional] diff --git a/docs/AdvisoryDFNCert.md b/docs/AdvisoryDFNCert.md new file mode 100644 index 00000000..de6384a1 --- /dev/null +++ b/docs/AdvisoryDFNCert.md @@ -0,0 +1,34 @@ +# AdvisoryDFNCert + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cve** | **List[str]** | | [optional] +**date_added** | **str** | | [optional] +**summary_de** | **str** | | [optional] +**title_de** | **str** | | [optional] +**updated_at** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_dfn_cert import AdvisoryDFNCert + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisoryDFNCert from a JSON string +advisory_dfn_cert_instance = AdvisoryDFNCert.from_json(json) +# print the JSON string representation of the object +print(AdvisoryDFNCert.to_json()) + +# convert the object into a dict +advisory_dfn_cert_dict = advisory_dfn_cert_instance.to_dict() +# create an instance of AdvisoryDFNCert from a dict +advisory_dfn_cert_from_dict = AdvisoryDFNCert.from_dict(advisory_dfn_cert_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisoryDLink.md b/docs/AdvisoryDLink.md new file mode 100644 index 00000000..9bef1b19 --- /dev/null +++ b/docs/AdvisoryDLink.md @@ -0,0 +1,35 @@ +# AdvisoryDLink + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cve** | **List[str]** | | [optional] +**date_added** | **str** | | [optional] +**id** | **str** | | [optional] +**summary** | **str** | | [optional] +**title** | **str** | | [optional] +**updated_at** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_d_link import AdvisoryDLink + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisoryDLink from a JSON string +advisory_d_link_instance = AdvisoryDLink.from_json(json) +# print the JSON string representation of the object +print(AdvisoryDLink.to_json()) + +# convert the object into a dict +advisory_d_link_dict = advisory_d_link_instance.to_dict() +# create an instance of AdvisoryDLink from a dict +advisory_d_link_from_dict = AdvisoryDLink.from_dict(advisory_d_link_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisoryGMOCyberSecurity.md b/docs/AdvisoryGMOCyberSecurity.md new file mode 100644 index 00000000..335d49b9 --- /dev/null +++ b/docs/AdvisoryGMOCyberSecurity.md @@ -0,0 +1,35 @@ +# AdvisoryGMOCyberSecurity + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**affected** | **str** | | [optional] +**cve** | **List[str]** | | [optional] +**date_added** | **str** | | [optional] +**summary_ja** | **str** | | [optional] +**title_ja** | **str** | | [optional] +**updated_at** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_gmo_cyber_security import AdvisoryGMOCyberSecurity + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisoryGMOCyberSecurity from a JSON string +advisory_gmo_cyber_security_instance = AdvisoryGMOCyberSecurity.from_json(json) +# print the JSON string representation of the object +print(AdvisoryGMOCyberSecurity.to_json()) + +# convert the object into a dict +advisory_gmo_cyber_security_dict = advisory_gmo_cyber_security_instance.to_dict() +# create an instance of AdvisoryGMOCyberSecurity from a dict +advisory_gmo_cyber_security_from_dict = AdvisoryGMOCyberSecurity.from_dict(advisory_gmo_cyber_security_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisoryGen.md b/docs/AdvisoryGen.md new file mode 100644 index 00000000..f4354553 --- /dev/null +++ b/docs/AdvisoryGen.md @@ -0,0 +1,37 @@ +# AdvisoryGen + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**affected** | **str** | | [optional] +**cve** | **List[str]** | | [optional] +**cvss_score** | **str** | | [optional] +**cvss_vector** | **str** | | [optional] +**date_added** | **str** | | [optional] +**id** | **str** | not all of them have this | [optional] +**summary** | **str** | | [optional] +**title** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_gen import AdvisoryGen + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisoryGen from a JSON string +advisory_gen_instance = AdvisoryGen.from_json(json) +# print the JSON string representation of the object +print(AdvisoryGen.to_json()) + +# convert the object into a dict +advisory_gen_dict = advisory_gen_instance.to_dict() +# create an instance of AdvisoryGen from a dict +advisory_gen_from_dict = AdvisoryGen.from_dict(advisory_gen_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisoryGigabyte.md b/docs/AdvisoryGigabyte.md index 2a162cef..22248eec 100644 --- a/docs/AdvisoryGigabyte.md +++ b/docs/AdvisoryGigabyte.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes **date_added** | **str** | | [optional] **link** | **str** | | [optional] **title** | **str** | | [optional] +**updated_at** | **str** | | [optional] ## Example diff --git a/docs/AdvisoryHashiCorp.md b/docs/AdvisoryHashiCorp.md index ad19724e..9fffd1d5 100644 --- a/docs/AdvisoryHashiCorp.md +++ b/docs/AdvisoryHashiCorp.md @@ -14,6 +14,7 @@ Name | Type | Description | Notes **remediation** | **str** | | [optional] **summary** | **str** | | [optional] **title** | **str** | | [optional] +**updated_at** | **str** | | [optional] **url** | **str** | | [optional] ## Example diff --git a/docs/AdvisorySandisk.md b/docs/AdvisorySandisk.md new file mode 100644 index 00000000..e4de1f97 --- /dev/null +++ b/docs/AdvisorySandisk.md @@ -0,0 +1,34 @@ +# AdvisorySandisk + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cve** | **List[str]** | | [optional] +**date_added** | **str** | | [optional] +**summary** | **str** | | [optional] +**title** | **str** | | [optional] +**updated_at** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_sandisk import AdvisorySandisk + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisorySandisk from a JSON string +advisory_sandisk_instance = AdvisorySandisk.from_json(json) +# print the JSON string representation of the object +print(AdvisorySandisk.to_json()) + +# convert the object into a dict +advisory_sandisk_dict = advisory_sandisk_instance.to_dict() +# create an instance of AdvisorySandisk from a dict +advisory_sandisk_from_dict = AdvisorySandisk.from_dict(advisory_sandisk_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisorySchutzwerk.md b/docs/AdvisorySchutzwerk.md new file mode 100644 index 00000000..be10152e --- /dev/null +++ b/docs/AdvisorySchutzwerk.md @@ -0,0 +1,35 @@ +# AdvisorySchutzwerk + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cve** | **List[str]** | | [optional] +**date_added** | **str** | | [optional] +**id** | **str** | | [optional] +**summary** | **str** | | [optional] +**title** | **str** | | [optional] +**updated_at** | **str** | | [optional] +**url** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_schutzwerk import AdvisorySchutzwerk + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisorySchutzwerk from a JSON string +advisory_schutzwerk_instance = AdvisorySchutzwerk.from_json(json) +# print the JSON string representation of the object +print(AdvisorySchutzwerk.to_json()) + +# convert the object into a dict +advisory_schutzwerk_dict = advisory_schutzwerk_instance.to_dict() +# create an instance of AdvisorySchutzwerk from a dict +advisory_schutzwerk_from_dict = AdvisorySchutzwerk.from_dict(advisory_schutzwerk_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdvisorySel.md b/docs/AdvisorySel.md index 9c553699..949fd1e1 100644 --- a/docs/AdvisorySel.md +++ b/docs/AdvisorySel.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes **cve** | **List[str]** | | [optional] **date_added** | **str** | | [optional] **description** | **str** | | [optional] +**updated_at** | **str** | | [optional] **url** | **str** | | [optional] ## Example diff --git a/docs/EndpointsApi.md b/docs/EndpointsApi.md index 0e48b3b6..1f161994 100644 --- a/docs/EndpointsApi.md +++ b/docs/EndpointsApi.md @@ -175,7 +175,7 @@ Name | Type | Description | Notes [[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) # **cpe_get** -> RenderResponseWithMetadataArrayStringV3controllersResponseMetadata cpe_get(cpe) +> RenderResponseWithMetadataArrayStringV3controllersResponseMetadata cpe_get(cpe, is_vulnerable=is_vulnerable) Return CVE 's associated with a specific NIST CPE @@ -213,10 +213,11 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = vulncheck_sdk.EndpointsApi(api_client) cpe = 'cpe_example' # str | CPE designation to lookup + is_vulnerable = 'is_vulnerable_example' # str | Filter by vulnerability status (true/false). Defaults to false if not provided. (optional) try: # Return CVE 's associated with a specific NIST CPE - api_response = api_instance.cpe_get(cpe) + api_response = api_instance.cpe_get(cpe, is_vulnerable=is_vulnerable) print("The response of EndpointsApi->cpe_get:\n") pprint(api_response) except Exception as e: @@ -231,6 +232,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **cpe** | **str**| CPE designation to lookup | + **is_vulnerable** | **str**| Filter by vulnerability status (true/false). Defaults to false if not provided. | [optional] ### Return type diff --git a/docs/IndicesApi.md b/docs/IndicesApi.md index 3ad038d4..d56dfc22 100644 --- a/docs/IndicesApi.md +++ b/docs/IndicesApi.md @@ -139,7 +139,9 @@ Method | HTTP request | Description [**index_debian_purls_get**](IndicesApi.md#index_debian_purls_get) | **GET** /index/debian-purls | Return vulnerability data stored in index \"debian-purls\" [**index_dell_get**](IndicesApi.md#index_dell_get) | **GET** /index/dell | Return vulnerability data stored in index \"dell\" [**index_delta_get**](IndicesApi.md#index_delta_get) | **GET** /index/delta | Return vulnerability data stored in index \"delta\" +[**index_dfn_cert_get**](IndicesApi.md#index_dfn_cert_get) | **GET** /index/dfn-cert | Return vulnerability data stored in index \"dfn-cert\" [**index_django_get**](IndicesApi.md#index_django_get) | **GET** /index/django | Return vulnerability data stored in index \"django\" +[**index_dlink_get**](IndicesApi.md#index_dlink_get) | **GET** /index/dlink | Return vulnerability data stored in index \"dlink\" [**index_dnn_get**](IndicesApi.md#index_dnn_get) | **GET** /index/dnn | Return vulnerability data stored in index \"dnn\" [**index_dotcms_get**](IndicesApi.md#index_dotcms_get) | **GET** /index/dotcms | Return vulnerability data stored in index \"dotcms\" [**index_dragos_get**](IndicesApi.md#index_dragos_get) | **GET** /index/dragos | Return vulnerability data stored in index \"dragos\" @@ -180,6 +182,7 @@ Method | HTTP request | Description [**index_ge_gas_get**](IndicesApi.md#index_ge_gas_get) | **GET** /index/ge-gas | Return vulnerability data stored in index \"ge-gas\" [**index_ge_healthcare_get**](IndicesApi.md#index_ge_healthcare_get) | **GET** /index/ge-healthcare | Return vulnerability data stored in index \"ge-healthcare\" [**index_gem_get**](IndicesApi.md#index_gem_get) | **GET** /index/gem | Return vulnerability data stored in index \"gem\" +[**index_gen_get**](IndicesApi.md#index_gen_get) | **GET** /index/gen | Return vulnerability data stored in index \"gen\" [**index_genetec_get**](IndicesApi.md#index_genetec_get) | **GET** /index/genetec | Return vulnerability data stored in index \"genetec\" [**index_gigabyte_get**](IndicesApi.md#index_gigabyte_get) | **GET** /index/gigabyte | Return vulnerability data stored in index \"gigabyte\" [**index_gitee_exploits_get**](IndicesApi.md#index_gitee_exploits_get) | **GET** /index/gitee-exploits | Return vulnerability data stored in index \"gitee-exploits\" @@ -188,6 +191,7 @@ Method | HTTP request | Description [**index_gitlab_advisories_community_get**](IndicesApi.md#index_gitlab_advisories_community_get) | **GET** /index/gitlab-advisories-community | Return vulnerability data stored in index \"gitlab-advisories-community\" [**index_gitlab_exploits_get**](IndicesApi.md#index_gitlab_exploits_get) | **GET** /index/gitlab-exploits | Return vulnerability data stored in index \"gitlab-exploits\" [**index_glibc_get**](IndicesApi.md#index_glibc_get) | **GET** /index/glibc | Return vulnerability data stored in index \"glibc\" +[**index_gmo_cybersecurity_get**](IndicesApi.md#index_gmo_cybersecurity_get) | **GET** /index/gmo-cybersecurity | Return vulnerability data stored in index \"gmo-cybersecurity\" [**index_gnutls_get**](IndicesApi.md#index_gnutls_get) | **GET** /index/gnutls | Return vulnerability data stored in index \"gnutls\" [**index_go_vulndb_get**](IndicesApi.md#index_go_vulndb_get) | **GET** /index/go-vulndb | Return vulnerability data stored in index \"go-vulndb\" [**index_golang_get**](IndicesApi.md#index_golang_get) | **GET** /index/golang | Return vulnerability data stored in index \"golang\" @@ -359,8 +363,10 @@ Method | HTTP request | Description [**index_saint_get**](IndicesApi.md#index_saint_get) | **GET** /index/saint | Return vulnerability data stored in index \"saint\" [**index_salesforce_get**](IndicesApi.md#index_salesforce_get) | **GET** /index/salesforce | Return vulnerability data stored in index \"salesforce\" [**index_samba_get**](IndicesApi.md#index_samba_get) | **GET** /index/samba | Return vulnerability data stored in index \"samba\" +[**index_sandisk_get**](IndicesApi.md#index_sandisk_get) | **GET** /index/sandisk | Return vulnerability data stored in index \"sandisk\" [**index_sap_get**](IndicesApi.md#index_sap_get) | **GET** /index/sap | Return vulnerability data stored in index \"sap\" [**index_schneider_electric_get**](IndicesApi.md#index_schneider_electric_get) | **GET** /index/schneider-electric | Return vulnerability data stored in index \"schneider-electric\" +[**index_schutzwerk_get**](IndicesApi.md#index_schutzwerk_get) | **GET** /index/schutzwerk | Return vulnerability data stored in index \"schutzwerk\" [**index_sec_consult_get**](IndicesApi.md#index_sec_consult_get) | **GET** /index/sec-consult | Return vulnerability data stored in index \"sec-consult\" [**index_securitylab_get**](IndicesApi.md#index_securitylab_get) | **GET** /index/securitylab | Return vulnerability data stored in index \"securitylab\" [**index_seebug_get**](IndicesApi.md#index_seebug_get) | **GET** /index/seebug | Return vulnerability data stored in index \"seebug\" @@ -18281,22 +18287,22 @@ Name | Type | Description | Notes [[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) -# **index_django_get** -> RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination index_django_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_dfn_cert_get** +> RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination index_dfn_cert_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"django\" +Return vulnerability data stored in index \"dfn-cert\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the django index. \ +This endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Django Security Issues +**Index Description:** DFN-CERT Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/django?cursor=` +`GET /index/dfn-cert?cursor=` ### Example @@ -18305,7 +18311,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_django_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -18353,12 +18359,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"django\" - api_response = api_instance.index_django_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_django_get:\n") + # Return vulnerability data stored in index \"dfn-cert\" + api_response = api_instance.index_dfn_cert_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_dfn_cert_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_django_get: %s\n" % e) + print("Exception when calling IndicesApi->index_dfn_cert_get: %s\n" % e) ``` @@ -18392,7 +18398,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md) ### Authorization @@ -18413,22 +18419,22 @@ Name | Type | Description | Notes [[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) -# **index_dnn_get** -> RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination index_dnn_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_django_get** +> RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination index_django_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"dnn\" +Return vulnerability data stored in index \"django\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \ +This endpoint allows you to retrieve a paginated list of all documents from the django index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** DNN Security Advisories +**Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/dnn?cursor=` +`GET /index/django?cursor=` ### Example @@ -18437,7 +18443,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dnn_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_django_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -18485,12 +18491,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"dnn\" - api_response = api_instance.index_dnn_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_dnn_get:\n") + # Return vulnerability data stored in index \"django\" + api_response = api_instance.index_django_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_django_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_dnn_get: %s\n" % e) + print("Exception when calling IndicesApi->index_django_get: %s\n" % e) ``` @@ -18524,7 +18530,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination.md) ### Authorization @@ -18545,22 +18551,22 @@ Name | Type | Description | Notes [[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) -# **index_dotcms_get** -> RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination index_dotcms_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_dlink_get** +> RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination index_dlink_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"dotcms\" +Return vulnerability data stored in index \"dlink\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \ +This endpoint allows you to retrieve a paginated list of all documents from the dlink index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** DotCMS Security Advisories +**Index Description:** DLink Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/dotcms?cursor=` +`GET /index/dlink?cursor=` ### Example @@ -18569,7 +18575,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dot_cms_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -18617,12 +18623,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"dotcms\" - api_response = api_instance.index_dotcms_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_dotcms_get:\n") + # Return vulnerability data stored in index \"dlink\" + api_response = api_instance.index_dlink_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_dlink_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_dotcms_get: %s\n" % e) + print("Exception when calling IndicesApi->index_dlink_get: %s\n" % e) ``` @@ -18656,7 +18662,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md) ### Authorization @@ -18677,22 +18683,22 @@ Name | Type | Description | Notes [[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) -# **index_dragos_get** -> RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination index_dragos_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_dnn_get** +> RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination index_dnn_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"dragos\" +Return vulnerability data stored in index \"dnn\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \ +This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Dragos Security Advisories +**Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/dragos?cursor=` +`GET /index/dnn?cursor=` ### Example @@ -18701,7 +18707,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dragos_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dnn_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -18749,12 +18755,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"dragos\" - api_response = api_instance.index_dragos_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_dragos_get:\n") + # Return vulnerability data stored in index \"dnn\" + api_response = api_instance.index_dnn_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_dnn_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_dragos_get: %s\n" % e) + print("Exception when calling IndicesApi->index_dnn_get: %s\n" % e) ``` @@ -18788,7 +18794,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination.md) ### Authorization @@ -18809,22 +18815,22 @@ Name | Type | Description | Notes [[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) -# **index_draytek_get** -> RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination index_draytek_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_dotcms_get** +> RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination index_dotcms_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"draytek\" +Return vulnerability data stored in index \"dotcms\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \ +This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** DrayTek Security Advisories +**Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/draytek?cursor=` +`GET /index/dotcms?cursor=` ### Example @@ -18833,7 +18839,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_draytek_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dot_cms_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -18881,12 +18887,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"draytek\" - api_response = api_instance.index_draytek_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_draytek_get:\n") + # Return vulnerability data stored in index \"dotcms\" + api_response = api_instance.index_dotcms_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_dotcms_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_draytek_get: %s\n" % e) + print("Exception when calling IndicesApi->index_dotcms_get: %s\n" % e) ``` @@ -18920,7 +18926,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination.md) ### Authorization @@ -18941,22 +18947,22 @@ Name | Type | Description | Notes [[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) -# **index_drupal_get** -> RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination index_drupal_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_dragos_get** +> RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination index_dragos_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"drupal\" +Return vulnerability data stored in index \"dragos\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \ +This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Drupal Security Advisories +**Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/drupal?cursor=` +`GET /index/dragos?cursor=` ### Example @@ -18965,7 +18971,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_drupal_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dragos_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19013,12 +19019,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"drupal\" - api_response = api_instance.index_drupal_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_drupal_get:\n") + # Return vulnerability data stored in index \"dragos\" + api_response = api_instance.index_dragos_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_dragos_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_drupal_get: %s\n" % e) + print("Exception when calling IndicesApi->index_dragos_get: %s\n" % e) ``` @@ -19052,7 +19058,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination.md) ### Authorization @@ -19073,22 +19079,22 @@ Name | Type | Description | Notes [[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) -# **index_eaton_get** -> RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination index_eaton_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_draytek_get** +> RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination index_draytek_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"eaton\" +Return vulnerability data stored in index \"draytek\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \ +This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Eaton Advisories +**Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/eaton?cursor=` +`GET /index/draytek?cursor=` ### Example @@ -19097,7 +19103,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eaton_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_draytek_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19145,12 +19151,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"eaton\" - api_response = api_instance.index_eaton_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_eaton_get:\n") + # Return vulnerability data stored in index \"draytek\" + api_response = api_instance.index_draytek_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_draytek_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_eaton_get: %s\n" % e) + print("Exception when calling IndicesApi->index_draytek_get: %s\n" % e) ``` @@ -19184,7 +19190,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination.md) ### Authorization @@ -19205,22 +19211,22 @@ Name | Type | Description | Notes [[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) -# **index_elastic_get** -> RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination index_elastic_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_drupal_get** +> RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination index_drupal_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"elastic\" +Return vulnerability data stored in index \"drupal\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \ +This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Elastic Security Advisories +**Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/elastic?cursor=` +`GET /index/drupal?cursor=` ### Example @@ -19229,7 +19235,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_elastic_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_drupal_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19277,12 +19283,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"elastic\" - api_response = api_instance.index_elastic_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_elastic_get:\n") + # Return vulnerability data stored in index \"drupal\" + api_response = api_instance.index_drupal_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_drupal_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_elastic_get: %s\n" % e) + print("Exception when calling IndicesApi->index_drupal_get: %s\n" % e) ``` @@ -19316,7 +19322,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination.md) ### Authorization @@ -19337,22 +19343,22 @@ Name | Type | Description | Notes [[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) -# **index_elspec_get** -> RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination index_elspec_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_eaton_get** +> RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination index_eaton_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"elspec\" +Return vulnerability data stored in index \"eaton\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \ +This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Elspec Security Advisories +**Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/elspec?cursor=` +`GET /index/eaton?cursor=` ### Example @@ -19361,7 +19367,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_elspec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eaton_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19409,12 +19415,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"elspec\" - api_response = api_instance.index_elspec_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_elspec_get:\n") + # Return vulnerability data stored in index \"eaton\" + api_response = api_instance.index_eaton_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_eaton_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_elspec_get: %s\n" % e) + print("Exception when calling IndicesApi->index_eaton_get: %s\n" % e) ``` @@ -19448,7 +19454,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination.md) ### Authorization @@ -19469,22 +19475,22 @@ Name | Type | Description | Notes [[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) -# **index_emerging_threats_snort_get** -> RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination index_emerging_threats_snort_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_elastic_get** +> RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination index_elastic_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"emerging-threats-snort\" +Return vulnerability data stored in index \"elastic\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \ +This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Emerging Threats Snort +**Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/emerging-threats-snort?cursor=` +`GET /index/elastic?cursor=` ### Example @@ -19493,7 +19499,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_emerging_threats_snort_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_elastic_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19541,12 +19547,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"emerging-threats-snort\" - api_response = api_instance.index_emerging_threats_snort_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_emerging_threats_snort_get:\n") + # Return vulnerability data stored in index \"elastic\" + api_response = api_instance.index_elastic_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_elastic_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_emerging_threats_snort_get: %s\n" % e) + print("Exception when calling IndicesApi->index_elastic_get: %s\n" % e) ``` @@ -19580,7 +19586,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination.md) ### Authorization @@ -19601,22 +19607,22 @@ Name | Type | Description | Notes [[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) -# **index_emerson_get** -> RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination index_emerson_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_elspec_get** +> RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination index_elspec_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"emerson\" +Return vulnerability data stored in index \"elspec\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \ +This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Emerson Cyber Security Notifications +**Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/emerson?cursor=` +`GET /index/elspec?cursor=` ### Example @@ -19625,7 +19631,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_emerson_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_elspec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19673,12 +19679,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"emerson\" - api_response = api_instance.index_emerson_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_emerson_get:\n") + # Return vulnerability data stored in index \"elspec\" + api_response = api_instance.index_elspec_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_elspec_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_emerson_get: %s\n" % e) + print("Exception when calling IndicesApi->index_elspec_get: %s\n" % e) ``` @@ -19712,7 +19718,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination.md) ### Authorization @@ -19733,22 +19739,22 @@ Name | Type | Description | Notes [[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) -# **index_endoflife_get** -> RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination index_endoflife_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_emerging_threats_snort_get** +> RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination index_emerging_threats_snort_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"endoflife\" +Return vulnerability data stored in index \"emerging-threats-snort\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \ +This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** End Of Life +**Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/endoflife?cursor=` +`GET /index/emerging-threats-snort?cursor=` ### Example @@ -19757,7 +19763,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_end_of_life_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_emerging_threats_snort_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19805,12 +19811,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"endoflife\" - api_response = api_instance.index_endoflife_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_endoflife_get:\n") + # Return vulnerability data stored in index \"emerging-threats-snort\" + api_response = api_instance.index_emerging_threats_snort_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_emerging_threats_snort_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_endoflife_get: %s\n" % e) + print("Exception when calling IndicesApi->index_emerging_threats_snort_get: %s\n" % e) ``` @@ -19844,7 +19850,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination.md) ### Authorization @@ -19865,22 +19871,22 @@ Name | Type | Description | Notes [[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) -# **index_eol_alibaba_get** -> RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination index_eol_alibaba_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_emerson_get** +> RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination index_emerson_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"eol-alibaba\" +Return vulnerability data stored in index \"emerson\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \ +This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Alibaba EOL +**Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/eol-alibaba?cursor=` +`GET /index/emerson?cursor=` ### Example @@ -19889,7 +19895,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_alibaba_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_emerson_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -19937,12 +19943,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"eol-alibaba\" - api_response = api_instance.index_eol_alibaba_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_eol_alibaba_get:\n") + # Return vulnerability data stored in index \"emerson\" + api_response = api_instance.index_emerson_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_emerson_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_eol_alibaba_get: %s\n" % e) + print("Exception when calling IndicesApi->index_emerson_get: %s\n" % e) ``` @@ -19976,7 +19982,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination.md) ### Authorization @@ -19997,22 +20003,22 @@ Name | Type | Description | Notes [[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) -# **index_eol_get** -> RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination index_eol_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_endoflife_get** +> RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination index_endoflife_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"eol\" +Return vulnerability data stored in index \"endoflife\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the eol index. \ +This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** VulnCheck EOL Coverage +**Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/eol?cursor=` +`GET /index/endoflife?cursor=` ### Example @@ -20021,7 +20027,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_release_data_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_end_of_life_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20069,12 +20075,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"eol\" - api_response = api_instance.index_eol_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_eol_get:\n") + # Return vulnerability data stored in index \"endoflife\" + api_response = api_instance.index_endoflife_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_endoflife_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_eol_get: %s\n" % e) + print("Exception when calling IndicesApi->index_endoflife_get: %s\n" % e) ``` @@ -20108,7 +20114,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination.md) ### Authorization @@ -20129,22 +20135,22 @@ Name | Type | Description | Notes [[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) -# **index_eol_microsoft_get** -> RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination index_eol_microsoft_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_eol_alibaba_get** +> RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination index_eol_alibaba_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"eol-microsoft\" +Return vulnerability data stored in index \"eol-alibaba\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \ +This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Microsoft EOL +**Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/eol-microsoft?cursor=` +`GET /index/eol-alibaba?cursor=` ### Example @@ -20153,7 +20159,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_microsoft_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_alibaba_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20201,12 +20207,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"eol-microsoft\" - api_response = api_instance.index_eol_microsoft_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_eol_microsoft_get:\n") + # Return vulnerability data stored in index \"eol-alibaba\" + api_response = api_instance.index_eol_alibaba_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_eol_alibaba_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_eol_microsoft_get: %s\n" % e) + print("Exception when calling IndicesApi->index_eol_alibaba_get: %s\n" % e) ``` @@ -20240,7 +20246,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination.md) ### Authorization @@ -20261,22 +20267,22 @@ Name | Type | Description | Notes [[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) -# **index_epss_get** -> RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination index_epss_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_eol_get** +> RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination index_eol_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"epss\" +Return vulnerability data stored in index \"eol\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the epss index. \ +This endpoint allows you to retrieve a paginated list of all documents from the eol index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** EPSS Data +**Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/epss?cursor=` +`GET /index/eol?cursor=` ### Example @@ -20285,7 +20291,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_api_epss_data_paginate_pagination import RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_release_data_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20333,12 +20339,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"epss\" - api_response = api_instance.index_epss_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_epss_get:\n") + # Return vulnerability data stored in index \"eol\" + api_response = api_instance.index_eol_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_eol_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_epss_get: %s\n" % e) + print("Exception when calling IndicesApi->index_eol_get: %s\n" % e) ``` @@ -20372,7 +20378,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination**](RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination.md) ### Authorization @@ -20393,22 +20399,22 @@ Name | Type | Description | Notes [[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) -# **index_euvd_get** -> RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination index_euvd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_eol_microsoft_get** +> RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination index_eol_microsoft_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"euvd\" +Return vulnerability data stored in index \"eol-microsoft\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \ +This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** European Union Vulnerability Database +**Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/euvd?cursor=` +`GET /index/eol-microsoft?cursor=` ### Example @@ -20417,7 +20423,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_euvd_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_eol_microsoft_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20465,12 +20471,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"euvd\" - api_response = api_instance.index_euvd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_euvd_get:\n") + # Return vulnerability data stored in index \"eol-microsoft\" + api_response = api_instance.index_eol_microsoft_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_eol_microsoft_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_euvd_get: %s\n" % e) + print("Exception when calling IndicesApi->index_eol_microsoft_get: %s\n" % e) ``` @@ -20504,7 +20510,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination.md) ### Authorization @@ -20525,22 +20531,22 @@ Name | Type | Description | Notes [[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) -# **index_exodus_intel_get** -> RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination index_exodus_intel_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_epss_get** +> RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination index_epss_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"exodus-intel\" +Return vulnerability data stored in index \"epss\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \ +This endpoint allows you to retrieve a paginated list of all documents from the epss index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Exodus Intelligence Security Advisories +**Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/exodus-intel?cursor=` +`GET /index/epss?cursor=` ### Example @@ -20549,7 +20555,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_exodus_intel_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_api_epss_data_paginate_pagination import RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20597,12 +20603,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"exodus-intel\" - api_response = api_instance.index_exodus_intel_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_exodus_intel_get:\n") + # Return vulnerability data stored in index \"epss\" + api_response = api_instance.index_epss_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_epss_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_exodus_intel_get: %s\n" % e) + print("Exception when calling IndicesApi->index_epss_get: %s\n" % e) ``` @@ -20636,7 +20642,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination.md) +[**RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination**](RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination.md) ### Authorization @@ -20657,22 +20663,22 @@ Name | Type | Description | Notes [[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) -# **index_exploit_chains_get** -> RenderResponseWithMetadataArrayApiExploitChainPaginatePagination index_exploit_chains_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_euvd_get** +> RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination index_euvd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"exploit-chains\" +Return vulnerability data stored in index \"euvd\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \ +This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** VulnCheck Exploit Chains +**Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/exploit-chains?cursor=` +`GET /index/euvd?cursor=` ### Example @@ -20681,7 +20687,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_api_exploit_chain_paginate_pagination import RenderResponseWithMetadataArrayApiExploitChainPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_euvd_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20729,12 +20735,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"exploit-chains\" - api_response = api_instance.index_exploit_chains_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_exploit_chains_get:\n") + # Return vulnerability data stored in index \"euvd\" + api_response = api_instance.index_euvd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_euvd_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_exploit_chains_get: %s\n" % e) + print("Exception when calling IndicesApi->index_euvd_get: %s\n" % e) ``` @@ -20768,7 +20774,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayApiExploitChainPaginatePagination**](RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination.md) ### Authorization @@ -20789,22 +20795,22 @@ Name | Type | Description | Notes [[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) -# **index_exploitdb_get** -> RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination index_exploitdb_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_exodus_intel_get** +> RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination index_exodus_intel_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"exploitdb\" +Return vulnerability data stored in index \"exodus-intel\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \ +This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** The Exploit Database +**Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/exploitdb?cursor=` +`GET /index/exodus-intel?cursor=` ### Example @@ -20813,7 +20819,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_exploit_db_exploitv2_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_exodus_intel_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20861,12 +20867,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"exploitdb\" - api_response = api_instance.index_exploitdb_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_exploitdb_get:\n") + # Return vulnerability data stored in index \"exodus-intel\" + api_response = api_instance.index_exodus_intel_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_exodus_intel_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_exploitdb_get: %s\n" % e) + print("Exception when calling IndicesApi->index_exodus_intel_get: %s\n" % e) ``` @@ -20900,7 +20906,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination**](RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination.md) ### Authorization @@ -20921,22 +20927,22 @@ Name | Type | Description | Notes [[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) -# **index_exploits_changelog_get** -> RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination index_exploits_changelog_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_exploit_chains_get** +> RenderResponseWithMetadataArrayApiExploitChainPaginatePagination index_exploit_chains_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"exploits-changelog\" +Return vulnerability data stored in index \"exploit-chains\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \ +This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Changelog for VC Exploits Data +**Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/exploits-changelog?cursor=` +`GET /index/exploit-chains?cursor=` ### Example @@ -20945,7 +20951,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_api_exploits_changelog_paginate_pagination import RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_api_exploit_chain_paginate_pagination import RenderResponseWithMetadataArrayApiExploitChainPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -20993,12 +20999,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"exploits-changelog\" - api_response = api_instance.index_exploits_changelog_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_exploits_changelog_get:\n") + # Return vulnerability data stored in index \"exploit-chains\" + api_response = api_instance.index_exploit_chains_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_exploit_chains_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_exploits_changelog_get: %s\n" % e) + print("Exception when calling IndicesApi->index_exploit_chains_get: %s\n" % e) ``` @@ -21032,7 +21038,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination**](RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination.md) +[**RenderResponseWithMetadataArrayApiExploitChainPaginatePagination**](RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.md) ### Authorization @@ -21053,22 +21059,22 @@ Name | Type | Description | Notes [[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) -# **index_exploits_get** -> RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination index_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_exploitdb_get** +> RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination index_exploitdb_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"exploits\" +Return vulnerability data stored in index \"exploitdb\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \ +This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** VulnCheck Exploit Intelligence Data +**Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/exploits?cursor=` +`GET /index/exploitdb?cursor=` ### Example @@ -21077,7 +21083,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_api_exploit_v3_result_paginate_pagination import RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_exploit_db_exploitv2_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21125,12 +21131,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"exploits\" - api_response = api_instance.index_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_exploits_get:\n") + # Return vulnerability data stored in index \"exploitdb\" + api_response = api_instance.index_exploitdb_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_exploitdb_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_exploits_get: %s\n" % e) + print("Exception when calling IndicesApi->index_exploitdb_get: %s\n" % e) ``` @@ -21164,7 +21170,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination**](RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination**](RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination.md) ### Authorization @@ -21185,22 +21191,22 @@ Name | Type | Description | Notes [[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) -# **index_f5_get** -> RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination index_f5_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_exploits_changelog_get** +> RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination index_exploits_changelog_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"f5\" +Return vulnerability data stored in index \"exploits-changelog\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \ +This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** F5 Security Advisories +**Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/f5?cursor=` +`GET /index/exploits-changelog?cursor=` ### Example @@ -21209,7 +21215,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_f5_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_api_exploits_changelog_paginate_pagination import RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21257,12 +21263,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"f5\" - api_response = api_instance.index_f5_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_f5_get:\n") + # Return vulnerability data stored in index \"exploits-changelog\" + api_response = api_instance.index_exploits_changelog_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_exploits_changelog_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_f5_get: %s\n" % e) + print("Exception when calling IndicesApi->index_exploits_changelog_get: %s\n" % e) ``` @@ -21296,7 +21302,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination**](RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination.md) +[**RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination**](RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination.md) ### Authorization @@ -21317,22 +21323,22 @@ Name | Type | Description | Notes [[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) -# **index_f_secure_get** -> RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination index_f_secure_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_exploits_get** +> RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination index_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"f-secure\" +Return vulnerability data stored in index \"exploits\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \ +This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** F-Secure Security Advisories +**Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/f-secure?cursor=` +`GET /index/exploits?cursor=` ### Example @@ -21341,7 +21347,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_f_secure_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_api_exploit_v3_result_paginate_pagination import RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21389,12 +21395,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"f-secure\" - api_response = api_instance.index_f_secure_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_f_secure_get:\n") + # Return vulnerability data stored in index \"exploits\" + api_response = api_instance.index_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_exploits_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_f_secure_get: %s\n" % e) + print("Exception when calling IndicesApi->index_exploits_get: %s\n" % e) ``` @@ -21428,7 +21434,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination.md) +[**RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination**](RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination.md) ### Authorization @@ -21449,22 +21455,22 @@ Name | Type | Description | Notes [[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) -# **index_fanuc_get** -> RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination index_fanuc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_f5_get** +> RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination index_f5_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"fanuc\" +Return vulnerability data stored in index \"f5\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \ +This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Fanuc Security Advisories +**Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/fanuc?cursor=` +`GET /index/f5?cursor=` ### Example @@ -21473,7 +21479,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fanuc_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_f5_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21521,12 +21527,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"fanuc\" - api_response = api_instance.index_fanuc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_fanuc_get:\n") + # Return vulnerability data stored in index \"f5\" + api_response = api_instance.index_f5_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_f5_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_fanuc_get: %s\n" % e) + print("Exception when calling IndicesApi->index_f5_get: %s\n" % e) ``` @@ -21560,7 +21566,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination**](RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination.md) ### Authorization @@ -21581,22 +21587,22 @@ Name | Type | Description | Notes [[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) -# **index_fastly_get** -> RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination index_fastly_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_f_secure_get** +> RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination index_f_secure_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"fastly\" +Return vulnerability data stored in index \"f-secure\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \ +This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Fastly Security Advisories +**Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/fastly?cursor=` +`GET /index/f-secure?cursor=` ### Example @@ -21605,7 +21611,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fastly_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_f_secure_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21653,12 +21659,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"fastly\" - api_response = api_instance.index_fastly_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_fastly_get:\n") + # Return vulnerability data stored in index \"f-secure\" + api_response = api_instance.index_f_secure_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_f_secure_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_fastly_get: %s\n" % e) + print("Exception when calling IndicesApi->index_f_secure_get: %s\n" % e) ``` @@ -21692,7 +21698,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination.md) ### Authorization @@ -21713,22 +21719,22 @@ Name | Type | Description | Notes [[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) -# **index_fedora_get** -> RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination index_fedora_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_fanuc_get** +> RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination index_fanuc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"fedora\" +Return vulnerability data stored in index \"fanuc\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \ +This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Fedora Security Advisories +**Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/fedora?cursor=` +`GET /index/fanuc?cursor=` ### Example @@ -21737,7 +21743,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_update_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fanuc_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21785,12 +21791,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"fedora\" - api_response = api_instance.index_fedora_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_fedora_get:\n") + # Return vulnerability data stored in index \"fanuc\" + api_response = api_instance.index_fanuc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_fanuc_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_fedora_get: %s\n" % e) + print("Exception when calling IndicesApi->index_fanuc_get: %s\n" % e) ``` @@ -21824,7 +21830,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination.md) ### Authorization @@ -21845,22 +21851,22 @@ Name | Type | Description | Notes [[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) -# **index_festo_get** -> RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination index_festo_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_fastly_get** +> RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination index_fastly_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"festo\" +Return vulnerability data stored in index \"fastly\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the festo index. \ +This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Festo Security Advisories +**Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/festo?cursor=` +`GET /index/fastly?cursor=` ### Example @@ -21869,7 +21875,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_festo_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fastly_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -21917,12 +21923,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"festo\" - api_response = api_instance.index_festo_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_festo_get:\n") + # Return vulnerability data stored in index \"fastly\" + api_response = api_instance.index_fastly_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_fastly_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_festo_get: %s\n" % e) + print("Exception when calling IndicesApi->index_fastly_get: %s\n" % e) ``` @@ -21956,7 +21962,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination.md) ### Authorization @@ -21977,22 +21983,22 @@ Name | Type | Description | Notes [[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) -# **index_filecloud_get** -> RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination index_filecloud_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_fedora_get** +> RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination index_fedora_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"filecloud\" +Return vulnerability data stored in index \"fedora\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \ +This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** FileCloud Security Advisories +**Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/filecloud?cursor=` +`GET /index/fedora?cursor=` ### Example @@ -22001,7 +22007,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_file_cloud_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_update_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22049,12 +22055,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"filecloud\" - api_response = api_instance.index_filecloud_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_filecloud_get:\n") + # Return vulnerability data stored in index \"fedora\" + api_response = api_instance.index_fedora_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_fedora_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_filecloud_get: %s\n" % e) + print("Exception when calling IndicesApi->index_fedora_get: %s\n" % e) ``` @@ -22088,7 +22094,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination**](RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination.md) ### Authorization @@ -22109,22 +22115,22 @@ Name | Type | Description | Notes [[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) -# **index_filezilla_get** -> RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination index_filezilla_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_festo_get** +> RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination index_festo_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"filezilla\" +Return vulnerability data stored in index \"festo\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \ +This endpoint allows you to retrieve a paginated list of all documents from the festo index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** FileZilla Security Advisories +**Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/filezilla?cursor=` +`GET /index/festo?cursor=` ### Example @@ -22133,7 +22139,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_file_zilla_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_festo_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22181,12 +22187,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"filezilla\" - api_response = api_instance.index_filezilla_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_filezilla_get:\n") + # Return vulnerability data stored in index \"festo\" + api_response = api_instance.index_festo_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_festo_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_filezilla_get: %s\n" % e) + print("Exception when calling IndicesApi->index_festo_get: %s\n" % e) ``` @@ -22220,7 +22226,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination.md) ### Authorization @@ -22241,22 +22247,22 @@ Name | Type | Description | Notes [[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) -# **index_flatt_security_get** -> RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination index_flatt_security_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_filecloud_get** +> RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination index_filecloud_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"flatt-security\" +Return vulnerability data stored in index \"filecloud\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \ +This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Flatt Security Advisories +**Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/flatt-security?cursor=` +`GET /index/filecloud?cursor=` ### Example @@ -22265,7 +22271,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_flatt_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_file_cloud_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22313,12 +22319,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"flatt-security\" - api_response = api_instance.index_flatt_security_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_flatt_security_get:\n") + # Return vulnerability data stored in index \"filecloud\" + api_response = api_instance.index_filecloud_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_filecloud_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_flatt_security_get: %s\n" % e) + print("Exception when calling IndicesApi->index_filecloud_get: %s\n" % e) ``` @@ -22352,7 +22358,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination.md) ### Authorization @@ -22373,22 +22379,22 @@ Name | Type | Description | Notes [[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) -# **index_forgerock_get** -> RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination index_forgerock_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_filezilla_get** +> RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination index_filezilla_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"forgerock\" +Return vulnerability data stored in index \"filezilla\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \ +This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** ForgeRock Security Advisories +**Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/forgerock?cursor=` +`GET /index/filezilla?cursor=` ### Example @@ -22397,7 +22403,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_forge_rock_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_file_zilla_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22445,12 +22451,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"forgerock\" - api_response = api_instance.index_forgerock_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_forgerock_get:\n") + # Return vulnerability data stored in index \"filezilla\" + api_response = api_instance.index_filezilla_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_filezilla_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_forgerock_get: %s\n" % e) + print("Exception when calling IndicesApi->index_filezilla_get: %s\n" % e) ``` @@ -22484,7 +22490,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination.md) ### Authorization @@ -22505,22 +22511,22 @@ Name | Type | Description | Notes [[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) -# **index_fortinet_get** -> RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination index_fortinet_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_flatt_security_get** +> RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination index_flatt_security_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"fortinet\" +Return vulnerability data stored in index \"flatt-security\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \ +This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** FortiGuard Fortinet +**Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/fortinet?cursor=` +`GET /index/flatt-security?cursor=` ### Example @@ -22529,7 +22535,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fortinet_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_flatt_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22577,12 +22583,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"fortinet\" - api_response = api_instance.index_fortinet_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_fortinet_get:\n") + # Return vulnerability data stored in index \"flatt-security\" + api_response = api_instance.index_flatt_security_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_flatt_security_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_fortinet_get: %s\n" % e) + print("Exception when calling IndicesApi->index_flatt_security_get: %s\n" % e) ``` @@ -22616,7 +22622,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination.md) ### Authorization @@ -22637,22 +22643,22 @@ Name | Type | Description | Notes [[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) -# **index_fortinet_ips_get** -> RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination index_fortinet_ips_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_forgerock_get** +> RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination index_forgerock_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"fortinet-ips\" +Return vulnerability data stored in index \"forgerock\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \ +This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Fortinet Labs Threat Encyclopedia +**Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/fortinet-ips?cursor=` +`GET /index/forgerock?cursor=` ### Example @@ -22661,7 +22667,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fortinet_ips_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_forge_rock_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22709,12 +22715,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"fortinet-ips\" - api_response = api_instance.index_fortinet_ips_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_fortinet_ips_get:\n") + # Return vulnerability data stored in index \"forgerock\" + api_response = api_instance.index_forgerock_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_forgerock_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_fortinet_ips_get: %s\n" % e) + print("Exception when calling IndicesApi->index_forgerock_get: %s\n" % e) ``` @@ -22748,7 +22754,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination.md) ### Authorization @@ -22769,22 +22775,22 @@ Name | Type | Description | Notes [[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) -# **index_foxit_get** -> RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination index_foxit_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_fortinet_get** +> RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination index_fortinet_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"foxit\" +Return vulnerability data stored in index \"fortinet\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \ +This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Foxit Security Bulletins +**Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/foxit?cursor=` +`GET /index/fortinet?cursor=` ### Example @@ -22793,7 +22799,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_foxit_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fortinet_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22841,12 +22847,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"foxit\" - api_response = api_instance.index_foxit_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_foxit_get:\n") + # Return vulnerability data stored in index \"fortinet\" + api_response = api_instance.index_fortinet_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_fortinet_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_foxit_get: %s\n" % e) + print("Exception when calling IndicesApi->index_fortinet_get: %s\n" % e) ``` @@ -22880,7 +22886,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination.md) ### Authorization @@ -22901,22 +22907,22 @@ Name | Type | Description | Notes [[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) -# **index_freebsd_get** -> RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination index_freebsd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_fortinet_ips_get** +> RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination index_fortinet_ips_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"freebsd\" +Return vulnerability data stored in index \"fortinet-ips\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \ +This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** FreeBSD Security Advisories +**Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/freebsd?cursor=` +`GET /index/fortinet-ips?cursor=` ### Example @@ -22925,7 +22931,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_fortinet_ips_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -22973,12 +22979,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"freebsd\" - api_response = api_instance.index_freebsd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_freebsd_get:\n") + # Return vulnerability data stored in index \"fortinet-ips\" + api_response = api_instance.index_fortinet_ips_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_fortinet_ips_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_freebsd_get: %s\n" % e) + print("Exception when calling IndicesApi->index_fortinet_ips_get: %s\n" % e) ``` @@ -23012,7 +23018,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination.md) ### Authorization @@ -23033,22 +23039,22 @@ Name | Type | Description | Notes [[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) -# **index_gallagher_get** -> RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination index_gallagher_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_foxit_get** +> RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination index_foxit_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"gallagher\" +Return vulnerability data stored in index \"foxit\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \ +This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Gallagher Security Advisories +**Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/gallagher?cursor=` +`GET /index/foxit?cursor=` ### Example @@ -23057,7 +23063,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gallagher_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_foxit_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -23105,12 +23111,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"gallagher\" - api_response = api_instance.index_gallagher_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_gallagher_get:\n") + # Return vulnerability data stored in index \"foxit\" + api_response = api_instance.index_foxit_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_foxit_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_gallagher_get: %s\n" % e) + print("Exception when calling IndicesApi->index_foxit_get: %s\n" % e) ``` @@ -23144,7 +23150,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination.md) ### Authorization @@ -23165,22 +23171,22 @@ Name | Type | Description | Notes [[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) -# **index_gcp_get** -> RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination index_gcp_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_freebsd_get** +> RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination index_freebsd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"gcp\" +Return vulnerability data stored in index \"freebsd\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \ +This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** GCP Security Bulletins +**Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/gcp?cursor=` +`GET /index/freebsd?cursor=` ### Example @@ -23189,7 +23195,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gcp_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -23237,12 +23243,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"gcp\" - api_response = api_instance.index_gcp_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_gcp_get:\n") + # Return vulnerability data stored in index \"freebsd\" + api_response = api_instance.index_freebsd_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_freebsd_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_gcp_get: %s\n" % e) + print("Exception when calling IndicesApi->index_freebsd_get: %s\n" % e) ``` @@ -23276,7 +23282,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination.md) ### Authorization @@ -23297,22 +23303,22 @@ Name | Type | Description | Notes [[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) -# **index_ge_gas_get** -> RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination index_ge_gas_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_gallagher_get** +> RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination index_gallagher_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"ge-gas\" +Return vulnerability data stored in index \"gallagher\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \ +This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** GE Gas Product Security Advisories +**Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/ge-gas?cursor=` +`GET /index/gallagher?cursor=` ### Example @@ -23321,7 +23327,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_gas_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gallagher_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -23369,12 +23375,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"ge-gas\" - api_response = api_instance.index_ge_gas_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_ge_gas_get:\n") + # Return vulnerability data stored in index \"gallagher\" + api_response = api_instance.index_gallagher_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gallagher_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_ge_gas_get: %s\n" % e) + print("Exception when calling IndicesApi->index_gallagher_get: %s\n" % e) ``` @@ -23408,7 +23414,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination.md) ### Authorization @@ -23429,22 +23435,22 @@ Name | Type | Description | Notes [[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) -# **index_ge_healthcare_get** -> RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination index_ge_healthcare_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_gcp_get** +> RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination index_gcp_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"ge-healthcare\" +Return vulnerability data stored in index \"gcp\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \ +This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** GE Healthcare Advisories +**Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/ge-healthcare?cursor=` +`GET /index/gcp?cursor=` ### Example @@ -23453,7 +23459,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gcp_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -23501,12 +23507,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"ge-healthcare\" - api_response = api_instance.index_ge_healthcare_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_ge_healthcare_get:\n") + # Return vulnerability data stored in index \"gcp\" + api_response = api_instance.index_gcp_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gcp_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_ge_healthcare_get: %s\n" % e) + print("Exception when calling IndicesApi->index_gcp_get: %s\n" % e) ``` @@ -23540,7 +23546,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination.md) ### Authorization @@ -23561,22 +23567,22 @@ Name | Type | Description | Notes [[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) -# **index_gem_get** -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination index_gem_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_ge_gas_get** +> RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination index_ge_gas_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"gem\" +Return vulnerability data stored in index \"ge-gas\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the gem index. \ +This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Ruby (gem) packages with package versions +**Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/gem?cursor=` +`GET /index/ge-gas?cursor=` ### Example @@ -23585,7 +23591,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_api_oss_package_paginate_pagination import RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_gas_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -23633,12 +23639,276 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"gem\" - api_response = api_instance.index_gem_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_gem_get:\n") + # Return vulnerability data stored in index \"ge-gas\" + api_response = api_instance.index_ge_gas_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_ge_gas_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_gem_get: %s\n" % e) + print("Exception when calling IndicesApi->index_ge_gas_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + +# **index_ge_healthcare_get** +> RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination index_ge_healthcare_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"ge-healthcare\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** GE Healthcare Advisories + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/ge-healthcare?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"ge-healthcare\" + api_response = api_instance.index_ge_healthcare_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_ge_healthcare_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_ge_healthcare_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + +# **index_gem_get** +> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination index_gem_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"gem\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the gem index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** Ruby (gem) packages with package versions + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/gem?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_api_oss_package_paginate_pagination import RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"gem\" + api_response = api_instance.index_gem_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gem_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_gem_get: %s\n" % e) ``` @@ -23693,6 +23963,138 @@ Name | Type | Description | Notes [[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) +# **index_gen_get** +> RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination index_gen_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"gen\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the gen index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** Gen Security Advisories + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/gen?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"gen\" + api_response = api_instance.index_gen_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gen_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_gen_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + # **index_genetec_get** > RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination index_genetec_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) @@ -24557,12 +24959,144 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"gitlab-exploits\" - api_response = api_instance.index_gitlab_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_gitlab_exploits_get:\n") + # Return vulnerability data stored in index \"gitlab-exploits\" + api_response = api_instance.index_gitlab_exploits_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gitlab_exploits_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_gitlab_exploits_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + +# **index_glibc_get** +> RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination index_glibc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"glibc\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** Glibc Security Advisories + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/glibc?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_glibc_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"glibc\" + api_response = api_instance.index_glibc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_glibc_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_gitlab_exploits_get: %s\n" % e) + print("Exception when calling IndicesApi->index_glibc_get: %s\n" % e) ``` @@ -24596,7 +25130,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination.md) ### Authorization @@ -24617,22 +25151,22 @@ Name | Type | Description | Notes [[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) -# **index_glibc_get** -> RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination index_glibc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) +# **index_gmo_cybersecurity_get** +> RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination index_gmo_cybersecurity_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) -Return vulnerability data stored in index \"glibc\" +Return vulnerability data stored in index \"gmo-cybersecurity\" ### Overview -This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \ +This endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \ By default, a maximum of 100 documents are shown per page. -**Index Description:** Glibc Security Advisories +**Index Description:** GMO Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side -"cursor" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will +"cursor" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like -`GET /index/glibc?cursor=` +`GET /index/gmo-cybersecurity?cursor=` ### Example @@ -24641,7 +25175,7 @@ have a `next_cursor` id that clients will need to pass as a query parameter to t ```python import vulncheck_sdk -from vulncheck_sdk.models.render_response_with_metadata_array_advisory_glibc_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from vulncheck_sdk.rest import ApiException from pprint import pprint @@ -24689,12 +25223,12 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) try: - # Return vulnerability data stored in index \"glibc\" - api_response = api_instance.index_glibc_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) - print("The response of IndicesApi->index_glibc_get:\n") + # Return vulnerability data stored in index \"gmo-cybersecurity\" + api_response = api_instance.index_gmo_cybersecurity_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_gmo_cybersecurity_get:\n") pprint(api_response) except Exception as e: - print("Exception when calling IndicesApi->index_glibc_get: %s\n" % e) + print("Exception when calling IndicesApi->index_gmo_cybersecurity_get: %s\n" % e) ``` @@ -24728,7 +25262,7 @@ Name | Type | Description | Notes ### Return type -[**RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination.md) +[**RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md) ### Authorization @@ -47361,6 +47895,138 @@ Name | Type | Description | Notes [[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) +# **index_sandisk_get** +> RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination index_sandisk_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"sandisk\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** Sandisk Security Advisories + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/sandisk?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"sandisk\" + api_response = api_instance.index_sandisk_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_sandisk_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_sandisk_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination**](RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + # **index_sap_get** > RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination index_sap_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) @@ -47625,6 +48291,138 @@ Name | Type | Description | Notes [[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) +# **index_schutzwerk_get** +> RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination index_schutzwerk_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + +Return vulnerability data stored in index \"schutzwerk\" + +### Overview +This endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \ +By default, a maximum of 100 documents are shown per page. + +**Index Description:** Schutzwerk Security Advisories + +### Paging Over Large Data (cursor) +In order to allow users to iterate over large index datasets, this endpoint provides a server-side +"cursor" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will +have a `next_cursor` id that clients will need to pass as a query parameter to the next request like +`GET /index/schutzwerk?cursor=` + + +### Example + +* Api Key Authentication (Bearer): + +```python +import vulncheck_sdk +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination +from vulncheck_sdk.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to /v3 +# See configuration.py for a list of all supported configuration parameters. +configuration = vulncheck_sdk.Configuration( + host = "/v3" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Bearer +configuration.api_key['Bearer'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Bearer'] = 'Bearer' + +# Enter a context with an instance of the API client +with vulncheck_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = vulncheck_sdk.IndicesApi(api_client) + page = 56 # int | set the page number of the response (optional) + limit = 56 # int | limit the number of findings in the response (optional) + cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) + start_cursor = 'start_cursor_example' # str | request server-side paging (optional) + cve = 'cve_example' # str | Specify a CVE ID to search with. (optional) + alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional) + iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional) + jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional) + ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional) + threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional) + mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional) + misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional) + ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional) + botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional) + published = 'published_example' # str | Specify a published date (optional) + updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional) + updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional) + last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional) + last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional) + pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional) + pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional) + + try: + # Return vulnerability data stored in index \"schutzwerk\" + api_response = api_instance.index_schutzwerk_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) + print("The response of IndicesApi->index_schutzwerk_get:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IndicesApi->index_schutzwerk_get: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **page** | **int**| set the page number of the response | [optional] + **limit** | **int**| limit the number of findings in the response | [optional] + **cursor** | **str**| continue server-side paging using a cursor id | [optional] + **start_cursor** | **str**| request server-side paging | [optional] + **cve** | **str**| Specify a CVE ID to search with. | [optional] + **alias** | **str**| Specify a vulnerability alias to search with. | [optional] + **iava** | **str**| Specify an IAVA ID to search with. | [optional] + **jvndb** | **str**| Specify a JVNDB ID to search with. | [optional] + **ilvn** | **str**| Specify an ILVN ID to search with. | [optional] + **threat_actor** | **str**| Specify a threat actor name to search with. | [optional] + **mitre_id** | **str**| Specify a MITRE ID to search with. | [optional] + **misp_id** | **str**| Specify a MISP ID to search with. | [optional] + **ransomware** | **str**| Specify a ransomeware family name to search with. | [optional] + **botnet** | **str**| Specify a botnet name to search with. | [optional] + **published** | **str**| Specify a published date | [optional] + **updated_at_start_date** | **str**| Specify a starting 'updated-at' date to filter with. | [optional] + **updated_at_end_date** | **str**| Specify an ending 'updated-at' date to filter with. | [optional] + **last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional] + **last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional] + **pub_start_date** | **str**| Specify a starting published date to filter with. | [optional] + **pub_end_date** | **str**| Specify an ending published date to filter with. | [optional] + +### Return type + +[**RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination**](RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md) + +### Authorization + +[Bearer](../README.md#Bearer) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | +**404** | Not Found | - | +**500** | Internal Server Error | - | + +[[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) + # **index_sec_consult_get** > RenderResponseWithMetadataArrayAdvisorySECConsultPaginatePagination index_sec_consult_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date) diff --git a/docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md new file mode 100644 index 00000000..77eb215b --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisoryDFNCert]**](AdvisoryDFNCert.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination_dict = render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination from a dict +render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.from_dict(render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md new file mode 100644 index 00000000..9150d95c --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisoryDLink]**](AdvisoryDLink.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_d_link_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_d_link_paginate_pagination_dict = render_response_with_metadata_array_advisory_d_link_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from a dict +render_response_with_metadata_array_advisory_d_link_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.from_dict(render_response_with_metadata_array_advisory_d_link_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md new file mode 100644 index 00000000..20575fe8 --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisoryGMOCyberSecurity]**](AdvisoryGMOCyberSecurity.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination_dict = render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from a dict +render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.from_dict(render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md new file mode 100644 index 00000000..db76d6a1 --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisoryGen]**](AdvisoryGen.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_gen_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_gen_paginate_pagination_dict = render_response_with_metadata_array_advisory_gen_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from a dict +render_response_with_metadata_array_advisory_gen_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.from_dict(render_response_with_metadata_array_advisory_gen_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md new file mode 100644 index 00000000..ef9ab9a5 --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisorySandisk]**](AdvisorySandisk.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_sandisk_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_sandisk_paginate_pagination_dict = render_response_with_metadata_array_advisory_sandisk_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from a dict +render_response_with_metadata_array_advisory_sandisk_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.from_dict(render_response_with_metadata_array_advisory_sandisk_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md b/docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md new file mode 100644 index 00000000..3281886e --- /dev/null +++ b/docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md @@ -0,0 +1,31 @@ +# RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**benchmark** | **float** | | [optional] +**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional] +**data** | [**List[AdvisorySchutzwerk]**](AdvisorySchutzwerk.md) | | [optional] + +## Example + +```python +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination + +# TODO update the JSON string below +json = "{}" +# create an instance of RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from a JSON string +render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.from_json(json) +# print the JSON string representation of the object +print(RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.to_json()) + +# convert the object into a dict +render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination_dict = render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination_instance.to_dict() +# create an instance of RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from a dict +render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.from_dict(render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/pyproject.toml b/pyproject.toml index 8a65fef5..e215f614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vulncheck_sdk" -version = "0.0.18" +version = "0.0.19" description = "VulnCheck API" authors = [ {name = "VulnCheck API Support",email = "support@vulncheck.com"}, diff --git a/python-generator-config.yaml b/python-generator-config.yaml index 846bede6..7f8c0dc2 100644 --- a/python-generator-config.yaml +++ b/python-generator-config.yaml @@ -2,4 +2,4 @@ additionalProperties: projectName: "vulncheck-sdk" packageName: "vulncheck_sdk" packageUrl: "https://github.com/vulncheck-oss/sdk-python/tree/main" - packageVersion: "0.0.18" + packageVersion: "0.0.19" diff --git a/setup.py b/setup.py index d1106f60..5f108fde 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "vulncheck-sdk" -VERSION = "0.0.18" +VERSION = "0.0.19" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ "urllib3 >= 2.1.0, < 3.0.0", diff --git a/test/test_advisory_cert_be.py b/test/test_advisory_cert_be.py index fe3451b9..73414679 100644 --- a/test/test_advisory_cert_be.py +++ b/test/test_advisory_cert_be.py @@ -36,17 +36,26 @@ def make_instance(self, include_optional) -> AdvisoryCertBE: model = AdvisoryCertBE() if include_optional: return AdvisoryCertBE( + affected_software = [ + '' + ], cve = [ '' ], date_added = '', id = '', + mitigation = '', references = [ '' ], + risk = '', summary = '', title = '', - url = '' + updated_at = '', + url = '', + vulnerability_type = [ + '' + ] ) else: return AdvisoryCertBE( diff --git a/test/test_advisory_crowd_sec.py b/test/test_advisory_crowd_sec.py index 216a23d6..a377c023 100644 --- a/test/test_advisory_crowd_sec.py +++ b/test/test_advisory_crowd_sec.py @@ -40,6 +40,7 @@ def make_instance(self, include_optional) -> AdvisoryCrowdSec: '' ], date_added = '', + eitw = True, first_seen = '', summary = '', title = '', diff --git a/test/test_advisory_d_link.py b/test/test_advisory_d_link.py new file mode 100644 index 00000000..b3848478 --- /dev/null +++ b/test/test_advisory_d_link.py @@ -0,0 +1,60 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_d_link import AdvisoryDLink + +class TestAdvisoryDLink(unittest.TestCase): + """AdvisoryDLink unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisoryDLink: + """Test AdvisoryDLink + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisoryDLink` + """ + model = AdvisoryDLink() + if include_optional: + return AdvisoryDLink( + cve = [ + '' + ], + date_added = '', + id = '', + summary = '', + title = '', + updated_at = '', + url = '' + ) + else: + return AdvisoryDLink( + ) + """ + + def testAdvisoryDLink(self): + """Test AdvisoryDLink""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_dfn_cert.py b/test/test_advisory_dfn_cert.py new file mode 100644 index 00000000..7acdc3c5 --- /dev/null +++ b/test/test_advisory_dfn_cert.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_dfn_cert import AdvisoryDFNCert + +class TestAdvisoryDFNCert(unittest.TestCase): + """AdvisoryDFNCert unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisoryDFNCert: + """Test AdvisoryDFNCert + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisoryDFNCert` + """ + model = AdvisoryDFNCert() + if include_optional: + return AdvisoryDFNCert( + cve = [ + '' + ], + date_added = '', + summary_de = '', + title_de = '', + updated_at = '', + url = '' + ) + else: + return AdvisoryDFNCert( + ) + """ + + def testAdvisoryDFNCert(self): + """Test AdvisoryDFNCert""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_gen.py b/test/test_advisory_gen.py new file mode 100644 index 00000000..d99c9af0 --- /dev/null +++ b/test/test_advisory_gen.py @@ -0,0 +1,62 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_gen import AdvisoryGen + +class TestAdvisoryGen(unittest.TestCase): + """AdvisoryGen unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisoryGen: + """Test AdvisoryGen + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisoryGen` + """ + model = AdvisoryGen() + if include_optional: + return AdvisoryGen( + affected = '', + cve = [ + '' + ], + cvss_score = '', + cvss_vector = '', + date_added = '', + id = '', + summary = '', + title = '', + url = '' + ) + else: + return AdvisoryGen( + ) + """ + + def testAdvisoryGen(self): + """Test AdvisoryGen""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_gigabyte.py b/test/test_advisory_gigabyte.py index 1c6e8c68..6b614e24 100644 --- a/test/test_advisory_gigabyte.py +++ b/test/test_advisory_gigabyte.py @@ -41,7 +41,8 @@ def make_instance(self, include_optional) -> AdvisoryGigabyte: ], date_added = '', link = '', - title = '' + title = '', + updated_at = '' ) else: return AdvisoryGigabyte( diff --git a/test/test_advisory_gmo_cyber_security.py b/test/test_advisory_gmo_cyber_security.py new file mode 100644 index 00000000..33eeff4b --- /dev/null +++ b/test/test_advisory_gmo_cyber_security.py @@ -0,0 +1,60 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_gmo_cyber_security import AdvisoryGMOCyberSecurity + +class TestAdvisoryGMOCyberSecurity(unittest.TestCase): + """AdvisoryGMOCyberSecurity unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisoryGMOCyberSecurity: + """Test AdvisoryGMOCyberSecurity + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisoryGMOCyberSecurity` + """ + model = AdvisoryGMOCyberSecurity() + if include_optional: + return AdvisoryGMOCyberSecurity( + affected = '', + cve = [ + '' + ], + date_added = '', + summary_ja = '', + title_ja = '', + updated_at = '', + url = '' + ) + else: + return AdvisoryGMOCyberSecurity( + ) + """ + + def testAdvisoryGMOCyberSecurity(self): + """Test AdvisoryGMOCyberSecurity""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_hashi_corp.py b/test/test_advisory_hashi_corp.py index 06fa51cc..29b0921d 100644 --- a/test/test_advisory_hashi_corp.py +++ b/test/test_advisory_hashi_corp.py @@ -47,6 +47,7 @@ def make_instance(self, include_optional) -> AdvisoryHashiCorp: remediation = '', summary = '', title = '', + updated_at = '', url = '' ) else: diff --git a/test/test_advisory_sandisk.py b/test/test_advisory_sandisk.py new file mode 100644 index 00000000..fd75dbc8 --- /dev/null +++ b/test/test_advisory_sandisk.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_sandisk import AdvisorySandisk + +class TestAdvisorySandisk(unittest.TestCase): + """AdvisorySandisk unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisorySandisk: + """Test AdvisorySandisk + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisorySandisk` + """ + model = AdvisorySandisk() + if include_optional: + return AdvisorySandisk( + cve = [ + '' + ], + date_added = '', + summary = '', + title = '', + updated_at = '', + url = '' + ) + else: + return AdvisorySandisk( + ) + """ + + def testAdvisorySandisk(self): + """Test AdvisorySandisk""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_schutzwerk.py b/test/test_advisory_schutzwerk.py new file mode 100644 index 00000000..a3e34c28 --- /dev/null +++ b/test/test_advisory_schutzwerk.py @@ -0,0 +1,60 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_schutzwerk import AdvisorySchutzwerk + +class TestAdvisorySchutzwerk(unittest.TestCase): + """AdvisorySchutzwerk unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisorySchutzwerk: + """Test AdvisorySchutzwerk + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisorySchutzwerk` + """ + model = AdvisorySchutzwerk() + if include_optional: + return AdvisorySchutzwerk( + cve = [ + '' + ], + date_added = '', + id = '', + summary = '', + title = '', + updated_at = '', + url = '' + ) + else: + return AdvisorySchutzwerk( + ) + """ + + def testAdvisorySchutzwerk(self): + """Test AdvisorySchutzwerk""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_sel.py b/test/test_advisory_sel.py index 9e75fdf1..0fff2c6d 100644 --- a/test/test_advisory_sel.py +++ b/test/test_advisory_sel.py @@ -42,6 +42,7 @@ def make_instance(self, include_optional) -> AdvisorySel: ], date_added = '', description = '', + updated_at = '', url = '' ) else: diff --git a/test/test_indices_api.py b/test/test_indices_api.py index 8868fcca..f5fd35f7 100644 --- a/test/test_indices_api.py +++ b/test/test_indices_api.py @@ -972,6 +972,13 @@ def test_index_delta_get(self) -> None: """ pass + def test_index_dfn_cert_get(self) -> None: + """Test case for index_dfn_cert_get + + Return vulnerability data stored in index \"dfn-cert\" + """ + pass + def test_index_django_get(self) -> None: """Test case for index_django_get @@ -979,6 +986,13 @@ def test_index_django_get(self) -> None: """ pass + def test_index_dlink_get(self) -> None: + """Test case for index_dlink_get + + Return vulnerability data stored in index \"dlink\" + """ + pass + def test_index_dnn_get(self) -> None: """Test case for index_dnn_get @@ -1259,6 +1273,13 @@ def test_index_gem_get(self) -> None: """ pass + def test_index_gen_get(self) -> None: + """Test case for index_gen_get + + Return vulnerability data stored in index \"gen\" + """ + pass + def test_index_genetec_get(self) -> None: """Test case for index_genetec_get @@ -1315,6 +1336,13 @@ def test_index_glibc_get(self) -> None: """ pass + def test_index_gmo_cybersecurity_get(self) -> None: + """Test case for index_gmo_cybersecurity_get + + Return vulnerability data stored in index \"gmo-cybersecurity\" + """ + pass + def test_index_gnutls_get(self) -> None: """Test case for index_gnutls_get @@ -2512,6 +2540,13 @@ def test_index_samba_get(self) -> None: """ pass + def test_index_sandisk_get(self) -> None: + """Test case for index_sandisk_get + + Return vulnerability data stored in index \"sandisk\" + """ + pass + def test_index_sap_get(self) -> None: """Test case for index_sap_get @@ -2526,6 +2561,13 @@ def test_index_schneider_electric_get(self) -> None: """ pass + def test_index_schutzwerk_get(self) -> None: + """Test case for index_schutzwerk_get + + Return vulnerability data stored in index \"schutzwerk\" + """ + pass + def test_index_sec_consult_get(self) -> None: """Test case for index_sec_consult_get diff --git a/test/test_render_response_with_metadata_array_advisory_cert_be_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_cert_be_paginate_pagination.py index 734f2bbc..27fcdc3f 100644 --- a/test/test_render_response_with_metadata_array_advisory_cert_be_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_cert_be_paginate_pagination.py @@ -73,17 +73,26 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], ), data = [ vulncheck_sdk.models.advisory/cert_be.advisory.CertBE( + affected_software = [ + '' + ], cve = [ '' ], date_added = '', id = '', + mitigation = '', references = [ '' ], + risk = '', summary = '', title = '', - url = '', ) + updated_at = '', + url = '', + vulnerability_type = [ + '' + ], ) ] ) else: diff --git a/test/test_render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py index 0a5df1f3..e3f1a70c 100644 --- a/test/test_render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination.py @@ -77,6 +77,7 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi '' ], date_added = '', + eitw = True, first_seen = '', summary = '', title = '', diff --git a/test/test_render_response_with_metadata_array_advisory_d_link_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_d_link_paginate_pagination.py new file mode 100644 index 00000000..2388d6be --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_d_link_paginate_pagination.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/d_link.advisory.DLink( + cve = [ + '' + ], + date_added = '', + id = '', + summary = '', + title = '', + updated_at = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py new file mode 100644 index 00000000..141d3eb8 --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py @@ -0,0 +1,97 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/dfn_cert.advisory.DFNCert( + cve = [ + '' + ], + date_added = '', + summary_de = '', + title_de = '', + updated_at = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_gen_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_gen_paginate_pagination.py new file mode 100644 index 00000000..42f723ad --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_gen_paginate_pagination.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisoryGenPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/gen.advisory.Gen( + affected = '', + cve = [ + '' + ], + cvss_score = '', + cvss_vector = '', + date_added = '', + id = '', + summary = '', + title = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisoryGenPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py index dcd7222f..d78b125b 100644 --- a/test/test_render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_gigabyte_paginate_pagination.py @@ -78,7 +78,8 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], date_added = '', link = '', - title = '', ) + title = '', + updated_at = '', ) ] ) else: diff --git a/test/test_render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py new file mode 100644 index 00000000..d4b2a126 --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/gmo_cyber_security.advisory.GMOCyberSecurity( + affected = '', + cve = [ + '' + ], + date_added = '', + summary_ja = '', + title_ja = '', + updated_at = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_hashi_corp_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_hashi_corp_paginate_pagination.py index a754b4db..b87b4183 100644 --- a/test/test_render_response_with_metadata_array_advisory_hashi_corp_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_hashi_corp_paginate_pagination.py @@ -84,6 +84,7 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi remediation = '', summary = '', title = '', + updated_at = '', url = '', ) ] ) diff --git a/test/test_render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py new file mode 100644 index 00000000..83acafdf --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py @@ -0,0 +1,97 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/sandisk.advisory.Sandisk( + cve = [ + '' + ], + date_added = '', + summary = '', + title = '', + updated_at = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py new file mode 100644 index 00000000..16b92103 --- /dev/null +++ b/test/test_render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination + +class TestRenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination(unittest.TestCase): + """RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination: + """Test RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination` + """ + model = RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination() + if include_optional: + return RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination( + benchmark = 1.337, + meta = vulncheck_sdk.models.paginate/pagination.paginate.Pagination( + cursor = '', + first_item = 56, + index = '', + last_item = 56, + limit = 56, + matches = [ + vulncheck_sdk.models.paginate/match.paginate.Match( + field = '', + value = '', ) + ], + max_pages = 56, + next_cursor = '', + opensearch_query = vulncheck_sdk.models.opensearch_query.opensearch_query(), + order = '', + page = 56, + pages = [ + '' + ], + parameters = [ + vulncheck_sdk.models.paginate/param.paginate.Param( + filtering = '', + format = '', + name = '', ) + ], + show_pages = True, + show_query = True, + sort = '', + timestamp = '', + total_documents = 56, + total_pages = 56, + warnings = [ + '' + ], ), + data = [ + vulncheck_sdk.models.advisory/schutzwerk.advisory.Schutzwerk( + cve = [ + '' + ], + date_added = '', + id = '', + summary = '', + title = '', + updated_at = '', + url = '', ) + ] + ) + else: + return RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination( + ) + """ + + def testRenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination(self): + """Test RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_render_response_with_metadata_array_advisory_sel_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_sel_paginate_pagination.py index 4719ac2c..dc878e8c 100644 --- a/test/test_render_response_with_metadata_array_advisory_sel_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_sel_paginate_pagination.py @@ -79,6 +79,7 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], date_added = '', description = '', + updated_at = '', url = '', ) ] ) diff --git a/vulncheck_sdk/__init__.py b/vulncheck_sdk/__init__.py index 1f2d3a5c..80fe7d8d 100644 --- a/vulncheck_sdk/__init__.py +++ b/vulncheck_sdk/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.18" +__version__ = "0.0.19" # Define package exports __all__ = [ @@ -229,6 +229,8 @@ "AdvisoryCwes", "AdvisoryCycle", "AdvisoryDBSpecific", + "AdvisoryDFNCert", + "AdvisoryDLink", "AdvisoryDNN", "AdvisoryDahua", "AdvisoryDassault", @@ -291,7 +293,9 @@ "AdvisoryGHPackage", "AdvisoryGHReference", "AdvisoryGHVulnerabilities", + "AdvisoryGMOCyberSecurity", "AdvisoryGallagher", + "AdvisoryGen", "AdvisoryGenetec", "AdvisoryGigabyte", "AdvisoryGitHubExploit", @@ -574,8 +578,10 @@ "AdvisorySaintExploit", "AdvisorySalesForce", "AdvisorySamba", + "AdvisorySandisk", "AdvisorySchneiderCVE", "AdvisorySchneiderElectricAdvisory", + "AdvisorySchutzwerk", "AdvisoryScoreSet", "AdvisorySecFix", "AdvisorySecurityBulletin", @@ -955,6 +961,8 @@ "RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination", + "RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination", + "RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination", @@ -995,7 +1003,9 @@ "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", + "RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", + "RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", @@ -1154,7 +1164,9 @@ "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", + "RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination", "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", + "RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination", "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", "RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination", "RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination", @@ -1493,6 +1505,8 @@ from vulncheck_sdk.models.advisory_cwes import AdvisoryCwes as AdvisoryCwes from vulncheck_sdk.models.advisory_cycle import AdvisoryCycle as AdvisoryCycle from vulncheck_sdk.models.advisory_db_specific import AdvisoryDBSpecific as AdvisoryDBSpecific +from vulncheck_sdk.models.advisory_dfn_cert import AdvisoryDFNCert as AdvisoryDFNCert +from vulncheck_sdk.models.advisory_d_link import AdvisoryDLink as AdvisoryDLink from vulncheck_sdk.models.advisory_dnn import AdvisoryDNN as AdvisoryDNN from vulncheck_sdk.models.advisory_dahua import AdvisoryDahua as AdvisoryDahua from vulncheck_sdk.models.advisory_dassault import AdvisoryDassault as AdvisoryDassault @@ -1555,7 +1569,9 @@ from vulncheck_sdk.models.advisory_gh_package import AdvisoryGHPackage as AdvisoryGHPackage from vulncheck_sdk.models.advisory_gh_reference import AdvisoryGHReference as AdvisoryGHReference from vulncheck_sdk.models.advisory_gh_vulnerabilities import AdvisoryGHVulnerabilities as AdvisoryGHVulnerabilities +from vulncheck_sdk.models.advisory_gmo_cyber_security import AdvisoryGMOCyberSecurity as AdvisoryGMOCyberSecurity from vulncheck_sdk.models.advisory_gallagher import AdvisoryGallagher as AdvisoryGallagher +from vulncheck_sdk.models.advisory_gen import AdvisoryGen as AdvisoryGen from vulncheck_sdk.models.advisory_genetec import AdvisoryGenetec as AdvisoryGenetec from vulncheck_sdk.models.advisory_gigabyte import AdvisoryGigabyte as AdvisoryGigabyte from vulncheck_sdk.models.advisory_git_hub_exploit import AdvisoryGitHubExploit as AdvisoryGitHubExploit @@ -1838,8 +1854,10 @@ from vulncheck_sdk.models.advisory_saint_exploit import AdvisorySaintExploit as AdvisorySaintExploit from vulncheck_sdk.models.advisory_sales_force import AdvisorySalesForce as AdvisorySalesForce from vulncheck_sdk.models.advisory_samba import AdvisorySamba as AdvisorySamba +from vulncheck_sdk.models.advisory_sandisk import AdvisorySandisk as AdvisorySandisk from vulncheck_sdk.models.advisory_schneider_cve import AdvisorySchneiderCVE as AdvisorySchneiderCVE from vulncheck_sdk.models.advisory_schneider_electric_advisory import AdvisorySchneiderElectricAdvisory as AdvisorySchneiderElectricAdvisory +from vulncheck_sdk.models.advisory_schutzwerk import AdvisorySchutzwerk as AdvisorySchutzwerk from vulncheck_sdk.models.advisory_score_set import AdvisoryScoreSet as AdvisoryScoreSet from vulncheck_sdk.models.advisory_sec_fix import AdvisorySecFix as AdvisorySecFix from vulncheck_sdk.models.advisory_security_bulletin import AdvisorySecurityBulletin as AdvisorySecurityBulletin @@ -2219,6 +2237,8 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination as RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_curl_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination as RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_cvrf_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination as RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination as RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination as RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dnn_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination as RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dahua_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination as RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dassault_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination as RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination @@ -2259,7 +2279,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_gas_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gh_advisory_json_lean_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gallagher_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_genetec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gigabyte_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination as RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_git_hub_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination as RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination @@ -2418,7 +2440,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_saint_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination as RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sales_force_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination as RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_samba_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination as RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination as RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schneider_electric_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination as RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination as RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_bulletin_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination as RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_lab_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination as RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_seebug_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination as RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination diff --git a/vulncheck_sdk/api/endpoints_api.py b/vulncheck_sdk/api/endpoints_api.py index b1002b83..1965a12c 100644 --- a/vulncheck_sdk/api/endpoints_api.py +++ b/vulncheck_sdk/api/endpoints_api.py @@ -568,6 +568,7 @@ def _backup_index_get_serialize( def cpe_get( self, cpe: Annotated[StrictStr, Field(description="CPE designation to lookup")], + is_vulnerable: Annotated[Optional[StrictStr], Field(description="Filter by vulnerability status (true/false). Defaults to false if not provided.")] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -587,6 +588,8 @@ def cpe_get( :param cpe: CPE designation to lookup (required) :type cpe: str + :param is_vulnerable: Filter by vulnerability status (true/false). Defaults to false if not provided. + :type is_vulnerable: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -611,6 +614,7 @@ def cpe_get( _param = self._cpe_get_serialize( cpe=cpe, + is_vulnerable=is_vulnerable, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -637,6 +641,7 @@ def cpe_get( def cpe_get_with_http_info( self, cpe: Annotated[StrictStr, Field(description="CPE designation to lookup")], + is_vulnerable: Annotated[Optional[StrictStr], Field(description="Filter by vulnerability status (true/false). Defaults to false if not provided.")] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -656,6 +661,8 @@ def cpe_get_with_http_info( :param cpe: CPE designation to lookup (required) :type cpe: str + :param is_vulnerable: Filter by vulnerability status (true/false). Defaults to false if not provided. + :type is_vulnerable: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -680,6 +687,7 @@ def cpe_get_with_http_info( _param = self._cpe_get_serialize( cpe=cpe, + is_vulnerable=is_vulnerable, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -706,6 +714,7 @@ def cpe_get_with_http_info( def cpe_get_without_preload_content( self, cpe: Annotated[StrictStr, Field(description="CPE designation to lookup")], + is_vulnerable: Annotated[Optional[StrictStr], Field(description="Filter by vulnerability status (true/false). Defaults to false if not provided.")] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -725,6 +734,8 @@ def cpe_get_without_preload_content( :param cpe: CPE designation to lookup (required) :type cpe: str + :param is_vulnerable: Filter by vulnerability status (true/false). Defaults to false if not provided. + :type is_vulnerable: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -749,6 +760,7 @@ def cpe_get_without_preload_content( _param = self._cpe_get_serialize( cpe=cpe, + is_vulnerable=is_vulnerable, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -770,6 +782,7 @@ def cpe_get_without_preload_content( def _cpe_get_serialize( self, cpe, + is_vulnerable, _request_auth, _content_type, _headers, @@ -796,6 +809,10 @@ def _cpe_get_serialize( _query_params.append(('cpe', cpe)) + if is_vulnerable is not None: + + _query_params.append(('isVulnerable', is_vulnerable)) + # process the header parameters # process the form parameters # process the body parameter diff --git a/vulncheck_sdk/api/indices_api.py b/vulncheck_sdk/api/indices_api.py index e645ada8..3ab901d8 100644 --- a/vulncheck_sdk/api/indices_api.py +++ b/vulncheck_sdk/api/indices_api.py @@ -139,6 +139,8 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_curl_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_cvrf_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dnn_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dahua_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dassault_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination @@ -179,7 +181,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_gas_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gh_advisory_json_lean_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gallagher_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_genetec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gigabyte_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_git_hub_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination @@ -338,7 +342,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_saint_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sales_force_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_samba_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schneider_electric_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_bulletin_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_lab_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_seebug_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination @@ -82688,7 +82694,7 @@ def _index_delta_get_serialize( @validate_call - def index_django_get( + def index_dfn_cert_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -82723,10 +82729,10 @@ def index_django_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination: - """Return vulnerability data stored in index \"django\" + ) -> RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination: + """Return vulnerability data stored in index \"dfn-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DFN-CERT Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dfn-cert?cursor=` :param page: set the page number of the response :type page: int @@ -82792,7 +82798,7 @@ def index_django_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_django_get_serialize( + _param = self._index_dfn_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -82821,7 +82827,7 @@ def index_django_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination", '404': "str", '500': "str", } @@ -82837,7 +82843,7 @@ def index_django_get( @validate_call - def index_django_get_with_http_info( + def index_dfn_cert_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -82872,10 +82878,10 @@ def index_django_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination]: - """Return vulnerability data stored in index \"django\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination]: + """Return vulnerability data stored in index \"dfn-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DFN-CERT Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dfn-cert?cursor=` :param page: set the page number of the response :type page: int @@ -82941,7 +82947,7 @@ def index_django_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_django_get_serialize( + _param = self._index_dfn_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -82970,7 +82976,7 @@ def index_django_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination", '404': "str", '500': "str", } @@ -82986,7 +82992,7 @@ def index_django_get_with_http_info( @validate_call - def index_django_get_without_preload_content( + def index_dfn_cert_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -83022,9 +83028,9 @@ def index_django_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"django\" + """Return vulnerability data stored in index \"dfn-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DFN-CERT Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dfn-cert?cursor=` :param page: set the page number of the response :type page: int @@ -83090,7 +83096,7 @@ def index_django_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_django_get_serialize( + _param = self._index_dfn_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -83119,7 +83125,7 @@ def index_django_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination", '404': "str", '500': "str", } @@ -83130,7 +83136,7 @@ def index_django_get_without_preload_content( return response_data.response - def _index_django_get_serialize( + def _index_dfn_cert_get_serialize( self, page, limit, @@ -83280,7 +83286,7 @@ def _index_django_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/django', + resource_path='/index/dfn-cert', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -83297,7 +83303,7 @@ def _index_django_get_serialize( @validate_call - def index_dnn_get( + def index_django_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -83332,10 +83338,10 @@ def index_dnn_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination: - """Return vulnerability data stored in index \"dnn\" + ) -> RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination: + """Return vulnerability data stored in index \"django\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` :param page: set the page number of the response :type page: int @@ -83401,7 +83407,7 @@ def index_dnn_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dnn_get_serialize( + _param = self._index_django_get_serialize( page=page, limit=limit, cursor=cursor, @@ -83430,7 +83436,7 @@ def index_dnn_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", '404': "str", '500': "str", } @@ -83446,7 +83452,7 @@ def index_dnn_get( @validate_call - def index_dnn_get_with_http_info( + def index_django_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -83481,10 +83487,10 @@ def index_dnn_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination]: - """Return vulnerability data stored in index \"dnn\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination]: + """Return vulnerability data stored in index \"django\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` :param page: set the page number of the response :type page: int @@ -83550,7 +83556,7 @@ def index_dnn_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dnn_get_serialize( + _param = self._index_django_get_serialize( page=page, limit=limit, cursor=cursor, @@ -83579,7 +83585,7 @@ def index_dnn_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", '404': "str", '500': "str", } @@ -83595,7 +83601,7 @@ def index_dnn_get_with_http_info( @validate_call - def index_dnn_get_without_preload_content( + def index_django_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -83631,9 +83637,9 @@ def index_dnn_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"dnn\" + """Return vulnerability data stored in index \"django\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the django index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Django Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/django?cursor=` :param page: set the page number of the response :type page: int @@ -83699,7 +83705,7 @@ def index_dnn_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dnn_get_serialize( + _param = self._index_django_get_serialize( page=page, limit=limit, cursor=cursor, @@ -83728,7 +83734,7 @@ def index_dnn_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDjangoPaginatePagination", '404': "str", '500': "str", } @@ -83739,7 +83745,7 @@ def index_dnn_get_without_preload_content( return response_data.response - def _index_dnn_get_serialize( + def _index_django_get_serialize( self, page, limit, @@ -83889,7 +83895,7 @@ def _index_dnn_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/dnn', + resource_path='/index/django', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -83906,7 +83912,7 @@ def _index_dnn_get_serialize( @validate_call - def index_dotcms_get( + def index_dlink_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -83941,10 +83947,10 @@ def index_dotcms_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination: - """Return vulnerability data stored in index \"dotcms\" + ) -> RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination: + """Return vulnerability data stored in index \"dlink\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dlink index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DLink Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dlink?cursor=` :param page: set the page number of the response :type page: int @@ -84010,7 +84016,7 @@ def index_dotcms_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dotcms_get_serialize( + _param = self._index_dlink_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84039,7 +84045,7 @@ def index_dotcms_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination", '404': "str", '500': "str", } @@ -84055,7 +84061,7 @@ def index_dotcms_get( @validate_call - def index_dotcms_get_with_http_info( + def index_dlink_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -84090,10 +84096,10 @@ def index_dotcms_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination]: - """Return vulnerability data stored in index \"dotcms\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination]: + """Return vulnerability data stored in index \"dlink\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dlink index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DLink Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dlink?cursor=` :param page: set the page number of the response :type page: int @@ -84159,7 +84165,7 @@ def index_dotcms_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dotcms_get_serialize( + _param = self._index_dlink_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84188,7 +84194,7 @@ def index_dotcms_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination", '404': "str", '500': "str", } @@ -84204,7 +84210,7 @@ def index_dotcms_get_with_http_info( @validate_call - def index_dotcms_get_without_preload_content( + def index_dlink_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -84240,9 +84246,9 @@ def index_dotcms_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"dotcms\" + """Return vulnerability data stored in index \"dlink\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dlink index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DLink Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dlink?cursor=` :param page: set the page number of the response :type page: int @@ -84308,7 +84314,7 @@ def index_dotcms_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dotcms_get_serialize( + _param = self._index_dlink_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84337,7 +84343,7 @@ def index_dotcms_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination", '404': "str", '500': "str", } @@ -84348,7 +84354,7 @@ def index_dotcms_get_without_preload_content( return response_data.response - def _index_dotcms_get_serialize( + def _index_dlink_get_serialize( self, page, limit, @@ -84498,7 +84504,7 @@ def _index_dotcms_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/dotcms', + resource_path='/index/dlink', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -84515,7 +84521,7 @@ def _index_dotcms_get_serialize( @validate_call - def index_dragos_get( + def index_dnn_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -84550,10 +84556,10 @@ def index_dragos_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"dragos\" + ) -> RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination: + """Return vulnerability data stored in index \"dnn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` :param page: set the page number of the response :type page: int @@ -84619,7 +84625,7 @@ def index_dragos_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dragos_get_serialize( + _param = self._index_dnn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84648,7 +84654,7 @@ def index_dragos_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", '404': "str", '500': "str", } @@ -84664,7 +84670,7 @@ def index_dragos_get( @validate_call - def index_dragos_get_with_http_info( + def index_dnn_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -84699,10 +84705,10 @@ def index_dragos_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"dragos\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination]: + """Return vulnerability data stored in index \"dnn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` :param page: set the page number of the response :type page: int @@ -84768,7 +84774,7 @@ def index_dragos_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dragos_get_serialize( + _param = self._index_dnn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84797,7 +84803,7 @@ def index_dragos_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", '404': "str", '500': "str", } @@ -84813,7 +84819,7 @@ def index_dragos_get_with_http_info( @validate_call - def index_dragos_get_without_preload_content( + def index_dnn_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -84849,9 +84855,9 @@ def index_dragos_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"dragos\" + """Return vulnerability data stored in index \"dnn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DNN Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dnn?cursor=` :param page: set the page number of the response :type page: int @@ -84917,7 +84923,7 @@ def index_dragos_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_dragos_get_serialize( + _param = self._index_dnn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -84946,7 +84952,7 @@ def index_dragos_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination", '404': "str", '500': "str", } @@ -84957,7 +84963,7 @@ def index_dragos_get_without_preload_content( return response_data.response - def _index_dragos_get_serialize( + def _index_dnn_get_serialize( self, page, limit, @@ -85107,7 +85113,7 @@ def _index_dragos_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/dragos', + resource_path='/index/dnn', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -85124,7 +85130,7 @@ def _index_dragos_get_serialize( @validate_call - def index_draytek_get( + def index_dotcms_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -85159,10 +85165,10 @@ def index_draytek_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination: - """Return vulnerability data stored in index \"draytek\" + ) -> RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination: + """Return vulnerability data stored in index \"dotcms\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` :param page: set the page number of the response :type page: int @@ -85228,7 +85234,7 @@ def index_draytek_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_draytek_get_serialize( + _param = self._index_dotcms_get_serialize( page=page, limit=limit, cursor=cursor, @@ -85257,7 +85263,7 @@ def index_draytek_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", '404': "str", '500': "str", } @@ -85273,7 +85279,7 @@ def index_draytek_get( @validate_call - def index_draytek_get_with_http_info( + def index_dotcms_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -85308,10 +85314,10 @@ def index_draytek_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination]: - """Return vulnerability data stored in index \"draytek\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination]: + """Return vulnerability data stored in index \"dotcms\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` :param page: set the page number of the response :type page: int @@ -85377,7 +85383,7 @@ def index_draytek_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_draytek_get_serialize( + _param = self._index_dotcms_get_serialize( page=page, limit=limit, cursor=cursor, @@ -85406,7 +85412,7 @@ def index_draytek_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", '404': "str", '500': "str", } @@ -85422,7 +85428,7 @@ def index_draytek_get_with_http_info( @validate_call - def index_draytek_get_without_preload_content( + def index_dotcms_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -85458,9 +85464,9 @@ def index_draytek_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"draytek\" + """Return vulnerability data stored in index \"dotcms\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DotCMS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dotcms?cursor=` :param page: set the page number of the response :type page: int @@ -85526,7 +85532,7 @@ def index_draytek_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_draytek_get_serialize( + _param = self._index_dotcms_get_serialize( page=page, limit=limit, cursor=cursor, @@ -85555,7 +85561,7 @@ def index_draytek_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDotCMSPaginatePagination", '404': "str", '500': "str", } @@ -85566,7 +85572,7 @@ def index_draytek_get_without_preload_content( return response_data.response - def _index_draytek_get_serialize( + def _index_dotcms_get_serialize( self, page, limit, @@ -85716,7 +85722,7 @@ def _index_draytek_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/draytek', + resource_path='/index/dotcms', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -85733,7 +85739,7 @@ def _index_draytek_get_serialize( @validate_call - def index_drupal_get( + def index_dragos_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -85768,10 +85774,10 @@ def index_drupal_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination: - """Return vulnerability data stored in index \"drupal\" + ) -> RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"dragos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` :param page: set the page number of the response :type page: int @@ -85837,7 +85843,7 @@ def index_drupal_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_drupal_get_serialize( + _param = self._index_dragos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -85866,7 +85872,7 @@ def index_drupal_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -85882,7 +85888,7 @@ def index_drupal_get( @validate_call - def index_drupal_get_with_http_info( + def index_dragos_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -85917,10 +85923,10 @@ def index_drupal_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination]: - """Return vulnerability data stored in index \"drupal\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"dragos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` :param page: set the page number of the response :type page: int @@ -85986,7 +85992,7 @@ def index_drupal_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_drupal_get_serialize( + _param = self._index_dragos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -86015,7 +86021,7 @@ def index_drupal_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -86031,7 +86037,7 @@ def index_drupal_get_with_http_info( @validate_call - def index_drupal_get_without_preload_content( + def index_dragos_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -86067,9 +86073,9 @@ def index_drupal_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"drupal\" + """Return vulnerability data stored in index \"dragos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Dragos Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/dragos?cursor=` :param page: set the page number of the response :type page: int @@ -86135,7 +86141,7 @@ def index_drupal_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_drupal_get_serialize( + _param = self._index_dragos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -86164,7 +86170,7 @@ def index_drupal_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDragosAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -86175,7 +86181,7 @@ def index_drupal_get_without_preload_content( return response_data.response - def _index_drupal_get_serialize( + def _index_dragos_get_serialize( self, page, limit, @@ -86325,7 +86331,7 @@ def _index_drupal_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/drupal', + resource_path='/index/dragos', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -86342,7 +86348,7 @@ def _index_drupal_get_serialize( @validate_call - def index_eaton_get( + def index_draytek_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -86377,10 +86383,10 @@ def index_eaton_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"eaton\" + ) -> RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination: + """Return vulnerability data stored in index \"draytek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` :param page: set the page number of the response :type page: int @@ -86446,7 +86452,7 @@ def index_eaton_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eaton_get_serialize( + _param = self._index_draytek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -86475,7 +86481,7 @@ def index_eaton_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", '404': "str", '500': "str", } @@ -86491,7 +86497,7 @@ def index_eaton_get( @validate_call - def index_eaton_get_with_http_info( + def index_draytek_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -86526,10 +86532,10 @@ def index_eaton_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"eaton\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination]: + """Return vulnerability data stored in index \"draytek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` :param page: set the page number of the response :type page: int @@ -86595,7 +86601,7 @@ def index_eaton_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eaton_get_serialize( + _param = self._index_draytek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -86624,7 +86630,7 @@ def index_eaton_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", '404': "str", '500': "str", } @@ -86640,7 +86646,7 @@ def index_eaton_get_with_http_info( @validate_call - def index_eaton_get_without_preload_content( + def index_draytek_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -86676,9 +86682,9 @@ def index_eaton_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"eaton\" + """Return vulnerability data stored in index \"draytek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** DrayTek Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/draytek?cursor=` :param page: set the page number of the response :type page: int @@ -86744,7 +86750,7 @@ def index_eaton_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eaton_get_serialize( + _param = self._index_draytek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -86773,7 +86779,7 @@ def index_eaton_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDraytekPaginatePagination", '404': "str", '500': "str", } @@ -86784,7 +86790,7 @@ def index_eaton_get_without_preload_content( return response_data.response - def _index_eaton_get_serialize( + def _index_draytek_get_serialize( self, page, limit, @@ -86934,7 +86940,7 @@ def _index_eaton_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/eaton', + resource_path='/index/draytek', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -86951,7 +86957,7 @@ def _index_eaton_get_serialize( @validate_call - def index_elastic_get( + def index_drupal_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -86986,10 +86992,10 @@ def index_elastic_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination: - """Return vulnerability data stored in index \"elastic\" + ) -> RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination: + """Return vulnerability data stored in index \"drupal\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` :param page: set the page number of the response :type page: int @@ -87055,7 +87061,7 @@ def index_elastic_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elastic_get_serialize( + _param = self._index_drupal_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87084,7 +87090,7 @@ def index_elastic_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", '404': "str", '500': "str", } @@ -87100,7 +87106,7 @@ def index_elastic_get( @validate_call - def index_elastic_get_with_http_info( + def index_drupal_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -87135,10 +87141,10 @@ def index_elastic_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination]: - """Return vulnerability data stored in index \"elastic\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination]: + """Return vulnerability data stored in index \"drupal\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` :param page: set the page number of the response :type page: int @@ -87204,7 +87210,7 @@ def index_elastic_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elastic_get_serialize( + _param = self._index_drupal_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87233,7 +87239,7 @@ def index_elastic_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", '404': "str", '500': "str", } @@ -87249,7 +87255,7 @@ def index_elastic_get_with_http_info( @validate_call - def index_elastic_get_without_preload_content( + def index_drupal_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -87285,9 +87291,9 @@ def index_elastic_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"elastic\" + """Return vulnerability data stored in index \"drupal\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Drupal Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/drupal?cursor=` :param page: set the page number of the response :type page: int @@ -87353,7 +87359,7 @@ def index_elastic_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elastic_get_serialize( + _param = self._index_drupal_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87382,7 +87388,7 @@ def index_elastic_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryDrupalPaginatePagination", '404': "str", '500': "str", } @@ -87393,7 +87399,7 @@ def index_elastic_get_without_preload_content( return response_data.response - def _index_elastic_get_serialize( + def _index_drupal_get_serialize( self, page, limit, @@ -87543,7 +87549,7 @@ def _index_elastic_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/elastic', + resource_path='/index/drupal', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -87560,7 +87566,7 @@ def _index_elastic_get_serialize( @validate_call - def index_elspec_get( + def index_eaton_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -87595,10 +87601,10 @@ def index_elspec_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination: - """Return vulnerability data stored in index \"elspec\" + ) -> RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"eaton\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` :param page: set the page number of the response :type page: int @@ -87664,7 +87670,7 @@ def index_elspec_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elspec_get_serialize( + _param = self._index_eaton_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87693,7 +87699,7 @@ def index_elspec_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -87709,7 +87715,7 @@ def index_elspec_get( @validate_call - def index_elspec_get_with_http_info( + def index_eaton_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -87744,10 +87750,10 @@ def index_elspec_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination]: - """Return vulnerability data stored in index \"elspec\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"eaton\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` :param page: set the page number of the response :type page: int @@ -87813,7 +87819,7 @@ def index_elspec_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elspec_get_serialize( + _param = self._index_eaton_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87842,7 +87848,7 @@ def index_elspec_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -87858,7 +87864,7 @@ def index_elspec_get_with_http_info( @validate_call - def index_elspec_get_without_preload_content( + def index_eaton_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -87894,9 +87900,9 @@ def index_elspec_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"elspec\" + """Return vulnerability data stored in index \"eaton\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Eaton Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eaton?cursor=` :param page: set the page number of the response :type page: int @@ -87962,7 +87968,7 @@ def index_elspec_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_elspec_get_serialize( + _param = self._index_eaton_get_serialize( page=page, limit=limit, cursor=cursor, @@ -87991,7 +87997,7 @@ def index_elspec_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEatonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -88002,7 +88008,7 @@ def index_elspec_get_without_preload_content( return response_data.response - def _index_elspec_get_serialize( + def _index_eaton_get_serialize( self, page, limit, @@ -88152,7 +88158,7 @@ def _index_elspec_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/elspec', + resource_path='/index/eaton', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -88169,7 +88175,7 @@ def _index_elspec_get_serialize( @validate_call - def index_emerging_threats_snort_get( + def index_elastic_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -88204,10 +88210,10 @@ def index_emerging_threats_snort_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination: - """Return vulnerability data stored in index \"emerging-threats-snort\" + ) -> RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination: + """Return vulnerability data stored in index \"elastic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` :param page: set the page number of the response :type page: int @@ -88273,7 +88279,7 @@ def index_emerging_threats_snort_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerging_threats_snort_get_serialize( + _param = self._index_elastic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -88302,7 +88308,7 @@ def index_emerging_threats_snort_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", '404': "str", '500': "str", } @@ -88318,7 +88324,7 @@ def index_emerging_threats_snort_get( @validate_call - def index_emerging_threats_snort_get_with_http_info( + def index_elastic_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -88353,10 +88359,10 @@ def index_emerging_threats_snort_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination]: - """Return vulnerability data stored in index \"emerging-threats-snort\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination]: + """Return vulnerability data stored in index \"elastic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` :param page: set the page number of the response :type page: int @@ -88422,7 +88428,7 @@ def index_emerging_threats_snort_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerging_threats_snort_get_serialize( + _param = self._index_elastic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -88451,7 +88457,7 @@ def index_emerging_threats_snort_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", '404': "str", '500': "str", } @@ -88467,7 +88473,7 @@ def index_emerging_threats_snort_get_with_http_info( @validate_call - def index_emerging_threats_snort_get_without_preload_content( + def index_elastic_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -88503,9 +88509,9 @@ def index_emerging_threats_snort_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"emerging-threats-snort\" + """Return vulnerability data stored in index \"elastic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elastic Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elastic?cursor=` :param page: set the page number of the response :type page: int @@ -88571,7 +88577,7 @@ def index_emerging_threats_snort_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerging_threats_snort_get_serialize( + _param = self._index_elastic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -88600,7 +88606,7 @@ def index_emerging_threats_snort_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElasticPaginatePagination", '404': "str", '500': "str", } @@ -88611,7 +88617,7 @@ def index_emerging_threats_snort_get_without_preload_content( return response_data.response - def _index_emerging_threats_snort_get_serialize( + def _index_elastic_get_serialize( self, page, limit, @@ -88761,7 +88767,7 @@ def _index_emerging_threats_snort_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/emerging-threats-snort', + resource_path='/index/elastic', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -88778,7 +88784,7 @@ def _index_emerging_threats_snort_get_serialize( @validate_call - def index_emerson_get( + def index_elspec_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -88813,10 +88819,10 @@ def index_emerson_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"emerson\" + ) -> RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination: + """Return vulnerability data stored in index \"elspec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` :param page: set the page number of the response :type page: int @@ -88882,7 +88888,7 @@ def index_emerson_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerson_get_serialize( + _param = self._index_elspec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -88911,7 +88917,7 @@ def index_emerson_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", '404': "str", '500': "str", } @@ -88927,7 +88933,7 @@ def index_emerson_get( @validate_call - def index_emerson_get_with_http_info( + def index_elspec_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -88962,10 +88968,10 @@ def index_emerson_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"emerson\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination]: + """Return vulnerability data stored in index \"elspec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` :param page: set the page number of the response :type page: int @@ -89031,7 +89037,7 @@ def index_emerson_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerson_get_serialize( + _param = self._index_elspec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -89060,7 +89066,7 @@ def index_emerson_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", '404': "str", '500': "str", } @@ -89076,7 +89082,7 @@ def index_emerson_get_with_http_info( @validate_call - def index_emerson_get_without_preload_content( + def index_elspec_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -89112,9 +89118,9 @@ def index_emerson_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"emerson\" + """Return vulnerability data stored in index \"elspec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Elspec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/elspec?cursor=` :param page: set the page number of the response :type page: int @@ -89180,7 +89186,7 @@ def index_emerson_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_emerson_get_serialize( + _param = self._index_elspec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -89209,7 +89215,7 @@ def index_emerson_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryElspecPaginatePagination", '404': "str", '500': "str", } @@ -89220,7 +89226,7 @@ def index_emerson_get_without_preload_content( return response_data.response - def _index_emerson_get_serialize( + def _index_elspec_get_serialize( self, page, limit, @@ -89370,7 +89376,7 @@ def _index_emerson_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/emerson', + resource_path='/index/elspec', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -89387,7 +89393,7 @@ def _index_emerson_get_serialize( @validate_call - def index_endoflife_get( + def index_emerging_threats_snort_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -89422,10 +89428,10 @@ def index_endoflife_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination: - """Return vulnerability data stored in index \"endoflife\" + ) -> RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination: + """Return vulnerability data stored in index \"emerging-threats-snort\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` :param page: set the page number of the response :type page: int @@ -89491,7 +89497,7 @@ def index_endoflife_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_endoflife_get_serialize( + _param = self._index_emerging_threats_snort_get_serialize( page=page, limit=limit, cursor=cursor, @@ -89520,7 +89526,7 @@ def index_endoflife_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", '404': "str", '500': "str", } @@ -89536,7 +89542,7 @@ def index_endoflife_get( @validate_call - def index_endoflife_get_with_http_info( + def index_emerging_threats_snort_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -89571,10 +89577,10 @@ def index_endoflife_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination]: - """Return vulnerability data stored in index \"endoflife\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination]: + """Return vulnerability data stored in index \"emerging-threats-snort\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` :param page: set the page number of the response :type page: int @@ -89640,7 +89646,7 @@ def index_endoflife_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_endoflife_get_serialize( + _param = self._index_emerging_threats_snort_get_serialize( page=page, limit=limit, cursor=cursor, @@ -89669,7 +89675,7 @@ def index_endoflife_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", '404': "str", '500': "str", } @@ -89685,7 +89691,7 @@ def index_endoflife_get_with_http_info( @validate_call - def index_endoflife_get_without_preload_content( + def index_emerging_threats_snort_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -89721,9 +89727,9 @@ def index_endoflife_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"endoflife\" + """Return vulnerability data stored in index \"emerging-threats-snort\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerging Threats Snort ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerging-threats-snort?cursor=` :param page: set the page number of the response :type page: int @@ -89789,7 +89795,7 @@ def index_endoflife_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_endoflife_get_serialize( + _param = self._index_emerging_threats_snort_get_serialize( page=page, limit=limit, cursor=cursor, @@ -89818,7 +89824,7 @@ def index_endoflife_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmergingThreatsSnortPaginatePagination", '404': "str", '500': "str", } @@ -89829,7 +89835,7 @@ def index_endoflife_get_without_preload_content( return response_data.response - def _index_endoflife_get_serialize( + def _index_emerging_threats_snort_get_serialize( self, page, limit, @@ -89979,7 +89985,7 @@ def _index_endoflife_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/endoflife', + resource_path='/index/emerging-threats-snort', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -89996,7 +90002,7 @@ def _index_endoflife_get_serialize( @validate_call - def index_eol_alibaba_get( + def index_emerson_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90031,10 +90037,10 @@ def index_eol_alibaba_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination: - """Return vulnerability data stored in index \"eol-alibaba\" + ) -> RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"emerson\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` :param page: set the page number of the response :type page: int @@ -90100,7 +90106,7 @@ def index_eol_alibaba_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_alibaba_get_serialize( + _param = self._index_emerson_get_serialize( page=page, limit=limit, cursor=cursor, @@ -90129,7 +90135,7 @@ def index_eol_alibaba_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -90145,7 +90151,7 @@ def index_eol_alibaba_get( @validate_call - def index_eol_alibaba_get_with_http_info( + def index_emerson_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90180,10 +90186,10 @@ def index_eol_alibaba_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination]: - """Return vulnerability data stored in index \"eol-alibaba\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"emerson\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` :param page: set the page number of the response :type page: int @@ -90249,7 +90255,7 @@ def index_eol_alibaba_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_alibaba_get_serialize( + _param = self._index_emerson_get_serialize( page=page, limit=limit, cursor=cursor, @@ -90278,7 +90284,7 @@ def index_eol_alibaba_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -90294,7 +90300,7 @@ def index_eol_alibaba_get_with_http_info( @validate_call - def index_eol_alibaba_get_without_preload_content( + def index_emerson_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90330,9 +90336,9 @@ def index_eol_alibaba_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"eol-alibaba\" + """Return vulnerability data stored in index \"emerson\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Emerson Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/emerson?cursor=` :param page: set the page number of the response :type page: int @@ -90398,7 +90404,7 @@ def index_eol_alibaba_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_alibaba_get_serialize( + _param = self._index_emerson_get_serialize( page=page, limit=limit, cursor=cursor, @@ -90427,7 +90433,7 @@ def index_eol_alibaba_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEmersonAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -90438,7 +90444,7 @@ def index_eol_alibaba_get_without_preload_content( return response_data.response - def _index_eol_alibaba_get_serialize( + def _index_emerson_get_serialize( self, page, limit, @@ -90588,7 +90594,7 @@ def _index_eol_alibaba_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/eol-alibaba', + resource_path='/index/emerson', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -90605,7 +90611,7 @@ def _index_eol_alibaba_get_serialize( @validate_call - def index_eol_get( + def index_endoflife_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90640,10 +90646,10 @@ def index_eol_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination: - """Return vulnerability data stored in index \"eol\" + ) -> RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination: + """Return vulnerability data stored in index \"endoflife\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` :param page: set the page number of the response :type page: int @@ -90709,7 +90715,7 @@ def index_eol_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_get_serialize( + _param = self._index_endoflife_get_serialize( page=page, limit=limit, cursor=cursor, @@ -90738,7 +90744,7 @@ def index_eol_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", '404': "str", '500': "str", } @@ -90754,7 +90760,7 @@ def index_eol_get( @validate_call - def index_eol_get_with_http_info( + def index_endoflife_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90789,10 +90795,10 @@ def index_eol_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination]: - """Return vulnerability data stored in index \"eol\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination]: + """Return vulnerability data stored in index \"endoflife\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` :param page: set the page number of the response :type page: int @@ -90858,7 +90864,7 @@ def index_eol_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_get_serialize( + _param = self._index_endoflife_get_serialize( page=page, limit=limit, cursor=cursor, @@ -90887,7 +90893,7 @@ def index_eol_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", '404': "str", '500': "str", } @@ -90903,7 +90909,7 @@ def index_eol_get_with_http_info( @validate_call - def index_eol_get_without_preload_content( + def index_endoflife_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -90939,9 +90945,9 @@ def index_eol_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"eol\" + """Return vulnerability data stored in index \"endoflife\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** End Of Life ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/endoflife?cursor=` :param page: set the page number of the response :type page: int @@ -91007,7 +91013,7 @@ def index_eol_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_get_serialize( + _param = self._index_endoflife_get_serialize( page=page, limit=limit, cursor=cursor, @@ -91036,7 +91042,7 @@ def index_eol_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEndOfLifePaginatePagination", '404': "str", '500': "str", } @@ -91047,7 +91053,7 @@ def index_eol_get_without_preload_content( return response_data.response - def _index_eol_get_serialize( + def _index_endoflife_get_serialize( self, page, limit, @@ -91197,7 +91203,7 @@ def _index_eol_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/eol', + resource_path='/index/endoflife', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -91214,7 +91220,7 @@ def _index_eol_get_serialize( @validate_call - def index_eol_microsoft_get( + def index_eol_alibaba_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -91249,10 +91255,10 @@ def index_eol_microsoft_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination: - """Return vulnerability data stored in index \"eol-microsoft\" + ) -> RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination: + """Return vulnerability data stored in index \"eol-alibaba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` :param page: set the page number of the response :type page: int @@ -91318,7 +91324,7 @@ def index_eol_microsoft_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_microsoft_get_serialize( + _param = self._index_eol_alibaba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -91347,7 +91353,7 @@ def index_eol_microsoft_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", '404': "str", '500': "str", } @@ -91363,7 +91369,7 @@ def index_eol_microsoft_get( @validate_call - def index_eol_microsoft_get_with_http_info( + def index_eol_alibaba_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -91398,10 +91404,10 @@ def index_eol_microsoft_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination]: - """Return vulnerability data stored in index \"eol-microsoft\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination]: + """Return vulnerability data stored in index \"eol-alibaba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` :param page: set the page number of the response :type page: int @@ -91467,7 +91473,7 @@ def index_eol_microsoft_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_microsoft_get_serialize( + _param = self._index_eol_alibaba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -91496,7 +91502,7 @@ def index_eol_microsoft_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", '404': "str", '500': "str", } @@ -91512,7 +91518,7 @@ def index_eol_microsoft_get_with_http_info( @validate_call - def index_eol_microsoft_get_without_preload_content( + def index_eol_alibaba_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -91548,9 +91554,9 @@ def index_eol_microsoft_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"eol-microsoft\" + """Return vulnerability data stored in index \"eol-alibaba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Alibaba EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-alibaba?cursor=` :param page: set the page number of the response :type page: int @@ -91616,7 +91622,7 @@ def index_eol_microsoft_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_eol_microsoft_get_serialize( + _param = self._index_eol_alibaba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -91645,7 +91651,7 @@ def index_eol_microsoft_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLAlibabaPaginatePagination", '404': "str", '500': "str", } @@ -91656,7 +91662,7 @@ def index_eol_microsoft_get_without_preload_content( return response_data.response - def _index_eol_microsoft_get_serialize( + def _index_eol_alibaba_get_serialize( self, page, limit, @@ -91806,7 +91812,7 @@ def _index_eol_microsoft_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/eol-microsoft', + resource_path='/index/eol-alibaba', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -91823,7 +91829,7 @@ def _index_eol_microsoft_get_serialize( @validate_call - def index_epss_get( + def index_eol_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -91858,10 +91864,10 @@ def index_epss_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination: - """Return vulnerability data stored in index \"epss\" + ) -> RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination: + """Return vulnerability data stored in index \"eol\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` :param page: set the page number of the response :type page: int @@ -91927,7 +91933,7 @@ def index_epss_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_epss_get_serialize( + _param = self._index_eol_get_serialize( page=page, limit=limit, cursor=cursor, @@ -91956,7 +91962,7 @@ def index_epss_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", '404': "str", '500': "str", } @@ -91972,7 +91978,7 @@ def index_epss_get( @validate_call - def index_epss_get_with_http_info( + def index_eol_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -92007,10 +92013,10 @@ def index_epss_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination]: - """Return vulnerability data stored in index \"epss\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination]: + """Return vulnerability data stored in index \"eol\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` :param page: set the page number of the response :type page: int @@ -92076,7 +92082,7 @@ def index_epss_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_epss_get_serialize( + _param = self._index_eol_get_serialize( page=page, limit=limit, cursor=cursor, @@ -92105,7 +92111,7 @@ def index_epss_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", '404': "str", '500': "str", } @@ -92121,7 +92127,7 @@ def index_epss_get_with_http_info( @validate_call - def index_epss_get_without_preload_content( + def index_eol_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -92157,9 +92163,9 @@ def index_epss_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"epss\" + """Return vulnerability data stored in index \"eol\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck EOL Coverage ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol?cursor=` :param page: set the page number of the response :type page: int @@ -92225,7 +92231,7 @@ def index_epss_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_epss_get_serialize( + _param = self._index_eol_get_serialize( page=page, limit=limit, cursor=cursor, @@ -92254,7 +92260,7 @@ def index_epss_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLReleaseDataPaginatePagination", '404': "str", '500': "str", } @@ -92265,7 +92271,7 @@ def index_epss_get_without_preload_content( return response_data.response - def _index_epss_get_serialize( + def _index_eol_get_serialize( self, page, limit, @@ -92415,7 +92421,7 @@ def _index_epss_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/epss', + resource_path='/index/eol', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -92432,7 +92438,7 @@ def _index_epss_get_serialize( @validate_call - def index_euvd_get( + def index_eol_microsoft_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -92467,10 +92473,10 @@ def index_euvd_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination: - """Return vulnerability data stored in index \"euvd\" + ) -> RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination: + """Return vulnerability data stored in index \"eol-microsoft\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` :param page: set the page number of the response :type page: int @@ -92536,7 +92542,7 @@ def index_euvd_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_euvd_get_serialize( + _param = self._index_eol_microsoft_get_serialize( page=page, limit=limit, cursor=cursor, @@ -92565,7 +92571,7 @@ def index_euvd_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", '404': "str", '500': "str", } @@ -92581,7 +92587,7 @@ def index_euvd_get( @validate_call - def index_euvd_get_with_http_info( + def index_eol_microsoft_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -92616,10 +92622,10 @@ def index_euvd_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination]: - """Return vulnerability data stored in index \"euvd\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination]: + """Return vulnerability data stored in index \"eol-microsoft\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` :param page: set the page number of the response :type page: int @@ -92685,7 +92691,7 @@ def index_euvd_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_euvd_get_serialize( + _param = self._index_eol_microsoft_get_serialize( page=page, limit=limit, cursor=cursor, @@ -92714,7 +92720,7 @@ def index_euvd_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", '404': "str", '500': "str", } @@ -92730,7 +92736,7 @@ def index_euvd_get_with_http_info( @validate_call - def index_euvd_get_without_preload_content( + def index_eol_microsoft_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -92766,9 +92772,9 @@ def index_euvd_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"euvd\" + """Return vulnerability data stored in index \"eol-microsoft\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft EOL ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/eol-microsoft?cursor=` :param page: set the page number of the response :type page: int @@ -92834,7 +92840,7 @@ def index_euvd_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_euvd_get_serialize( + _param = self._index_eol_microsoft_get_serialize( page=page, limit=limit, cursor=cursor, @@ -92863,7 +92869,7 @@ def index_euvd_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEOLMicrosoftPaginatePagination", '404': "str", '500': "str", } @@ -92874,7 +92880,7 @@ def index_euvd_get_without_preload_content( return response_data.response - def _index_euvd_get_serialize( + def _index_eol_microsoft_get_serialize( self, page, limit, @@ -93024,7 +93030,7 @@ def _index_euvd_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/euvd', + resource_path='/index/eol-microsoft', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -93041,7 +93047,7 @@ def _index_euvd_get_serialize( @validate_call - def index_exodus_intel_get( + def index_epss_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93076,10 +93082,10 @@ def index_exodus_intel_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination: - """Return vulnerability data stored in index \"exodus-intel\" + ) -> RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination: + """Return vulnerability data stored in index \"epss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` :param page: set the page number of the response :type page: int @@ -93145,7 +93151,7 @@ def index_exodus_intel_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exodus_intel_get_serialize( + _param = self._index_epss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -93174,7 +93180,7 @@ def index_exodus_intel_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", '404': "str", '500': "str", } @@ -93190,7 +93196,7 @@ def index_exodus_intel_get( @validate_call - def index_exodus_intel_get_with_http_info( + def index_epss_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93225,10 +93231,10 @@ def index_exodus_intel_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination]: - """Return vulnerability data stored in index \"exodus-intel\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination]: + """Return vulnerability data stored in index \"epss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` :param page: set the page number of the response :type page: int @@ -93294,7 +93300,7 @@ def index_exodus_intel_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exodus_intel_get_serialize( + _param = self._index_epss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -93323,7 +93329,7 @@ def index_exodus_intel_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", '404': "str", '500': "str", } @@ -93339,7 +93345,7 @@ def index_exodus_intel_get_with_http_info( @validate_call - def index_exodus_intel_get_without_preload_content( + def index_epss_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93375,9 +93381,9 @@ def index_exodus_intel_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"exodus-intel\" + """Return vulnerability data stored in index \"epss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the epss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** EPSS Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/epss?cursor=` :param page: set the page number of the response :type page: int @@ -93443,7 +93449,7 @@ def index_exodus_intel_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exodus_intel_get_serialize( + _param = self._index_epss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -93472,7 +93478,7 @@ def index_exodus_intel_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiEPSSDataPaginatePagination", '404': "str", '500': "str", } @@ -93483,7 +93489,7 @@ def index_exodus_intel_get_without_preload_content( return response_data.response - def _index_exodus_intel_get_serialize( + def _index_epss_get_serialize( self, page, limit, @@ -93633,7 +93639,7 @@ def _index_exodus_intel_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/exodus-intel', + resource_path='/index/epss', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -93650,7 +93656,7 @@ def _index_exodus_intel_get_serialize( @validate_call - def index_exploit_chains_get( + def index_euvd_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93685,10 +93691,10 @@ def index_exploit_chains_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiExploitChainPaginatePagination: - """Return vulnerability data stored in index \"exploit-chains\" + ) -> RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination: + """Return vulnerability data stored in index \"euvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` :param page: set the page number of the response :type page: int @@ -93754,7 +93760,7 @@ def index_exploit_chains_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploit_chains_get_serialize( + _param = self._index_euvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -93783,7 +93789,7 @@ def index_exploit_chains_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", '404': "str", '500': "str", } @@ -93799,7 +93805,7 @@ def index_exploit_chains_get( @validate_call - def index_exploit_chains_get_with_http_info( + def index_euvd_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93834,10 +93840,10 @@ def index_exploit_chains_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitChainPaginatePagination]: - """Return vulnerability data stored in index \"exploit-chains\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination]: + """Return vulnerability data stored in index \"euvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` :param page: set the page number of the response :type page: int @@ -93903,7 +93909,7 @@ def index_exploit_chains_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploit_chains_get_serialize( + _param = self._index_euvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -93932,7 +93938,7 @@ def index_exploit_chains_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", '404': "str", '500': "str", } @@ -93948,7 +93954,7 @@ def index_exploit_chains_get_with_http_info( @validate_call - def index_exploit_chains_get_without_preload_content( + def index_euvd_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -93984,9 +93990,9 @@ def index_exploit_chains_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"exploit-chains\" + """Return vulnerability data stored in index \"euvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** European Union Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/euvd?cursor=` :param page: set the page number of the response :type page: int @@ -94052,7 +94058,7 @@ def index_exploit_chains_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploit_chains_get_serialize( + _param = self._index_euvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -94081,7 +94087,7 @@ def index_exploit_chains_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryEUVDPaginatePagination", '404': "str", '500': "str", } @@ -94092,7 +94098,7 @@ def index_exploit_chains_get_without_preload_content( return response_data.response - def _index_exploit_chains_get_serialize( + def _index_euvd_get_serialize( self, page, limit, @@ -94242,7 +94248,7 @@ def _index_exploit_chains_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/exploit-chains', + resource_path='/index/euvd', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -94259,7 +94265,7 @@ def _index_exploit_chains_get_serialize( @validate_call - def index_exploitdb_get( + def index_exodus_intel_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -94294,10 +94300,10 @@ def index_exploitdb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination: - """Return vulnerability data stored in index \"exploitdb\" + ) -> RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination: + """Return vulnerability data stored in index \"exodus-intel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` :param page: set the page number of the response :type page: int @@ -94363,7 +94369,7 @@ def index_exploitdb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploitdb_get_serialize( + _param = self._index_exodus_intel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -94392,7 +94398,7 @@ def index_exploitdb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", '404': "str", '500': "str", } @@ -94408,7 +94414,7 @@ def index_exploitdb_get( @validate_call - def index_exploitdb_get_with_http_info( + def index_exodus_intel_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -94443,10 +94449,10 @@ def index_exploitdb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination]: - """Return vulnerability data stored in index \"exploitdb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination]: + """Return vulnerability data stored in index \"exodus-intel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` :param page: set the page number of the response :type page: int @@ -94512,7 +94518,7 @@ def index_exploitdb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploitdb_get_serialize( + _param = self._index_exodus_intel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -94541,7 +94547,7 @@ def index_exploitdb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", '404': "str", '500': "str", } @@ -94557,7 +94563,7 @@ def index_exploitdb_get_with_http_info( @validate_call - def index_exploitdb_get_without_preload_content( + def index_exodus_intel_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -94593,9 +94599,9 @@ def index_exploitdb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"exploitdb\" + """Return vulnerability data stored in index \"exodus-intel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Exodus Intelligence Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exodus-intel?cursor=` :param page: set the page number of the response :type page: int @@ -94661,7 +94667,7 @@ def index_exploitdb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploitdb_get_serialize( + _param = self._index_exodus_intel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -94690,7 +94696,7 @@ def index_exploitdb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExodusIntelPaginatePagination", '404': "str", '500': "str", } @@ -94701,7 +94707,7 @@ def index_exploitdb_get_without_preload_content( return response_data.response - def _index_exploitdb_get_serialize( + def _index_exodus_intel_get_serialize( self, page, limit, @@ -94851,7 +94857,7 @@ def _index_exploitdb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/exploitdb', + resource_path='/index/exodus-intel', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -94868,7 +94874,7 @@ def _index_exploitdb_get_serialize( @validate_call - def index_exploits_changelog_get( + def index_exploit_chains_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -94903,10 +94909,10 @@ def index_exploits_changelog_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination: - """Return vulnerability data stored in index \"exploits-changelog\" + ) -> RenderResponseWithMetadataArrayApiExploitChainPaginatePagination: + """Return vulnerability data stored in index \"exploit-chains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` :param page: set the page number of the response :type page: int @@ -94972,7 +94978,7 @@ def index_exploits_changelog_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_changelog_get_serialize( + _param = self._index_exploit_chains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95001,7 +95007,7 @@ def index_exploits_changelog_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", '404': "str", '500': "str", } @@ -95017,7 +95023,7 @@ def index_exploits_changelog_get( @validate_call - def index_exploits_changelog_get_with_http_info( + def index_exploit_chains_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -95052,10 +95058,10 @@ def index_exploits_changelog_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination]: - """Return vulnerability data stored in index \"exploits-changelog\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitChainPaginatePagination]: + """Return vulnerability data stored in index \"exploit-chains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` :param page: set the page number of the response :type page: int @@ -95121,7 +95127,7 @@ def index_exploits_changelog_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_changelog_get_serialize( + _param = self._index_exploit_chains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95150,7 +95156,7 @@ def index_exploits_changelog_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", '404': "str", '500': "str", } @@ -95166,7 +95172,7 @@ def index_exploits_changelog_get_with_http_info( @validate_call - def index_exploits_changelog_get_without_preload_content( + def index_exploit_chains_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -95202,9 +95208,9 @@ def index_exploits_changelog_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"exploits-changelog\" + """Return vulnerability data stored in index \"exploit-chains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Chains ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploit-chains?cursor=` :param page: set the page number of the response :type page: int @@ -95270,7 +95276,7 @@ def index_exploits_changelog_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_changelog_get_serialize( + _param = self._index_exploit_chains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95299,7 +95305,7 @@ def index_exploits_changelog_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitChainPaginatePagination", '404': "str", '500': "str", } @@ -95310,7 +95316,7 @@ def index_exploits_changelog_get_without_preload_content( return response_data.response - def _index_exploits_changelog_get_serialize( + def _index_exploit_chains_get_serialize( self, page, limit, @@ -95460,7 +95466,7 @@ def _index_exploits_changelog_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/exploits-changelog', + resource_path='/index/exploit-chains', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -95477,7 +95483,7 @@ def _index_exploits_changelog_get_serialize( @validate_call - def index_exploits_get( + def index_exploitdb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -95512,10 +95518,10 @@ def index_exploits_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination: - """Return vulnerability data stored in index \"exploits\" + ) -> RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination: + """Return vulnerability data stored in index \"exploitdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` :param page: set the page number of the response :type page: int @@ -95581,7 +95587,7 @@ def index_exploits_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_get_serialize( + _param = self._index_exploitdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95610,7 +95616,7 @@ def index_exploits_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", '404': "str", '500': "str", } @@ -95626,7 +95632,7 @@ def index_exploits_get( @validate_call - def index_exploits_get_with_http_info( + def index_exploitdb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -95661,10 +95667,10 @@ def index_exploits_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination]: - """Return vulnerability data stored in index \"exploits\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination]: + """Return vulnerability data stored in index \"exploitdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` :param page: set the page number of the response :type page: int @@ -95730,7 +95736,7 @@ def index_exploits_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_get_serialize( + _param = self._index_exploitdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95759,7 +95765,7 @@ def index_exploits_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", '404': "str", '500': "str", } @@ -95775,7 +95781,7 @@ def index_exploits_get_with_http_info( @validate_call - def index_exploits_get_without_preload_content( + def index_exploitdb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -95811,9 +95817,9 @@ def index_exploits_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"exploits\" + """Return vulnerability data stored in index \"exploitdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Exploit Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploitdb?cursor=` :param page: set the page number of the response :type page: int @@ -95879,7 +95885,7 @@ def index_exploits_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_exploits_get_serialize( + _param = self._index_exploitdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -95908,7 +95914,7 @@ def index_exploits_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryExploitDBExploitv2PaginatePagination", '404': "str", '500': "str", } @@ -95919,7 +95925,7 @@ def index_exploits_get_without_preload_content( return response_data.response - def _index_exploits_get_serialize( + def _index_exploitdb_get_serialize( self, page, limit, @@ -96069,7 +96075,7 @@ def _index_exploits_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/exploits', + resource_path='/index/exploitdb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -96086,7 +96092,7 @@ def _index_exploits_get_serialize( @validate_call - def index_f5_get( + def index_exploits_changelog_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -96121,10 +96127,10 @@ def index_f5_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination: - """Return vulnerability data stored in index \"f5\" + ) -> RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination: + """Return vulnerability data stored in index \"exploits-changelog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` :param page: set the page number of the response :type page: int @@ -96190,7 +96196,7 @@ def index_f5_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f5_get_serialize( + _param = self._index_exploits_changelog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -96219,7 +96225,7 @@ def index_f5_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", '404': "str", '500': "str", } @@ -96235,7 +96241,7 @@ def index_f5_get( @validate_call - def index_f5_get_with_http_info( + def index_exploits_changelog_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -96270,10 +96276,10 @@ def index_f5_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination]: - """Return vulnerability data stored in index \"f5\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination]: + """Return vulnerability data stored in index \"exploits-changelog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` :param page: set the page number of the response :type page: int @@ -96339,7 +96345,7 @@ def index_f5_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f5_get_serialize( + _param = self._index_exploits_changelog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -96368,7 +96374,7 @@ def index_f5_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", '404': "str", '500': "str", } @@ -96384,7 +96390,7 @@ def index_f5_get_with_http_info( @validate_call - def index_f5_get_without_preload_content( + def index_exploits_changelog_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -96420,9 +96426,9 @@ def index_f5_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"f5\" + """Return vulnerability data stored in index \"exploits-changelog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Changelog for VC Exploits Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits-changelog?cursor=` :param page: set the page number of the response :type page: int @@ -96488,7 +96494,7 @@ def index_f5_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f5_get_serialize( + _param = self._index_exploits_changelog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -96517,7 +96523,7 @@ def index_f5_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitsChangelogPaginatePagination", '404': "str", '500': "str", } @@ -96528,7 +96534,7 @@ def index_f5_get_without_preload_content( return response_data.response - def _index_f5_get_serialize( + def _index_exploits_changelog_get_serialize( self, page, limit, @@ -96678,7 +96684,7 @@ def _index_f5_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/f5', + resource_path='/index/exploits-changelog', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -96695,7 +96701,7 @@ def _index_f5_get_serialize( @validate_call - def index_f_secure_get( + def index_exploits_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -96730,10 +96736,10 @@ def index_f_secure_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination: - """Return vulnerability data stored in index \"f-secure\" + ) -> RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination: + """Return vulnerability data stored in index \"exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` :param page: set the page number of the response :type page: int @@ -96799,7 +96805,7 @@ def index_f_secure_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f_secure_get_serialize( + _param = self._index_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -96828,7 +96834,7 @@ def index_f_secure_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", '404': "str", '500': "str", } @@ -96844,7 +96850,7 @@ def index_f_secure_get( @validate_call - def index_f_secure_get_with_http_info( + def index_exploits_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -96879,10 +96885,10 @@ def index_f_secure_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination]: - """Return vulnerability data stored in index \"f-secure\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination]: + """Return vulnerability data stored in index \"exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` :param page: set the page number of the response :type page: int @@ -96948,7 +96954,7 @@ def index_f_secure_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f_secure_get_serialize( + _param = self._index_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -96977,7 +96983,7 @@ def index_f_secure_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", '404': "str", '500': "str", } @@ -96993,7 +96999,7 @@ def index_f_secure_get_with_http_info( @validate_call - def index_f_secure_get_without_preload_content( + def index_exploits_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -97029,9 +97035,9 @@ def index_f_secure_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"f-secure\" + """Return vulnerability data stored in index \"exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Exploit Intelligence Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/exploits?cursor=` :param page: set the page number of the response :type page: int @@ -97097,7 +97103,7 @@ def index_f_secure_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_f_secure_get_serialize( + _param = self._index_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -97126,7 +97132,7 @@ def index_f_secure_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiExploitV3ResultPaginatePagination", '404': "str", '500': "str", } @@ -97137,7 +97143,7 @@ def index_f_secure_get_without_preload_content( return response_data.response - def _index_f_secure_get_serialize( + def _index_exploits_get_serialize( self, page, limit, @@ -97287,7 +97293,7 @@ def _index_f_secure_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/f-secure', + resource_path='/index/exploits', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -97304,7 +97310,7 @@ def _index_f_secure_get_serialize( @validate_call - def index_fanuc_get( + def index_f5_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -97339,10 +97345,10 @@ def index_fanuc_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination: - """Return vulnerability data stored in index \"fanuc\" + ) -> RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination: + """Return vulnerability data stored in index \"f5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` :param page: set the page number of the response :type page: int @@ -97408,7 +97414,7 @@ def index_fanuc_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fanuc_get_serialize( + _param = self._index_f5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -97437,7 +97443,7 @@ def index_fanuc_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", '404': "str", '500': "str", } @@ -97453,7 +97459,7 @@ def index_fanuc_get( @validate_call - def index_fanuc_get_with_http_info( + def index_f5_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -97488,10 +97494,10 @@ def index_fanuc_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination]: - """Return vulnerability data stored in index \"fanuc\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination]: + """Return vulnerability data stored in index \"f5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` :param page: set the page number of the response :type page: int @@ -97557,7 +97563,7 @@ def index_fanuc_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fanuc_get_serialize( + _param = self._index_f5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -97586,7 +97592,7 @@ def index_fanuc_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", '404': "str", '500': "str", } @@ -97602,7 +97608,7 @@ def index_fanuc_get_with_http_info( @validate_call - def index_fanuc_get_without_preload_content( + def index_f5_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -97638,9 +97644,9 @@ def index_fanuc_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"fanuc\" + """Return vulnerability data stored in index \"f5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F5 Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f5?cursor=` :param page: set the page number of the response :type page: int @@ -97706,7 +97712,7 @@ def index_fanuc_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fanuc_get_serialize( + _param = self._index_f5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -97735,7 +97741,7 @@ def index_fanuc_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryF5PaginatePagination", '404': "str", '500': "str", } @@ -97746,7 +97752,7 @@ def index_fanuc_get_without_preload_content( return response_data.response - def _index_fanuc_get_serialize( + def _index_f5_get_serialize( self, page, limit, @@ -97896,7 +97902,7 @@ def _index_fanuc_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/fanuc', + resource_path='/index/f5', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -97913,7 +97919,7 @@ def _index_fanuc_get_serialize( @validate_call - def index_fastly_get( + def index_f_secure_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -97948,10 +97954,10 @@ def index_fastly_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination: - """Return vulnerability data stored in index \"fastly\" + ) -> RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination: + """Return vulnerability data stored in index \"f-secure\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` :param page: set the page number of the response :type page: int @@ -98017,7 +98023,7 @@ def index_fastly_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fastly_get_serialize( + _param = self._index_f_secure_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98046,7 +98052,7 @@ def index_fastly_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", '404': "str", '500': "str", } @@ -98062,7 +98068,7 @@ def index_fastly_get( @validate_call - def index_fastly_get_with_http_info( + def index_f_secure_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -98097,10 +98103,10 @@ def index_fastly_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination]: - """Return vulnerability data stored in index \"fastly\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination]: + """Return vulnerability data stored in index \"f-secure\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` :param page: set the page number of the response :type page: int @@ -98166,7 +98172,7 @@ def index_fastly_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fastly_get_serialize( + _param = self._index_f_secure_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98195,7 +98201,7 @@ def index_fastly_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", '404': "str", '500': "str", } @@ -98211,7 +98217,7 @@ def index_fastly_get_with_http_info( @validate_call - def index_fastly_get_without_preload_content( + def index_f_secure_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -98247,9 +98253,9 @@ def index_fastly_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"fastly\" + """Return vulnerability data stored in index \"f-secure\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** F-Secure Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/f-secure?cursor=` :param page: set the page number of the response :type page: int @@ -98315,7 +98321,7 @@ def index_fastly_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fastly_get_serialize( + _param = self._index_f_secure_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98344,7 +98350,7 @@ def index_fastly_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFSecurePaginatePagination", '404': "str", '500': "str", } @@ -98355,7 +98361,7 @@ def index_fastly_get_without_preload_content( return response_data.response - def _index_fastly_get_serialize( + def _index_f_secure_get_serialize( self, page, limit, @@ -98505,7 +98511,7 @@ def _index_fastly_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/fastly', + resource_path='/index/f-secure', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -98522,7 +98528,7 @@ def _index_fastly_get_serialize( @validate_call - def index_fedora_get( + def index_fanuc_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -98557,10 +98563,10 @@ def index_fedora_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination: - """Return vulnerability data stored in index \"fedora\" + ) -> RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination: + """Return vulnerability data stored in index \"fanuc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` :param page: set the page number of the response :type page: int @@ -98626,7 +98632,7 @@ def index_fedora_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fedora_get_serialize( + _param = self._index_fanuc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98655,7 +98661,7 @@ def index_fedora_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", '404': "str", '500': "str", } @@ -98671,7 +98677,7 @@ def index_fedora_get( @validate_call - def index_fedora_get_with_http_info( + def index_fanuc_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -98706,10 +98712,10 @@ def index_fedora_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination]: - """Return vulnerability data stored in index \"fedora\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination]: + """Return vulnerability data stored in index \"fanuc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` :param page: set the page number of the response :type page: int @@ -98775,7 +98781,7 @@ def index_fedora_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fedora_get_serialize( + _param = self._index_fanuc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98804,7 +98810,7 @@ def index_fedora_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", '404': "str", '500': "str", } @@ -98820,7 +98826,7 @@ def index_fedora_get_with_http_info( @validate_call - def index_fedora_get_without_preload_content( + def index_fanuc_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -98856,9 +98862,9 @@ def index_fedora_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"fedora\" + """Return vulnerability data stored in index \"fanuc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fanuc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fanuc?cursor=` :param page: set the page number of the response :type page: int @@ -98924,7 +98930,7 @@ def index_fedora_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fedora_get_serialize( + _param = self._index_fanuc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -98953,7 +98959,7 @@ def index_fedora_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFanucPaginatePagination", '404': "str", '500': "str", } @@ -98964,7 +98970,7 @@ def index_fedora_get_without_preload_content( return response_data.response - def _index_fedora_get_serialize( + def _index_fanuc_get_serialize( self, page, limit, @@ -99114,7 +99120,7 @@ def _index_fedora_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/fedora', + resource_path='/index/fanuc', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -99131,7 +99137,7 @@ def _index_fedora_get_serialize( @validate_call - def index_festo_get( + def index_fastly_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -99166,10 +99172,10 @@ def index_festo_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination: - """Return vulnerability data stored in index \"festo\" + ) -> RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination: + """Return vulnerability data stored in index \"fastly\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` :param page: set the page number of the response :type page: int @@ -99235,7 +99241,7 @@ def index_festo_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_festo_get_serialize( + _param = self._index_fastly_get_serialize( page=page, limit=limit, cursor=cursor, @@ -99264,7 +99270,7 @@ def index_festo_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", '404': "str", '500': "str", } @@ -99280,7 +99286,7 @@ def index_festo_get( @validate_call - def index_festo_get_with_http_info( + def index_fastly_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -99315,10 +99321,10 @@ def index_festo_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination]: - """Return vulnerability data stored in index \"festo\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination]: + """Return vulnerability data stored in index \"fastly\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` :param page: set the page number of the response :type page: int @@ -99384,7 +99390,7 @@ def index_festo_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_festo_get_serialize( + _param = self._index_fastly_get_serialize( page=page, limit=limit, cursor=cursor, @@ -99413,7 +99419,7 @@ def index_festo_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", '404': "str", '500': "str", } @@ -99429,7 +99435,7 @@ def index_festo_get_with_http_info( @validate_call - def index_festo_get_without_preload_content( + def index_fastly_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -99465,9 +99471,9 @@ def index_festo_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"festo\" + """Return vulnerability data stored in index \"fastly\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fastly Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fastly?cursor=` :param page: set the page number of the response :type page: int @@ -99533,7 +99539,7 @@ def index_festo_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_festo_get_serialize( + _param = self._index_fastly_get_serialize( page=page, limit=limit, cursor=cursor, @@ -99562,7 +99568,7 @@ def index_festo_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFastlyPaginatePagination", '404': "str", '500': "str", } @@ -99573,7 +99579,7 @@ def index_festo_get_without_preload_content( return response_data.response - def _index_festo_get_serialize( + def _index_fastly_get_serialize( self, page, limit, @@ -99723,7 +99729,7 @@ def _index_festo_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/festo', + resource_path='/index/fastly', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -99740,7 +99746,7 @@ def _index_festo_get_serialize( @validate_call - def index_filecloud_get( + def index_fedora_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -99775,10 +99781,10 @@ def index_filecloud_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination: - """Return vulnerability data stored in index \"filecloud\" + ) -> RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination: + """Return vulnerability data stored in index \"fedora\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` :param page: set the page number of the response :type page: int @@ -99844,7 +99850,7 @@ def index_filecloud_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filecloud_get_serialize( + _param = self._index_fedora_get_serialize( page=page, limit=limit, cursor=cursor, @@ -99873,7 +99879,7 @@ def index_filecloud_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", '404': "str", '500': "str", } @@ -99889,7 +99895,7 @@ def index_filecloud_get( @validate_call - def index_filecloud_get_with_http_info( + def index_fedora_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -99924,10 +99930,10 @@ def index_filecloud_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination]: - """Return vulnerability data stored in index \"filecloud\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination]: + """Return vulnerability data stored in index \"fedora\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` :param page: set the page number of the response :type page: int @@ -99993,7 +99999,7 @@ def index_filecloud_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filecloud_get_serialize( + _param = self._index_fedora_get_serialize( page=page, limit=limit, cursor=cursor, @@ -100022,7 +100028,7 @@ def index_filecloud_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", '404': "str", '500': "str", } @@ -100038,7 +100044,7 @@ def index_filecloud_get_with_http_info( @validate_call - def index_filecloud_get_without_preload_content( + def index_fedora_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -100074,9 +100080,9 @@ def index_filecloud_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"filecloud\" + """Return vulnerability data stored in index \"fedora\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fedora Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fedora?cursor=` :param page: set the page number of the response :type page: int @@ -100142,7 +100148,7 @@ def index_filecloud_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filecloud_get_serialize( + _param = self._index_fedora_get_serialize( page=page, limit=limit, cursor=cursor, @@ -100171,7 +100177,7 @@ def index_filecloud_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryUpdatePaginatePagination", '404': "str", '500': "str", } @@ -100182,7 +100188,7 @@ def index_filecloud_get_without_preload_content( return response_data.response - def _index_filecloud_get_serialize( + def _index_fedora_get_serialize( self, page, limit, @@ -100332,7 +100338,7 @@ def _index_filecloud_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/filecloud', + resource_path='/index/fedora', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -100349,7 +100355,7 @@ def _index_filecloud_get_serialize( @validate_call - def index_filezilla_get( + def index_festo_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -100384,10 +100390,10 @@ def index_filezilla_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination: - """Return vulnerability data stored in index \"filezilla\" + ) -> RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination: + """Return vulnerability data stored in index \"festo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` :param page: set the page number of the response :type page: int @@ -100453,7 +100459,7 @@ def index_filezilla_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filezilla_get_serialize( + _param = self._index_festo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -100482,7 +100488,7 @@ def index_filezilla_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", '404': "str", '500': "str", } @@ -100498,7 +100504,7 @@ def index_filezilla_get( @validate_call - def index_filezilla_get_with_http_info( + def index_festo_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -100533,10 +100539,10 @@ def index_filezilla_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination]: - """Return vulnerability data stored in index \"filezilla\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination]: + """Return vulnerability data stored in index \"festo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` :param page: set the page number of the response :type page: int @@ -100602,7 +100608,7 @@ def index_filezilla_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filezilla_get_serialize( + _param = self._index_festo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -100631,7 +100637,7 @@ def index_filezilla_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", '404': "str", '500': "str", } @@ -100647,7 +100653,7 @@ def index_filezilla_get_with_http_info( @validate_call - def index_filezilla_get_without_preload_content( + def index_festo_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -100683,9 +100689,9 @@ def index_filezilla_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"filezilla\" + """Return vulnerability data stored in index \"festo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the festo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Festo Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/festo?cursor=` :param page: set the page number of the response :type page: int @@ -100751,7 +100757,7 @@ def index_filezilla_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_filezilla_get_serialize( + _param = self._index_festo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -100780,7 +100786,7 @@ def index_filezilla_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFestoPaginatePagination", '404': "str", '500': "str", } @@ -100791,7 +100797,7 @@ def index_filezilla_get_without_preload_content( return response_data.response - def _index_filezilla_get_serialize( + def _index_festo_get_serialize( self, page, limit, @@ -100941,7 +100947,7 @@ def _index_filezilla_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/filezilla', + resource_path='/index/festo', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -100958,7 +100964,7 @@ def _index_filezilla_get_serialize( @validate_call - def index_flatt_security_get( + def index_filecloud_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -100993,10 +100999,10 @@ def index_flatt_security_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination: - """Return vulnerability data stored in index \"flatt-security\" + ) -> RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination: + """Return vulnerability data stored in index \"filecloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` :param page: set the page number of the response :type page: int @@ -101062,7 +101068,7 @@ def index_flatt_security_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_flatt_security_get_serialize( + _param = self._index_filecloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101091,7 +101097,7 @@ def index_flatt_security_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", '404': "str", '500': "str", } @@ -101107,7 +101113,7 @@ def index_flatt_security_get( @validate_call - def index_flatt_security_get_with_http_info( + def index_filecloud_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -101142,10 +101148,10 @@ def index_flatt_security_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination]: - """Return vulnerability data stored in index \"flatt-security\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination]: + """Return vulnerability data stored in index \"filecloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` :param page: set the page number of the response :type page: int @@ -101211,7 +101217,7 @@ def index_flatt_security_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_flatt_security_get_serialize( + _param = self._index_filecloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101240,7 +101246,7 @@ def index_flatt_security_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", '404': "str", '500': "str", } @@ -101256,7 +101262,7 @@ def index_flatt_security_get_with_http_info( @validate_call - def index_flatt_security_get_without_preload_content( + def index_filecloud_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -101292,9 +101298,9 @@ def index_flatt_security_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"flatt-security\" + """Return vulnerability data stored in index \"filecloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filecloud?cursor=` :param page: set the page number of the response :type page: int @@ -101360,7 +101366,7 @@ def index_flatt_security_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_flatt_security_get_serialize( + _param = self._index_filecloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101389,7 +101395,7 @@ def index_flatt_security_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileCloudPaginatePagination", '404': "str", '500': "str", } @@ -101400,7 +101406,7 @@ def index_flatt_security_get_without_preload_content( return response_data.response - def _index_flatt_security_get_serialize( + def _index_filecloud_get_serialize( self, page, limit, @@ -101550,7 +101556,7 @@ def _index_flatt_security_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/flatt-security', + resource_path='/index/filecloud', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -101567,7 +101573,7 @@ def _index_flatt_security_get_serialize( @validate_call - def index_forgerock_get( + def index_filezilla_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -101602,10 +101608,10 @@ def index_forgerock_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination: - """Return vulnerability data stored in index \"forgerock\" + ) -> RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination: + """Return vulnerability data stored in index \"filezilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` :param page: set the page number of the response :type page: int @@ -101671,7 +101677,7 @@ def index_forgerock_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_forgerock_get_serialize( + _param = self._index_filezilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101700,7 +101706,7 @@ def index_forgerock_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", '404': "str", '500': "str", } @@ -101716,7 +101722,7 @@ def index_forgerock_get( @validate_call - def index_forgerock_get_with_http_info( + def index_filezilla_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -101751,10 +101757,10 @@ def index_forgerock_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination]: - """Return vulnerability data stored in index \"forgerock\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination]: + """Return vulnerability data stored in index \"filezilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` :param page: set the page number of the response :type page: int @@ -101820,7 +101826,7 @@ def index_forgerock_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_forgerock_get_serialize( + _param = self._index_filezilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101849,7 +101855,7 @@ def index_forgerock_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", '404': "str", '500': "str", } @@ -101865,7 +101871,7 @@ def index_forgerock_get_with_http_info( @validate_call - def index_forgerock_get_without_preload_content( + def index_filezilla_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -101901,9 +101907,9 @@ def index_forgerock_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"forgerock\" + """Return vulnerability data stored in index \"filezilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FileZilla Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/filezilla?cursor=` :param page: set the page number of the response :type page: int @@ -101969,7 +101975,7 @@ def index_forgerock_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_forgerock_get_serialize( + _param = self._index_filezilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -101998,7 +102004,7 @@ def index_forgerock_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFileZillaPaginatePagination", '404': "str", '500': "str", } @@ -102009,7 +102015,7 @@ def index_forgerock_get_without_preload_content( return response_data.response - def _index_forgerock_get_serialize( + def _index_filezilla_get_serialize( self, page, limit, @@ -102159,7 +102165,7 @@ def _index_forgerock_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/forgerock', + resource_path='/index/filezilla', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -102176,7 +102182,7 @@ def _index_forgerock_get_serialize( @validate_call - def index_fortinet_get( + def index_flatt_security_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -102211,10 +102217,10 @@ def index_fortinet_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"fortinet\" + ) -> RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination: + """Return vulnerability data stored in index \"flatt-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` :param page: set the page number of the response :type page: int @@ -102280,7 +102286,7 @@ def index_fortinet_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_get_serialize( + _param = self._index_flatt_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -102309,7 +102315,7 @@ def index_fortinet_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", '404': "str", '500': "str", } @@ -102325,7 +102331,7 @@ def index_fortinet_get( @validate_call - def index_fortinet_get_with_http_info( + def index_flatt_security_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -102360,10 +102366,10 @@ def index_fortinet_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"fortinet\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination]: + """Return vulnerability data stored in index \"flatt-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` :param page: set the page number of the response :type page: int @@ -102429,7 +102435,7 @@ def index_fortinet_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_get_serialize( + _param = self._index_flatt_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -102458,7 +102464,7 @@ def index_fortinet_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", '404': "str", '500': "str", } @@ -102474,7 +102480,7 @@ def index_fortinet_get_with_http_info( @validate_call - def index_fortinet_get_without_preload_content( + def index_flatt_security_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -102510,9 +102516,9 @@ def index_fortinet_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"fortinet\" + """Return vulnerability data stored in index \"flatt-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Flatt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/flatt-security?cursor=` :param page: set the page number of the response :type page: int @@ -102578,7 +102584,7 @@ def index_fortinet_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_get_serialize( + _param = self._index_flatt_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -102607,7 +102613,7 @@ def index_fortinet_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFlattSecurityPaginatePagination", '404': "str", '500': "str", } @@ -102618,7 +102624,7 @@ def index_fortinet_get_without_preload_content( return response_data.response - def _index_fortinet_get_serialize( + def _index_flatt_security_get_serialize( self, page, limit, @@ -102768,7 +102774,7 @@ def _index_fortinet_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/fortinet', + resource_path='/index/flatt-security', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -102785,7 +102791,7 @@ def _index_fortinet_get_serialize( @validate_call - def index_fortinet_ips_get( + def index_forgerock_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -102820,10 +102826,10 @@ def index_fortinet_ips_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination: - """Return vulnerability data stored in index \"fortinet-ips\" + ) -> RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination: + """Return vulnerability data stored in index \"forgerock\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` :param page: set the page number of the response :type page: int @@ -102889,7 +102895,7 @@ def index_fortinet_ips_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_ips_get_serialize( + _param = self._index_forgerock_get_serialize( page=page, limit=limit, cursor=cursor, @@ -102918,7 +102924,7 @@ def index_fortinet_ips_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", '404': "str", '500': "str", } @@ -102934,7 +102940,7 @@ def index_fortinet_ips_get( @validate_call - def index_fortinet_ips_get_with_http_info( + def index_forgerock_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -102969,10 +102975,10 @@ def index_fortinet_ips_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination]: - """Return vulnerability data stored in index \"fortinet-ips\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination]: + """Return vulnerability data stored in index \"forgerock\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` :param page: set the page number of the response :type page: int @@ -103038,7 +103044,7 @@ def index_fortinet_ips_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_ips_get_serialize( + _param = self._index_forgerock_get_serialize( page=page, limit=limit, cursor=cursor, @@ -103067,7 +103073,7 @@ def index_fortinet_ips_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", '404': "str", '500': "str", } @@ -103083,7 +103089,7 @@ def index_fortinet_ips_get_with_http_info( @validate_call - def index_fortinet_ips_get_without_preload_content( + def index_forgerock_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -103119,9 +103125,9 @@ def index_fortinet_ips_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"fortinet-ips\" + """Return vulnerability data stored in index \"forgerock\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ForgeRock Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/forgerock?cursor=` :param page: set the page number of the response :type page: int @@ -103187,7 +103193,7 @@ def index_fortinet_ips_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_fortinet_ips_get_serialize( + _param = self._index_forgerock_get_serialize( page=page, limit=limit, cursor=cursor, @@ -103216,7 +103222,7 @@ def index_fortinet_ips_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryForgeRockPaginatePagination", '404': "str", '500': "str", } @@ -103227,7 +103233,7 @@ def index_fortinet_ips_get_without_preload_content( return response_data.response - def _index_fortinet_ips_get_serialize( + def _index_forgerock_get_serialize( self, page, limit, @@ -103377,7 +103383,7 @@ def _index_fortinet_ips_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/fortinet-ips', + resource_path='/index/forgerock', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -103394,7 +103400,7 @@ def _index_fortinet_ips_get_serialize( @validate_call - def index_foxit_get( + def index_fortinet_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -103429,10 +103435,10 @@ def index_foxit_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination: - """Return vulnerability data stored in index \"foxit\" + ) -> RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"fortinet\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` :param page: set the page number of the response :type page: int @@ -103498,7 +103504,7 @@ def index_foxit_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_foxit_get_serialize( + _param = self._index_fortinet_get_serialize( page=page, limit=limit, cursor=cursor, @@ -103527,7 +103533,7 @@ def index_foxit_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -103543,7 +103549,7 @@ def index_foxit_get( @validate_call - def index_foxit_get_with_http_info( + def index_fortinet_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -103578,10 +103584,10 @@ def index_foxit_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination]: - """Return vulnerability data stored in index \"foxit\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"fortinet\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` :param page: set the page number of the response :type page: int @@ -103647,7 +103653,7 @@ def index_foxit_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_foxit_get_serialize( + _param = self._index_fortinet_get_serialize( page=page, limit=limit, cursor=cursor, @@ -103676,7 +103682,7 @@ def index_foxit_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -103692,7 +103698,7 @@ def index_foxit_get_with_http_info( @validate_call - def index_foxit_get_without_preload_content( + def index_fortinet_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -103728,9 +103734,9 @@ def index_foxit_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"foxit\" + """Return vulnerability data stored in index \"fortinet\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FortiGuard Fortinet ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet?cursor=` :param page: set the page number of the response :type page: int @@ -103796,7 +103802,7 @@ def index_foxit_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_foxit_get_serialize( + _param = self._index_fortinet_get_serialize( page=page, limit=limit, cursor=cursor, @@ -103825,7 +103831,7 @@ def index_foxit_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -103836,7 +103842,7 @@ def index_foxit_get_without_preload_content( return response_data.response - def _index_foxit_get_serialize( + def _index_fortinet_get_serialize( self, page, limit, @@ -103986,7 +103992,7 @@ def _index_foxit_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/foxit', + resource_path='/index/fortinet', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -104003,7 +104009,7 @@ def _index_foxit_get_serialize( @validate_call - def index_freebsd_get( + def index_fortinet_ips_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104038,10 +104044,10 @@ def index_freebsd_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"freebsd\" + ) -> RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination: + """Return vulnerability data stored in index \"fortinet-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` :param page: set the page number of the response :type page: int @@ -104107,7 +104113,7 @@ def index_freebsd_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_freebsd_get_serialize( + _param = self._index_fortinet_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -104136,7 +104142,7 @@ def index_freebsd_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", '404': "str", '500': "str", } @@ -104152,7 +104158,7 @@ def index_freebsd_get( @validate_call - def index_freebsd_get_with_http_info( + def index_fortinet_ips_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104187,10 +104193,10 @@ def index_freebsd_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"freebsd\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination]: + """Return vulnerability data stored in index \"fortinet-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` :param page: set the page number of the response :type page: int @@ -104256,7 +104262,7 @@ def index_freebsd_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_freebsd_get_serialize( + _param = self._index_fortinet_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -104285,7 +104291,7 @@ def index_freebsd_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", '404': "str", '500': "str", } @@ -104301,7 +104307,7 @@ def index_freebsd_get_with_http_info( @validate_call - def index_freebsd_get_without_preload_content( + def index_fortinet_ips_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104337,9 +104343,9 @@ def index_freebsd_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"freebsd\" + """Return vulnerability data stored in index \"fortinet-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Fortinet Labs Threat Encyclopedia ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/fortinet-ips?cursor=` :param page: set the page number of the response :type page: int @@ -104405,7 +104411,7 @@ def index_freebsd_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_freebsd_get_serialize( + _param = self._index_fortinet_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -104434,7 +104440,7 @@ def index_freebsd_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFortinetIPSPaginatePagination", '404': "str", '500': "str", } @@ -104445,7 +104451,7 @@ def index_freebsd_get_without_preload_content( return response_data.response - def _index_freebsd_get_serialize( + def _index_fortinet_ips_get_serialize( self, page, limit, @@ -104595,7 +104601,7 @@ def _index_freebsd_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/freebsd', + resource_path='/index/fortinet-ips', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -104612,7 +104618,7 @@ def _index_freebsd_get_serialize( @validate_call - def index_gallagher_get( + def index_foxit_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104647,10 +104653,10 @@ def index_gallagher_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination: - """Return vulnerability data stored in index \"gallagher\" + ) -> RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination: + """Return vulnerability data stored in index \"foxit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` :param page: set the page number of the response :type page: int @@ -104716,7 +104722,7 @@ def index_gallagher_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gallagher_get_serialize( + _param = self._index_foxit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -104745,7 +104751,7 @@ def index_gallagher_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", '404': "str", '500': "str", } @@ -104761,7 +104767,7 @@ def index_gallagher_get( @validate_call - def index_gallagher_get_with_http_info( + def index_foxit_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104796,10 +104802,10 @@ def index_gallagher_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination]: - """Return vulnerability data stored in index \"gallagher\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination]: + """Return vulnerability data stored in index \"foxit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` :param page: set the page number of the response :type page: int @@ -104865,7 +104871,7 @@ def index_gallagher_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gallagher_get_serialize( + _param = self._index_foxit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -104894,7 +104900,7 @@ def index_gallagher_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", '404': "str", '500': "str", } @@ -104910,7 +104916,7 @@ def index_gallagher_get_with_http_info( @validate_call - def index_gallagher_get_without_preload_content( + def index_foxit_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -104946,9 +104952,9 @@ def index_gallagher_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gallagher\" + """Return vulnerability data stored in index \"foxit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Foxit Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/foxit?cursor=` :param page: set the page number of the response :type page: int @@ -105014,7 +105020,7 @@ def index_gallagher_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gallagher_get_serialize( + _param = self._index_foxit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -105043,7 +105049,7 @@ def index_gallagher_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryFoxitPaginatePagination", '404': "str", '500': "str", } @@ -105054,7 +105060,7 @@ def index_gallagher_get_without_preload_content( return response_data.response - def _index_gallagher_get_serialize( + def _index_foxit_get_serialize( self, page, limit, @@ -105204,7 +105210,7 @@ def _index_gallagher_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gallagher', + resource_path='/index/foxit', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -105221,7 +105227,7 @@ def _index_gallagher_get_serialize( @validate_call - def index_gcp_get( + def index_freebsd_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -105256,10 +105262,10 @@ def index_gcp_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination: - """Return vulnerability data stored in index \"gcp\" + ) -> RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"freebsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` :param page: set the page number of the response :type page: int @@ -105325,7 +105331,7 @@ def index_gcp_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gcp_get_serialize( + _param = self._index_freebsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -105354,7 +105360,7 @@ def index_gcp_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -105370,7 +105376,7 @@ def index_gcp_get( @validate_call - def index_gcp_get_with_http_info( + def index_freebsd_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -105405,10 +105411,10 @@ def index_gcp_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination]: - """Return vulnerability data stored in index \"gcp\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"freebsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` :param page: set the page number of the response :type page: int @@ -105474,7 +105480,7 @@ def index_gcp_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gcp_get_serialize( + _param = self._index_freebsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -105503,7 +105509,7 @@ def index_gcp_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -105519,7 +105525,7 @@ def index_gcp_get_with_http_info( @validate_call - def index_gcp_get_without_preload_content( + def index_freebsd_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -105555,9 +105561,9 @@ def index_gcp_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gcp\" + """Return vulnerability data stored in index \"freebsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** FreeBSD Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/freebsd?cursor=` :param page: set the page number of the response :type page: int @@ -105623,7 +105629,7 @@ def index_gcp_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gcp_get_serialize( + _param = self._index_freebsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -105652,7 +105658,7 @@ def index_gcp_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -105663,7 +105669,7 @@ def index_gcp_get_without_preload_content( return response_data.response - def _index_gcp_get_serialize( + def _index_freebsd_get_serialize( self, page, limit, @@ -105813,7 +105819,7 @@ def _index_gcp_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gcp', + resource_path='/index/freebsd', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -105830,7 +105836,7 @@ def _index_gcp_get_serialize( @validate_call - def index_ge_gas_get( + def index_gallagher_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -105865,10 +105871,10 @@ def index_ge_gas_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination: - """Return vulnerability data stored in index \"ge-gas\" + ) -> RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination: + """Return vulnerability data stored in index \"gallagher\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` :param page: set the page number of the response :type page: int @@ -105934,7 +105940,7 @@ def index_ge_gas_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_gas_get_serialize( + _param = self._index_gallagher_get_serialize( page=page, limit=limit, cursor=cursor, @@ -105963,7 +105969,7 @@ def index_ge_gas_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", '404': "str", '500': "str", } @@ -105979,7 +105985,7 @@ def index_ge_gas_get( @validate_call - def index_ge_gas_get_with_http_info( + def index_gallagher_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -106014,10 +106020,10 @@ def index_ge_gas_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination]: - """Return vulnerability data stored in index \"ge-gas\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination]: + """Return vulnerability data stored in index \"gallagher\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` :param page: set the page number of the response :type page: int @@ -106083,7 +106089,7 @@ def index_ge_gas_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_gas_get_serialize( + _param = self._index_gallagher_get_serialize( page=page, limit=limit, cursor=cursor, @@ -106112,7 +106118,7 @@ def index_ge_gas_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", '404': "str", '500': "str", } @@ -106128,7 +106134,7 @@ def index_ge_gas_get_with_http_info( @validate_call - def index_ge_gas_get_without_preload_content( + def index_gallagher_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -106164,9 +106170,9 @@ def index_ge_gas_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ge-gas\" + """Return vulnerability data stored in index \"gallagher\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gallagher Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gallagher?cursor=` :param page: set the page number of the response :type page: int @@ -106232,7 +106238,7 @@ def index_ge_gas_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_gas_get_serialize( + _param = self._index_gallagher_get_serialize( page=page, limit=limit, cursor=cursor, @@ -106261,7 +106267,7 @@ def index_ge_gas_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination", '404': "str", '500': "str", } @@ -106272,7 +106278,7 @@ def index_ge_gas_get_without_preload_content( return response_data.response - def _index_ge_gas_get_serialize( + def _index_gallagher_get_serialize( self, page, limit, @@ -106422,7 +106428,7 @@ def _index_ge_gas_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ge-gas', + resource_path='/index/gallagher', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -106439,7 +106445,7 @@ def _index_ge_gas_get_serialize( @validate_call - def index_ge_healthcare_get( + def index_gcp_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -106474,10 +106480,10 @@ def index_ge_healthcare_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"ge-healthcare\" + ) -> RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination: + """Return vulnerability data stored in index \"gcp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` :param page: set the page number of the response :type page: int @@ -106543,7 +106549,7 @@ def index_ge_healthcare_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_healthcare_get_serialize( + _param = self._index_gcp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -106572,7 +106578,7 @@ def index_ge_healthcare_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", '404': "str", '500': "str", } @@ -106588,7 +106594,7 @@ def index_ge_healthcare_get( @validate_call - def index_ge_healthcare_get_with_http_info( + def index_gcp_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -106623,10 +106629,10 @@ def index_ge_healthcare_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"ge-healthcare\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination]: + """Return vulnerability data stored in index \"gcp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` :param page: set the page number of the response :type page: int @@ -106692,7 +106698,7 @@ def index_ge_healthcare_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_healthcare_get_serialize( + _param = self._index_gcp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -106721,7 +106727,7 @@ def index_ge_healthcare_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", '404': "str", '500': "str", } @@ -106737,7 +106743,7 @@ def index_ge_healthcare_get_with_http_info( @validate_call - def index_ge_healthcare_get_without_preload_content( + def index_gcp_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -106773,9 +106779,9 @@ def index_ge_healthcare_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ge-healthcare\" + """Return vulnerability data stored in index \"gcp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GCP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gcp?cursor=` :param page: set the page number of the response :type page: int @@ -106841,7 +106847,7 @@ def index_ge_healthcare_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ge_healthcare_get_serialize( + _param = self._index_gcp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -106870,7 +106876,7 @@ def index_ge_healthcare_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGCPPaginatePagination", '404': "str", '500': "str", } @@ -106881,7 +106887,7 @@ def index_ge_healthcare_get_without_preload_content( return response_data.response - def _index_ge_healthcare_get_serialize( + def _index_gcp_get_serialize( self, page, limit, @@ -107031,7 +107037,7 @@ def _index_ge_healthcare_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ge-healthcare', + resource_path='/index/gcp', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -107048,7 +107054,7 @@ def _index_ge_healthcare_get_serialize( @validate_call - def index_gem_get( + def index_ge_gas_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107083,10 +107089,10 @@ def index_gem_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"gem\" + ) -> RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination: + """Return vulnerability data stored in index \"ge-gas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` :param page: set the page number of the response :type page: int @@ -107152,7 +107158,7 @@ def index_gem_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gem_get_serialize( + _param = self._index_ge_gas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -107181,7 +107187,7 @@ def index_gem_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", '404': "str", '500': "str", } @@ -107197,7 +107203,7 @@ def index_gem_get( @validate_call - def index_gem_get_with_http_info( + def index_ge_gas_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107232,10 +107238,10 @@ def index_gem_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"gem\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination]: + """Return vulnerability data stored in index \"ge-gas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` :param page: set the page number of the response :type page: int @@ -107301,7 +107307,7 @@ def index_gem_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gem_get_serialize( + _param = self._index_ge_gas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -107330,7 +107336,7 @@ def index_gem_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", '404': "str", '500': "str", } @@ -107346,7 +107352,7 @@ def index_gem_get_with_http_info( @validate_call - def index_gem_get_without_preload_content( + def index_ge_gas_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107382,9 +107388,9 @@ def index_gem_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gem\" + """Return vulnerability data stored in index \"ge-gas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Gas Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-gas?cursor=` :param page: set the page number of the response :type page: int @@ -107450,7 +107456,7 @@ def index_gem_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gem_get_serialize( + _param = self._index_ge_gas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -107479,7 +107485,7 @@ def index_gem_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination", '404': "str", '500': "str", } @@ -107490,7 +107496,7 @@ def index_gem_get_without_preload_content( return response_data.response - def _index_gem_get_serialize( + def _index_ge_gas_get_serialize( self, page, limit, @@ -107640,7 +107646,7 @@ def _index_gem_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gem', + resource_path='/index/ge-gas', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -107657,7 +107663,7 @@ def _index_gem_get_serialize( @validate_call - def index_genetec_get( + def index_ge_healthcare_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107692,10 +107698,10 @@ def index_genetec_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination: - """Return vulnerability data stored in index \"genetec\" + ) -> RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"ge-healthcare\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` :param page: set the page number of the response :type page: int @@ -107761,7 +107767,7 @@ def index_genetec_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_genetec_get_serialize( + _param = self._index_ge_healthcare_get_serialize( page=page, limit=limit, cursor=cursor, @@ -107790,7 +107796,7 @@ def index_genetec_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -107806,7 +107812,7 @@ def index_genetec_get( @validate_call - def index_genetec_get_with_http_info( + def index_ge_healthcare_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107841,10 +107847,10 @@ def index_genetec_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination]: - """Return vulnerability data stored in index \"genetec\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"ge-healthcare\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` :param page: set the page number of the response :type page: int @@ -107910,7 +107916,7 @@ def index_genetec_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_genetec_get_serialize( + _param = self._index_ge_healthcare_get_serialize( page=page, limit=limit, cursor=cursor, @@ -107939,7 +107945,7 @@ def index_genetec_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -107955,7 +107961,7 @@ def index_genetec_get_with_http_info( @validate_call - def index_genetec_get_without_preload_content( + def index_ge_healthcare_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -107991,9 +107997,9 @@ def index_genetec_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"genetec\" + """Return vulnerability data stored in index \"ge-healthcare\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GE Healthcare Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ge-healthcare?cursor=` :param page: set the page number of the response :type page: int @@ -108059,7 +108065,7 @@ def index_genetec_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_genetec_get_serialize( + _param = self._index_ge_healthcare_get_serialize( page=page, limit=limit, cursor=cursor, @@ -108088,7 +108094,7 @@ def index_genetec_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -108099,7 +108105,7 @@ def index_genetec_get_without_preload_content( return response_data.response - def _index_genetec_get_serialize( + def _index_ge_healthcare_get_serialize( self, page, limit, @@ -108249,7 +108255,7 @@ def _index_genetec_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/genetec', + resource_path='/index/ge-healthcare', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -108266,7 +108272,7 @@ def _index_genetec_get_serialize( @validate_call - def index_gigabyte_get( + def index_gem_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -108301,10 +108307,10 @@ def index_gigabyte_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination: - """Return vulnerability data stored in index \"gigabyte\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"gem\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` :param page: set the page number of the response :type page: int @@ -108370,7 +108376,7 @@ def index_gigabyte_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gigabyte_get_serialize( + _param = self._index_gem_get_serialize( page=page, limit=limit, cursor=cursor, @@ -108399,7 +108405,7 @@ def index_gigabyte_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -108415,7 +108421,7 @@ def index_gigabyte_get( @validate_call - def index_gigabyte_get_with_http_info( + def index_gem_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -108450,10 +108456,10 @@ def index_gigabyte_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination]: - """Return vulnerability data stored in index \"gigabyte\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"gem\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` :param page: set the page number of the response :type page: int @@ -108519,7 +108525,7 @@ def index_gigabyte_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gigabyte_get_serialize( + _param = self._index_gem_get_serialize( page=page, limit=limit, cursor=cursor, @@ -108548,7 +108554,7 @@ def index_gigabyte_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -108564,7 +108570,7 @@ def index_gigabyte_get_with_http_info( @validate_call - def index_gigabyte_get_without_preload_content( + def index_gem_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -108600,9 +108606,9 @@ def index_gigabyte_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gigabyte\" + """Return vulnerability data stored in index \"gem\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gem index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruby (gem) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gem?cursor=` :param page: set the page number of the response :type page: int @@ -108668,7 +108674,7 @@ def index_gigabyte_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gigabyte_get_serialize( + _param = self._index_gem_get_serialize( page=page, limit=limit, cursor=cursor, @@ -108697,7 +108703,7 @@ def index_gigabyte_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -108708,7 +108714,7 @@ def index_gigabyte_get_without_preload_content( return response_data.response - def _index_gigabyte_get_serialize( + def _index_gem_get_serialize( self, page, limit, @@ -108858,7 +108864,7 @@ def _index_gigabyte_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gigabyte', + resource_path='/index/gem', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -108875,7 +108881,7 @@ def _index_gigabyte_get_serialize( @validate_call - def index_gitee_exploits_get( + def index_gen_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -108910,10 +108916,10 @@ def index_gitee_exploits_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination: - """Return vulnerability data stored in index \"gitee-exploits\" + ) -> RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination: + """Return vulnerability data stored in index \"gen\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gen index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gen Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gen?cursor=` :param page: set the page number of the response :type page: int @@ -108979,7 +108985,7 @@ def index_gitee_exploits_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitee_exploits_get_serialize( + _param = self._index_gen_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109008,7 +109014,7 @@ def index_gitee_exploits_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination", '404': "str", '500': "str", } @@ -109024,7 +109030,7 @@ def index_gitee_exploits_get( @validate_call - def index_gitee_exploits_get_with_http_info( + def index_gen_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -109059,10 +109065,10 @@ def index_gitee_exploits_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination]: - """Return vulnerability data stored in index \"gitee-exploits\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination]: + """Return vulnerability data stored in index \"gen\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gen index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gen Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gen?cursor=` :param page: set the page number of the response :type page: int @@ -109128,7 +109134,7 @@ def index_gitee_exploits_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitee_exploits_get_serialize( + _param = self._index_gen_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109157,7 +109163,7 @@ def index_gitee_exploits_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination", '404': "str", '500': "str", } @@ -109173,7 +109179,7 @@ def index_gitee_exploits_get_with_http_info( @validate_call - def index_gitee_exploits_get_without_preload_content( + def index_gen_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -109209,9 +109215,9 @@ def index_gitee_exploits_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gitee-exploits\" + """Return vulnerability data stored in index \"gen\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gen index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gen Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gen?cursor=` :param page: set the page number of the response :type page: int @@ -109277,7 +109283,7 @@ def index_gitee_exploits_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitee_exploits_get_serialize( + _param = self._index_gen_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109306,7 +109312,7 @@ def index_gitee_exploits_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination", '404': "str", '500': "str", } @@ -109317,7 +109323,7 @@ def index_gitee_exploits_get_without_preload_content( return response_data.response - def _index_gitee_exploits_get_serialize( + def _index_gen_get_serialize( self, page, limit, @@ -109467,7 +109473,7 @@ def _index_gitee_exploits_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gitee-exploits', + resource_path='/index/gen', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -109484,7 +109490,7 @@ def _index_gitee_exploits_get_serialize( @validate_call - def index_github_exploits_get( + def index_genetec_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -109519,10 +109525,10 @@ def index_github_exploits_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination: - """Return vulnerability data stored in index \"github-exploits\" + ) -> RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination: + """Return vulnerability data stored in index \"genetec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` :param page: set the page number of the response :type page: int @@ -109588,7 +109594,7 @@ def index_github_exploits_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_github_exploits_get_serialize( + _param = self._index_genetec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109617,7 +109623,7 @@ def index_github_exploits_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", '404': "str", '500': "str", } @@ -109633,7 +109639,7 @@ def index_github_exploits_get( @validate_call - def index_github_exploits_get_with_http_info( + def index_genetec_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -109668,10 +109674,10 @@ def index_github_exploits_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination]: - """Return vulnerability data stored in index \"github-exploits\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination]: + """Return vulnerability data stored in index \"genetec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` :param page: set the page number of the response :type page: int @@ -109737,7 +109743,7 @@ def index_github_exploits_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_github_exploits_get_serialize( + _param = self._index_genetec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109766,7 +109772,7 @@ def index_github_exploits_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", '404': "str", '500': "str", } @@ -109782,7 +109788,7 @@ def index_github_exploits_get_with_http_info( @validate_call - def index_github_exploits_get_without_preload_content( + def index_genetec_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -109818,9 +109824,9 @@ def index_github_exploits_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"github-exploits\" + """Return vulnerability data stored in index \"genetec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Genetec Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/genetec?cursor=` :param page: set the page number of the response :type page: int @@ -109886,7 +109892,7 @@ def index_github_exploits_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_github_exploits_get_serialize( + _param = self._index_genetec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -109915,7 +109921,7 @@ def index_github_exploits_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination", '404': "str", '500': "str", } @@ -109926,7 +109932,7 @@ def index_github_exploits_get_without_preload_content( return response_data.response - def _index_github_exploits_get_serialize( + def _index_genetec_get_serialize( self, page, limit, @@ -110076,7 +110082,7 @@ def _index_github_exploits_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/github-exploits', + resource_path='/index/genetec', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -110093,7 +110099,7 @@ def _index_github_exploits_get_serialize( @validate_call - def index_github_security_advisories_get( + def index_gigabyte_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -110128,10 +110134,10 @@ def index_github_security_advisories_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination: - """Return vulnerability data stored in index \"github-security-advisories\" + ) -> RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination: + """Return vulnerability data stored in index \"gigabyte\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` :param page: set the page number of the response :type page: int @@ -110197,7 +110203,156 @@ def index_github_security_advisories_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_github_security_advisories_get_serialize( + _param = self._index_gigabyte_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_gigabyte_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination]: + """Return vulnerability data stored in index \"gigabyte\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_gigabyte_get_serialize( page=page, limit=limit, cursor=cursor, @@ -110226,156 +110381,7 @@ def index_github_security_advisories_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", - '404': "str", - '500': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def index_github_security_advisories_get_with_http_info( - self, - page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, - limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, - cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, - start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, - cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, - updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, - updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, - last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, - last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, - pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, - pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination]: - """Return vulnerability data stored in index \"github-security-advisories\" - - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` - - :param page: set the page number of the response - :type page: int - :param limit: limit the number of findings in the response - :type limit: int - :param cursor: continue server-side paging using a cursor id - :type cursor: str - :param start_cursor: request server-side paging - :type start_cursor: str - :param cve: Specify a CVE ID to search with. - :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str - :param published: Specify a published date - :type published: str - :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. - :type updated_at_start_date: str - :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. - :type updated_at_end_date: str - :param last_mod_start_date: Specify a starting last modified date to filter with. - :type last_mod_start_date: str - :param last_mod_end_date: Specify an ending last modified date to filter with. - :type last_mod_end_date: str - :param pub_start_date: Specify a starting published date to filter with. - :type pub_start_date: str - :param pub_end_date: Specify an ending published date to filter with. - :type pub_end_date: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._index_github_security_advisories_get_serialize( - page=page, - limit=limit, - cursor=cursor, - start_cursor=start_cursor, - cve=cve, - alias=alias, - iava=iava, - jvndb=jvndb, - ilvn=ilvn, - threat_actor=threat_actor, - mitre_id=mitre_id, - misp_id=misp_id, - ransomware=ransomware, - botnet=botnet, - published=published, - updated_at_start_date=updated_at_start_date, - updated_at_end_date=updated_at_end_date, - last_mod_start_date=last_mod_start_date, - last_mod_end_date=last_mod_end_date, - pub_start_date=pub_start_date, - pub_end_date=pub_end_date, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", '404': "str", '500': "str", } @@ -110391,7 +110397,7 @@ def index_github_security_advisories_get_with_http_info( @validate_call - def index_github_security_advisories_get_without_preload_content( + def index_gigabyte_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -110427,9 +110433,9 @@ def index_github_security_advisories_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"github-security-advisories\" + """Return vulnerability data stored in index \"gigabyte\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GIGABYTE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gigabyte?cursor=` :param page: set the page number of the response :type page: int @@ -110495,7 +110501,7 @@ def index_github_security_advisories_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_github_security_advisories_get_serialize( + _param = self._index_gigabyte_get_serialize( page=page, limit=limit, cursor=cursor, @@ -110524,7 +110530,7 @@ def index_github_security_advisories_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination", '404': "str", '500': "str", } @@ -110535,7 +110541,7 @@ def index_github_security_advisories_get_without_preload_content( return response_data.response - def _index_github_security_advisories_get_serialize( + def _index_gigabyte_get_serialize( self, page, limit, @@ -110685,7 +110691,7 @@ def _index_github_security_advisories_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/github-security-advisories', + resource_path='/index/gigabyte', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -110702,7 +110708,7 @@ def _index_github_security_advisories_get_serialize( @validate_call - def index_gitlab_advisories_community_get( + def index_gitee_exploits_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -110737,10 +110743,10 @@ def index_gitlab_advisories_community_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"gitlab-advisories-community\" + ) -> RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination: + """Return vulnerability data stored in index \"gitee-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -110806,7 +110812,7 @@ def index_gitlab_advisories_community_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_advisories_community_get_serialize( + _param = self._index_gitee_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -110835,7 +110841,7 @@ def index_gitlab_advisories_community_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", '404': "str", '500': "str", } @@ -110851,7 +110857,7 @@ def index_gitlab_advisories_community_get( @validate_call - def index_gitlab_advisories_community_get_with_http_info( + def index_gitee_exploits_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -110886,10 +110892,10 @@ def index_gitlab_advisories_community_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"gitlab-advisories-community\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination]: + """Return vulnerability data stored in index \"gitee-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -110955,7 +110961,7 @@ def index_gitlab_advisories_community_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_advisories_community_get_serialize( + _param = self._index_gitee_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -110984,7 +110990,7 @@ def index_gitlab_advisories_community_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", '404': "str", '500': "str", } @@ -111000,7 +111006,7 @@ def index_gitlab_advisories_community_get_with_http_info( @validate_call - def index_gitlab_advisories_community_get_without_preload_content( + def index_gitee_exploits_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -111036,9 +111042,9 @@ def index_gitlab_advisories_community_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gitlab-advisories-community\" + """Return vulnerability data stored in index \"gitee-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gitee Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitee-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -111104,7 +111110,7 @@ def index_gitlab_advisories_community_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_advisories_community_get_serialize( + _param = self._index_gitee_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -111133,7 +111139,7 @@ def index_gitlab_advisories_community_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGiteeExploitPaginatePagination", '404': "str", '500': "str", } @@ -111144,7 +111150,7 @@ def index_gitlab_advisories_community_get_without_preload_content( return response_data.response - def _index_gitlab_advisories_community_get_serialize( + def _index_gitee_exploits_get_serialize( self, page, limit, @@ -111294,7 +111300,7 @@ def _index_gitlab_advisories_community_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gitlab-advisories-community', + resource_path='/index/gitee-exploits', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -111311,7 +111317,7 @@ def _index_gitlab_advisories_community_get_serialize( @validate_call - def index_gitlab_exploits_get( + def index_github_exploits_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -111346,10 +111352,10 @@ def index_gitlab_exploits_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination: - """Return vulnerability data stored in index \"gitlab-exploits\" + ) -> RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination: + """Return vulnerability data stored in index \"github-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -111415,7 +111421,7 @@ def index_gitlab_exploits_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_exploits_get_serialize( + _param = self._index_github_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -111444,7 +111450,7 @@ def index_gitlab_exploits_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", '404': "str", '500': "str", } @@ -111460,7 +111466,7 @@ def index_gitlab_exploits_get( @validate_call - def index_gitlab_exploits_get_with_http_info( + def index_github_exploits_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -111495,10 +111501,10 @@ def index_gitlab_exploits_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination]: - """Return vulnerability data stored in index \"gitlab-exploits\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination]: + """Return vulnerability data stored in index \"github-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -111564,7 +111570,7 @@ def index_gitlab_exploits_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_exploits_get_serialize( + _param = self._index_github_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -111593,7 +111599,7 @@ def index_gitlab_exploits_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", '404': "str", '500': "str", } @@ -111609,7 +111615,7 @@ def index_gitlab_exploits_get_with_http_info( @validate_call - def index_gitlab_exploits_get_without_preload_content( + def index_github_exploits_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -111645,9 +111651,9 @@ def index_gitlab_exploits_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gitlab-exploits\" + """Return vulnerability data stored in index \"github-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitHub Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -111713,7 +111719,7 @@ def index_gitlab_exploits_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gitlab_exploits_get_serialize( + _param = self._index_github_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -111742,7 +111748,7 @@ def index_gitlab_exploits_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination", '404': "str", '500': "str", } @@ -111753,7 +111759,7 @@ def index_gitlab_exploits_get_without_preload_content( return response_data.response - def _index_gitlab_exploits_get_serialize( + def _index_github_exploits_get_serialize( self, page, limit, @@ -111903,7 +111909,7 @@ def _index_gitlab_exploits_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gitlab-exploits', + resource_path='/index/github-exploits', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -111920,7 +111926,7 @@ def _index_gitlab_exploits_get_serialize( @validate_call - def index_glibc_get( + def index_github_security_advisories_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -111955,10 +111961,10 @@ def index_glibc_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination: - """Return vulnerability data stored in index \"glibc\" + ) -> RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination: + """Return vulnerability data stored in index \"github-security-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -112024,7 +112030,7 @@ def index_glibc_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_glibc_get_serialize( + _param = self._index_github_security_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112053,7 +112059,7 @@ def index_glibc_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", '404': "str", '500': "str", } @@ -112069,7 +112075,7 @@ def index_glibc_get( @validate_call - def index_glibc_get_with_http_info( + def index_github_security_advisories_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -112104,10 +112110,10 @@ def index_glibc_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination]: - """Return vulnerability data stored in index \"glibc\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination]: + """Return vulnerability data stored in index \"github-security-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -112173,7 +112179,7 @@ def index_glibc_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_glibc_get_serialize( + _param = self._index_github_security_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112202,7 +112208,7 @@ def index_glibc_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", '404': "str", '500': "str", } @@ -112218,7 +112224,7 @@ def index_glibc_get_with_http_info( @validate_call - def index_glibc_get_without_preload_content( + def index_github_security_advisories_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -112254,9 +112260,9 @@ def index_glibc_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"glibc\" + """Return vulnerability data stored in index \"github-security-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Github Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/github-security-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -112322,7 +112328,7 @@ def index_glibc_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_glibc_get_serialize( + _param = self._index_github_security_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112351,7 +112357,7 @@ def index_glibc_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination", '404': "str", '500': "str", } @@ -112362,7 +112368,7 @@ def index_glibc_get_without_preload_content( return response_data.response - def _index_glibc_get_serialize( + def _index_github_security_advisories_get_serialize( self, page, limit, @@ -112512,7 +112518,7 @@ def _index_glibc_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/glibc', + resource_path='/index/github-security-advisories', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -112529,7 +112535,7 @@ def _index_glibc_get_serialize( @validate_call - def index_gnutls_get( + def index_gitlab_advisories_community_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -112564,10 +112570,10 @@ def index_gnutls_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination: - """Return vulnerability data stored in index \"gnutls\" + ) -> RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"gitlab-advisories-community\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` :param page: set the page number of the response :type page: int @@ -112633,7 +112639,7 @@ def index_gnutls_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gnutls_get_serialize( + _param = self._index_gitlab_advisories_community_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112662,7 +112668,7 @@ def index_gnutls_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -112678,7 +112684,7 @@ def index_gnutls_get( @validate_call - def index_gnutls_get_with_http_info( + def index_gitlab_advisories_community_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -112713,10 +112719,10 @@ def index_gnutls_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination]: - """Return vulnerability data stored in index \"gnutls\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"gitlab-advisories-community\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` :param page: set the page number of the response :type page: int @@ -112782,7 +112788,7 @@ def index_gnutls_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gnutls_get_serialize( + _param = self._index_gitlab_advisories_community_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112811,7 +112817,7 @@ def index_gnutls_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -112827,7 +112833,7 @@ def index_gnutls_get_with_http_info( @validate_call - def index_gnutls_get_without_preload_content( + def index_gitlab_advisories_community_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -112863,9 +112869,9 @@ def index_gnutls_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"gnutls\" + """Return vulnerability data stored in index \"gitlab-advisories-community\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Advisory Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-advisories-community?cursor=` :param page: set the page number of the response :type page: int @@ -112931,7 +112937,7 @@ def index_gnutls_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_gnutls_get_serialize( + _param = self._index_gitlab_advisories_community_get_serialize( page=page, limit=limit, cursor=cursor, @@ -112960,7 +112966,7 @@ def index_gnutls_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitlabAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -112971,7 +112977,7 @@ def index_gnutls_get_without_preload_content( return response_data.response - def _index_gnutls_get_serialize( + def _index_gitlab_advisories_community_get_serialize( self, page, limit, @@ -113121,7 +113127,7 @@ def _index_gnutls_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/gnutls', + resource_path='/index/gitlab-advisories-community', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -113138,7 +113144,7 @@ def _index_gnutls_get_serialize( @validate_call - def index_go_vulndb_get( + def index_gitlab_exploits_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -113173,10 +113179,10 @@ def index_go_vulndb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination: - """Return vulnerability data stored in index \"go-vulndb\" + ) -> RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination: + """Return vulnerability data stored in index \"gitlab-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -113242,7 +113248,7 @@ def index_go_vulndb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_go_vulndb_get_serialize( + _param = self._index_gitlab_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -113271,7 +113277,7 @@ def index_go_vulndb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", '404': "str", '500': "str", } @@ -113287,7 +113293,7 @@ def index_go_vulndb_get( @validate_call - def index_go_vulndb_get_with_http_info( + def index_gitlab_exploits_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -113322,10 +113328,10 @@ def index_go_vulndb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination]: - """Return vulnerability data stored in index \"go-vulndb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination]: + """Return vulnerability data stored in index \"gitlab-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -113391,7 +113397,7 @@ def index_go_vulndb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_go_vulndb_get_serialize( + _param = self._index_gitlab_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -113420,7 +113426,7 @@ def index_go_vulndb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", '404': "str", '500': "str", } @@ -113436,7 +113442,7 @@ def index_go_vulndb_get_with_http_info( @validate_call - def index_go_vulndb_get_without_preload_content( + def index_gitlab_exploits_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -113472,9 +113478,9 @@ def index_go_vulndb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"go-vulndb\" + """Return vulnerability data stored in index \"gitlab-exploits\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GitLab Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gitlab-exploits?cursor=` :param page: set the page number of the response :type page: int @@ -113540,7 +113546,7 @@ def index_go_vulndb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_go_vulndb_get_serialize( + _param = self._index_gitlab_exploits_get_serialize( page=page, limit=limit, cursor=cursor, @@ -113569,7 +113575,7 @@ def index_go_vulndb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGitLabExploitPaginatePagination", '404': "str", '500': "str", } @@ -113580,7 +113586,7 @@ def index_go_vulndb_get_without_preload_content( return response_data.response - def _index_go_vulndb_get_serialize( + def _index_gitlab_exploits_get_serialize( self, page, limit, @@ -113730,7 +113736,7 @@ def _index_go_vulndb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/go-vulndb', + resource_path='/index/gitlab-exploits', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -113747,7 +113753,7 @@ def _index_go_vulndb_get_serialize( @validate_call - def index_golang_get( + def index_glibc_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -113782,10 +113788,10 @@ def index_golang_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"golang\" + ) -> RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination: + """Return vulnerability data stored in index \"glibc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` :param page: set the page number of the response :type page: int @@ -113851,7 +113857,7 @@ def index_golang_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_golang_get_serialize( + _param = self._index_glibc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -113880,7 +113886,7 @@ def index_golang_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", '404': "str", '500': "str", } @@ -113896,7 +113902,7 @@ def index_golang_get( @validate_call - def index_golang_get_with_http_info( + def index_glibc_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -113931,10 +113937,10 @@ def index_golang_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"golang\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination]: + """Return vulnerability data stored in index \"glibc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` :param page: set the page number of the response :type page: int @@ -114000,7 +114006,7 @@ def index_golang_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_golang_get_serialize( + _param = self._index_glibc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -114029,7 +114035,7 @@ def index_golang_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", '404': "str", '500': "str", } @@ -114045,7 +114051,7 @@ def index_golang_get_with_http_info( @validate_call - def index_golang_get_without_preload_content( + def index_glibc_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -114081,9 +114087,9 @@ def index_golang_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"golang\" + """Return vulnerability data stored in index \"glibc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Glibc Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/glibc?cursor=` :param page: set the page number of the response :type page: int @@ -114149,7 +114155,7 @@ def index_golang_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_golang_get_serialize( + _param = self._index_glibc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -114178,7 +114184,7 @@ def index_golang_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGlibcPaginatePagination", '404': "str", '500': "str", } @@ -114189,7 +114195,7 @@ def index_golang_get_without_preload_content( return response_data.response - def _index_golang_get_serialize( + def _index_glibc_get_serialize( self, page, limit, @@ -114339,7 +114345,7 @@ def _index_golang_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/golang', + resource_path='/index/glibc', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -114356,7 +114362,7 @@ def _index_golang_get_serialize( @validate_call - def index_google0day_itw_get( + def index_gmo_cybersecurity_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -114391,10 +114397,10 @@ def index_google0day_itw_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination: - """Return vulnerability data stored in index \"google-0day-itw\" + ) -> RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination: + """Return vulnerability data stored in index \"gmo-cybersecurity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GMO Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gmo-cybersecurity?cursor=` :param page: set the page number of the response :type page: int @@ -114460,7 +114466,7 @@ def index_google0day_itw_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google0day_itw_get_serialize( + _param = self._index_gmo_cybersecurity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -114489,7 +114495,7 @@ def index_google0day_itw_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination", '404': "str", '500': "str", } @@ -114505,7 +114511,7 @@ def index_google0day_itw_get( @validate_call - def index_google0day_itw_get_with_http_info( + def index_gmo_cybersecurity_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -114540,10 +114546,10 @@ def index_google0day_itw_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination]: - """Return vulnerability data stored in index \"google-0day-itw\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination]: + """Return vulnerability data stored in index \"gmo-cybersecurity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GMO Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gmo-cybersecurity?cursor=` :param page: set the page number of the response :type page: int @@ -114609,7 +114615,7 @@ def index_google0day_itw_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google0day_itw_get_serialize( + _param = self._index_gmo_cybersecurity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -114638,7 +114644,7 @@ def index_google0day_itw_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination", '404': "str", '500': "str", } @@ -114654,7 +114660,7 @@ def index_google0day_itw_get_with_http_info( @validate_call - def index_google0day_itw_get_without_preload_content( + def index_gmo_cybersecurity_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -114690,9 +114696,9 @@ def index_google0day_itw_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"google-0day-itw\" + """Return vulnerability data stored in index \"gmo-cybersecurity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GMO Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gmo-cybersecurity?cursor=` :param page: set the page number of the response :type page: int @@ -114758,7 +114764,7 @@ def index_google0day_itw_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google0day_itw_get_serialize( + _param = self._index_gmo_cybersecurity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -114787,7 +114793,7 @@ def index_google0day_itw_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination", '404': "str", '500': "str", } @@ -114798,7 +114804,7 @@ def index_google0day_itw_get_without_preload_content( return response_data.response - def _index_google0day_itw_get_serialize( + def _index_gmo_cybersecurity_get_serialize( self, page, limit, @@ -114948,7 +114954,7 @@ def _index_google0day_itw_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/google-0day-itw', + resource_path='/index/gmo-cybersecurity', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -114965,7 +114971,7 @@ def _index_google0day_itw_get_serialize( @validate_call - def index_google_container_optimized_os_get( + def index_gnutls_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115000,10 +115006,10 @@ def index_google_container_optimized_os_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination: - """Return vulnerability data stored in index \"google-container-optimized-os\" + ) -> RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination: + """Return vulnerability data stored in index \"gnutls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` :param page: set the page number of the response :type page: int @@ -115069,7 +115075,7 @@ def index_google_container_optimized_os_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google_container_optimized_os_get_serialize( + _param = self._index_gnutls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -115098,7 +115104,7 @@ def index_google_container_optimized_os_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", '404': "str", '500': "str", } @@ -115114,7 +115120,7 @@ def index_google_container_optimized_os_get( @validate_call - def index_google_container_optimized_os_get_with_http_info( + def index_gnutls_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115149,10 +115155,10 @@ def index_google_container_optimized_os_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination]: - """Return vulnerability data stored in index \"google-container-optimized-os\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination]: + """Return vulnerability data stored in index \"gnutls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` :param page: set the page number of the response :type page: int @@ -115218,7 +115224,7 @@ def index_google_container_optimized_os_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google_container_optimized_os_get_serialize( + _param = self._index_gnutls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -115247,7 +115253,7 @@ def index_google_container_optimized_os_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", '404': "str", '500': "str", } @@ -115263,7 +115269,7 @@ def index_google_container_optimized_os_get_with_http_info( @validate_call - def index_google_container_optimized_os_get_without_preload_content( + def index_gnutls_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115299,9 +115305,9 @@ def index_google_container_optimized_os_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"google-container-optimized-os\" + """Return vulnerability data stored in index \"gnutls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GnuTLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/gnutls?cursor=` :param page: set the page number of the response :type page: int @@ -115367,7 +115373,7 @@ def index_google_container_optimized_os_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_google_container_optimized_os_get_serialize( + _param = self._index_gnutls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -115396,7 +115402,7 @@ def index_google_container_optimized_os_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGnuTLSPaginatePagination", '404': "str", '500': "str", } @@ -115407,7 +115413,7 @@ def index_google_container_optimized_os_get_without_preload_content( return response_data.response - def _index_google_container_optimized_os_get_serialize( + def _index_gnutls_get_serialize( self, page, limit, @@ -115557,7 +115563,7 @@ def _index_google_container_optimized_os_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/google-container-optimized-os', + resource_path='/index/gnutls', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -115574,7 +115580,7 @@ def _index_google_container_optimized_os_get_serialize( @validate_call - def index_grafana_get( + def index_go_vulndb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115609,10 +115615,10 @@ def index_grafana_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination: - """Return vulnerability data stored in index \"grafana\" + ) -> RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination: + """Return vulnerability data stored in index \"go-vulndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` :param page: set the page number of the response :type page: int @@ -115678,7 +115684,7 @@ def index_grafana_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_grafana_get_serialize( + _param = self._index_go_vulndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -115707,7 +115713,7 @@ def index_grafana_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", '404': "str", '500': "str", } @@ -115723,7 +115729,7 @@ def index_grafana_get( @validate_call - def index_grafana_get_with_http_info( + def index_go_vulndb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115758,10 +115764,10 @@ def index_grafana_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination]: - """Return vulnerability data stored in index \"grafana\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination]: + """Return vulnerability data stored in index \"go-vulndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` :param page: set the page number of the response :type page: int @@ -115827,7 +115833,7 @@ def index_grafana_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_grafana_get_serialize( + _param = self._index_go_vulndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -115856,7 +115862,7 @@ def index_grafana_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", '404': "str", '500': "str", } @@ -115872,7 +115878,7 @@ def index_grafana_get_with_http_info( @validate_call - def index_grafana_get_without_preload_content( + def index_go_vulndb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -115908,9 +115914,9 @@ def index_grafana_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"grafana\" + """Return vulnerability data stored in index \"go-vulndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Go Vulnerability Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/go-vulndb?cursor=` :param page: set the page number of the response :type page: int @@ -115976,7 +115982,7 @@ def index_grafana_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_grafana_get_serialize( + _param = self._index_go_vulndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -116005,7 +116011,7 @@ def index_grafana_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGoVulnJSONPaginatePagination", '404': "str", '500': "str", } @@ -116016,7 +116022,7 @@ def index_grafana_get_without_preload_content( return response_data.response - def _index_grafana_get_serialize( + def _index_go_vulndb_get_serialize( self, page, limit, @@ -116166,7 +116172,7 @@ def _index_grafana_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/grafana', + resource_path='/index/go-vulndb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -116183,7 +116189,7 @@ def _index_grafana_get_serialize( @validate_call - def index_greynoise_metadata_get( + def index_golang_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -116218,10 +116224,10 @@ def index_greynoise_metadata_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination: - """Return vulnerability data stored in index \"greynoise-metadata\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"golang\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` :param page: set the page number of the response :type page: int @@ -116287,7 +116293,7 @@ def index_greynoise_metadata_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_greynoise_metadata_get_serialize( + _param = self._index_golang_get_serialize( page=page, limit=limit, cursor=cursor, @@ -116316,7 +116322,7 @@ def index_greynoise_metadata_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -116332,7 +116338,7 @@ def index_greynoise_metadata_get( @validate_call - def index_greynoise_metadata_get_with_http_info( + def index_golang_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -116367,10 +116373,10 @@ def index_greynoise_metadata_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination]: - """Return vulnerability data stored in index \"greynoise-metadata\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"golang\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` :param page: set the page number of the response :type page: int @@ -116436,7 +116442,7 @@ def index_greynoise_metadata_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_greynoise_metadata_get_serialize( + _param = self._index_golang_get_serialize( page=page, limit=limit, cursor=cursor, @@ -116465,7 +116471,7 @@ def index_greynoise_metadata_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -116481,7 +116487,7 @@ def index_greynoise_metadata_get_with_http_info( @validate_call - def index_greynoise_metadata_get_without_preload_content( + def index_golang_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -116517,9 +116523,9 @@ def index_greynoise_metadata_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"greynoise-metadata\" + """Return vulnerability data stored in index \"golang\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the golang index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Golang packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/golang?cursor=` :param page: set the page number of the response :type page: int @@ -116585,7 +116591,7 @@ def index_greynoise_metadata_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_greynoise_metadata_get_serialize( + _param = self._index_golang_get_serialize( page=page, limit=limit, cursor=cursor, @@ -116614,7 +116620,7 @@ def index_greynoise_metadata_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -116625,7 +116631,7 @@ def index_greynoise_metadata_get_without_preload_content( return response_data.response - def _index_greynoise_metadata_get_serialize( + def _index_golang_get_serialize( self, page, limit, @@ -116775,7 +116781,7 @@ def _index_greynoise_metadata_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/greynoise-metadata', + resource_path='/index/golang', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -116792,7 +116798,7 @@ def _index_greynoise_metadata_get_serialize( @validate_call - def index_hackage_get( + def index_google0day_itw_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -116827,10 +116833,10 @@ def index_hackage_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"hackage\" + ) -> RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination: + """Return vulnerability data stored in index \"google-0day-itw\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` :param page: set the page number of the response :type page: int @@ -116896,7 +116902,7 @@ def index_hackage_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hackage_get_serialize( + _param = self._index_google0day_itw_get_serialize( page=page, limit=limit, cursor=cursor, @@ -116925,7 +116931,7 @@ def index_hackage_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", '404': "str", '500': "str", } @@ -116941,7 +116947,7 @@ def index_hackage_get( @validate_call - def index_hackage_get_with_http_info( + def index_google0day_itw_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -116976,10 +116982,10 @@ def index_hackage_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"hackage\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination]: + """Return vulnerability data stored in index \"google-0day-itw\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` :param page: set the page number of the response :type page: int @@ -117045,7 +117051,7 @@ def index_hackage_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hackage_get_serialize( + _param = self._index_google0day_itw_get_serialize( page=page, limit=limit, cursor=cursor, @@ -117074,7 +117080,7 @@ def index_hackage_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", '404': "str", '500': "str", } @@ -117090,7 +117096,7 @@ def index_hackage_get_with_http_info( @validate_call - def index_hackage_get_without_preload_content( + def index_google0day_itw_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -117126,9 +117132,9 @@ def index_hackage_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hackage\" + """Return vulnerability data stored in index \"google-0day-itw\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Project Zero In the Wild Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-0day-itw?cursor=` :param page: set the page number of the response :type page: int @@ -117194,7 +117200,7 @@ def index_hackage_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hackage_get_serialize( + _param = self._index_google0day_itw_get_serialize( page=page, limit=limit, cursor=cursor, @@ -117223,7 +117229,7 @@ def index_hackage_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryITWExploitPaginatePagination", '404': "str", '500': "str", } @@ -117234,7 +117240,7 @@ def index_hackage_get_without_preload_content( return response_data.response - def _index_hackage_get_serialize( + def _index_google0day_itw_get_serialize( self, page, limit, @@ -117384,7 +117390,7 @@ def _index_hackage_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hackage', + resource_path='/index/google-0day-itw', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -117401,7 +117407,7 @@ def _index_hackage_get_serialize( @validate_call - def index_hacktivity_get( + def index_google_container_optimized_os_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -117436,10 +117442,10 @@ def index_hacktivity_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination: - """Return vulnerability data stored in index \"hacktivity\" + ) -> RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination: + """Return vulnerability data stored in index \"google-container-optimized-os\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` :param page: set the page number of the response :type page: int @@ -117505,7 +117511,7 @@ def index_hacktivity_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hacktivity_get_serialize( + _param = self._index_google_container_optimized_os_get_serialize( page=page, limit=limit, cursor=cursor, @@ -117534,7 +117540,7 @@ def index_hacktivity_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", '404': "str", '500': "str", } @@ -117550,7 +117556,7 @@ def index_hacktivity_get( @validate_call - def index_hacktivity_get_with_http_info( + def index_google_container_optimized_os_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -117585,10 +117591,10 @@ def index_hacktivity_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination]: - """Return vulnerability data stored in index \"hacktivity\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination]: + """Return vulnerability data stored in index \"google-container-optimized-os\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` :param page: set the page number of the response :type page: int @@ -117654,7 +117660,7 @@ def index_hacktivity_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hacktivity_get_serialize( + _param = self._index_google_container_optimized_os_get_serialize( page=page, limit=limit, cursor=cursor, @@ -117683,7 +117689,7 @@ def index_hacktivity_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", '404': "str", '500': "str", } @@ -117699,7 +117705,7 @@ def index_hacktivity_get_with_http_info( @validate_call - def index_hacktivity_get_without_preload_content( + def index_google_container_optimized_os_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -117735,9 +117741,9 @@ def index_hacktivity_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hacktivity\" + """Return vulnerability data stored in index \"google-container-optimized-os\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Container OS Release Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/google-container-optimized-os?cursor=` :param page: set the page number of the response :type page: int @@ -117803,7 +117809,7 @@ def index_hacktivity_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hacktivity_get_serialize( + _param = self._index_google_container_optimized_os_get_serialize( page=page, limit=limit, cursor=cursor, @@ -117832,7 +117838,7 @@ def index_hacktivity_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryContainerOSPaginatePagination", '404': "str", '500': "str", } @@ -117843,7 +117849,7 @@ def index_hacktivity_get_without_preload_content( return response_data.response - def _index_hacktivity_get_serialize( + def _index_google_container_optimized_os_get_serialize( self, page, limit, @@ -117993,7 +117999,7 @@ def _index_hacktivity_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hacktivity', + resource_path='/index/google-container-optimized-os', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -118010,7 +118016,7 @@ def _index_hacktivity_get_serialize( @validate_call - def index_harmonyos_get( + def index_grafana_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118045,10 +118051,10 @@ def index_harmonyos_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination: - """Return vulnerability data stored in index \"harmonyos\" + ) -> RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination: + """Return vulnerability data stored in index \"grafana\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` :param page: set the page number of the response :type page: int @@ -118114,7 +118120,7 @@ def index_harmonyos_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_harmonyos_get_serialize( + _param = self._index_grafana_get_serialize( page=page, limit=limit, cursor=cursor, @@ -118143,7 +118149,7 @@ def index_harmonyos_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", '404': "str", '500': "str", } @@ -118159,7 +118165,7 @@ def index_harmonyos_get( @validate_call - def index_harmonyos_get_with_http_info( + def index_grafana_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118194,10 +118200,10 @@ def index_harmonyos_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination]: - """Return vulnerability data stored in index \"harmonyos\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination]: + """Return vulnerability data stored in index \"grafana\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` :param page: set the page number of the response :type page: int @@ -118263,7 +118269,7 @@ def index_harmonyos_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_harmonyos_get_serialize( + _param = self._index_grafana_get_serialize( page=page, limit=limit, cursor=cursor, @@ -118292,7 +118298,7 @@ def index_harmonyos_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", '404': "str", '500': "str", } @@ -118308,7 +118314,7 @@ def index_harmonyos_get_with_http_info( @validate_call - def index_harmonyos_get_without_preload_content( + def index_grafana_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118344,9 +118350,9 @@ def index_harmonyos_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"harmonyos\" + """Return vulnerability data stored in index \"grafana\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Grafana Labs Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/grafana?cursor=` :param page: set the page number of the response :type page: int @@ -118412,7 +118418,7 @@ def index_harmonyos_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_harmonyos_get_serialize( + _param = self._index_grafana_get_serialize( page=page, limit=limit, cursor=cursor, @@ -118441,7 +118447,7 @@ def index_harmonyos_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGrafanaPaginatePagination", '404': "str", '500': "str", } @@ -118452,7 +118458,7 @@ def index_harmonyos_get_without_preload_content( return response_data.response - def _index_harmonyos_get_serialize( + def _index_grafana_get_serialize( self, page, limit, @@ -118602,7 +118608,7 @@ def _index_harmonyos_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/harmonyos', + resource_path='/index/grafana', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -118619,7 +118625,7 @@ def _index_harmonyos_get_serialize( @validate_call - def index_hashicorp_get( + def index_greynoise_metadata_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118654,10 +118660,10 @@ def index_hashicorp_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination: - """Return vulnerability data stored in index \"hashicorp\" + ) -> RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination: + """Return vulnerability data stored in index \"greynoise-metadata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` :param page: set the page number of the response :type page: int @@ -118723,7 +118729,7 @@ def index_hashicorp_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hashicorp_get_serialize( + _param = self._index_greynoise_metadata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -118752,7 +118758,7 @@ def index_hashicorp_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", '404': "str", '500': "str", } @@ -118768,7 +118774,7 @@ def index_hashicorp_get( @validate_call - def index_hashicorp_get_with_http_info( + def index_greynoise_metadata_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118803,10 +118809,10 @@ def index_hashicorp_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination]: - """Return vulnerability data stored in index \"hashicorp\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination]: + """Return vulnerability data stored in index \"greynoise-metadata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` :param page: set the page number of the response :type page: int @@ -118872,7 +118878,7 @@ def index_hashicorp_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hashicorp_get_serialize( + _param = self._index_greynoise_metadata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -118901,7 +118907,7 @@ def index_hashicorp_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", '404': "str", '500': "str", } @@ -118917,7 +118923,7 @@ def index_hashicorp_get_with_http_info( @validate_call - def index_hashicorp_get_without_preload_content( + def index_greynoise_metadata_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -118953,9 +118959,9 @@ def index_hashicorp_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hashicorp\" + """Return vulnerability data stored in index \"greynoise-metadata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** GreyNoise Metadata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/greynoise-metadata?cursor=` :param page: set the page number of the response :type page: int @@ -119021,7 +119027,7 @@ def index_hashicorp_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hashicorp_get_serialize( + _param = self._index_greynoise_metadata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -119050,7 +119056,7 @@ def index_hashicorp_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryGreyNoiseDetectionPaginatePagination", '404': "str", '500': "str", } @@ -119061,7 +119067,7 @@ def index_hashicorp_get_without_preload_content( return response_data.response - def _index_hashicorp_get_serialize( + def _index_greynoise_metadata_get_serialize( self, page, limit, @@ -119211,7 +119217,7 @@ def _index_hashicorp_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hashicorp', + resource_path='/index/greynoise-metadata', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -119228,7 +119234,7 @@ def _index_hashicorp_get_serialize( @validate_call - def index_haskell_sadb_get( + def index_hackage_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -119263,10 +119269,10 @@ def index_haskell_sadb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"haskell-sadb\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"hackage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` :param page: set the page number of the response :type page: int @@ -119332,7 +119338,7 @@ def index_haskell_sadb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_haskell_sadb_get_serialize( + _param = self._index_hackage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -119361,7 +119367,7 @@ def index_haskell_sadb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -119377,7 +119383,7 @@ def index_haskell_sadb_get( @validate_call - def index_haskell_sadb_get_with_http_info( + def index_hackage_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -119412,10 +119418,10 @@ def index_haskell_sadb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"haskell-sadb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"hackage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` :param page: set the page number of the response :type page: int @@ -119481,7 +119487,7 @@ def index_haskell_sadb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_haskell_sadb_get_serialize( + _param = self._index_hackage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -119510,7 +119516,7 @@ def index_haskell_sadb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -119526,7 +119532,7 @@ def index_haskell_sadb_get_with_http_info( @validate_call - def index_haskell_sadb_get_without_preload_content( + def index_hackage_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -119562,9 +119568,9 @@ def index_haskell_sadb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"haskell-sadb\" + """Return vulnerability data stored in index \"hackage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackage (Haskell) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hackage?cursor=` :param page: set the page number of the response :type page: int @@ -119630,7 +119636,7 @@ def index_haskell_sadb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_haskell_sadb_get_serialize( + _param = self._index_hackage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -119659,7 +119665,7 @@ def index_haskell_sadb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -119670,7 +119676,7 @@ def index_haskell_sadb_get_without_preload_content( return response_data.response - def _index_haskell_sadb_get_serialize( + def _index_hackage_get_serialize( self, page, limit, @@ -119820,7 +119826,7 @@ def _index_haskell_sadb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/haskell-sadb', + resource_path='/index/hackage', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -119837,7 +119843,7 @@ def _index_haskell_sadb_get_serialize( @validate_call - def index_hcl_get( + def index_hacktivity_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -119872,10 +119878,10 @@ def index_hcl_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination: - """Return vulnerability data stored in index \"hcl\" + ) -> RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination: + """Return vulnerability data stored in index \"hacktivity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` :param page: set the page number of the response :type page: int @@ -119941,7 +119947,7 @@ def index_hcl_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hcl_get_serialize( + _param = self._index_hacktivity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -119970,7 +119976,7 @@ def index_hcl_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", '404': "str", '500': "str", } @@ -119986,7 +119992,7 @@ def index_hcl_get( @validate_call - def index_hcl_get_with_http_info( + def index_hacktivity_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -120021,10 +120027,10 @@ def index_hcl_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination]: - """Return vulnerability data stored in index \"hcl\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination]: + """Return vulnerability data stored in index \"hacktivity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` :param page: set the page number of the response :type page: int @@ -120090,7 +120096,7 @@ def index_hcl_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hcl_get_serialize( + _param = self._index_hacktivity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -120119,7 +120125,7 @@ def index_hcl_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", '404': "str", '500': "str", } @@ -120135,7 +120141,7 @@ def index_hcl_get_with_http_info( @validate_call - def index_hcl_get_without_preload_content( + def index_hacktivity_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -120171,9 +120177,9 @@ def index_hcl_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hcl\" + """Return vulnerability data stored in index \"hacktivity\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hackerone Hacktivity ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hacktivity?cursor=` :param page: set the page number of the response :type page: int @@ -120239,7 +120245,7 @@ def index_hcl_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hcl_get_serialize( + _param = self._index_hacktivity_get_serialize( page=page, limit=limit, cursor=cursor, @@ -120268,7 +120274,7 @@ def index_hcl_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHacktivityPaginatePagination", '404': "str", '500': "str", } @@ -120279,7 +120285,7 @@ def index_hcl_get_without_preload_content( return response_data.response - def _index_hcl_get_serialize( + def _index_hacktivity_get_serialize( self, page, limit, @@ -120429,7 +120435,7 @@ def _index_hcl_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hcl', + resource_path='/index/hacktivity', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -120446,7 +120452,7 @@ def _index_hcl_get_serialize( @validate_call - def index_hex_get( + def index_harmonyos_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -120481,10 +120487,10 @@ def index_hex_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"hex\" + ) -> RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination: + """Return vulnerability data stored in index \"harmonyos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` :param page: set the page number of the response :type page: int @@ -120550,7 +120556,7 @@ def index_hex_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hex_get_serialize( + _param = self._index_harmonyos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -120579,7 +120585,7 @@ def index_hex_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", '404': "str", '500': "str", } @@ -120595,7 +120601,7 @@ def index_hex_get( @validate_call - def index_hex_get_with_http_info( + def index_harmonyos_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -120630,10 +120636,10 @@ def index_hex_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"hex\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination]: + """Return vulnerability data stored in index \"harmonyos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` :param page: set the page number of the response :type page: int @@ -120699,7 +120705,7 @@ def index_hex_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hex_get_serialize( + _param = self._index_harmonyos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -120728,7 +120734,7 @@ def index_hex_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", '404': "str", '500': "str", } @@ -120744,7 +120750,7 @@ def index_hex_get_with_http_info( @validate_call - def index_hex_get_without_preload_content( + def index_harmonyos_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -120780,9 +120786,9 @@ def index_hex_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hex\" + """Return vulnerability data stored in index \"harmonyos\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HarmonyOS Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/harmonyos?cursor=` :param page: set the page number of the response :type page: int @@ -120848,7 +120854,7 @@ def index_hex_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hex_get_serialize( + _param = self._index_harmonyos_get_serialize( page=page, limit=limit, cursor=cursor, @@ -120877,7 +120883,7 @@ def index_hex_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHarmonyOSPaginatePagination", '404': "str", '500': "str", } @@ -120888,7 +120894,7 @@ def index_hex_get_without_preload_content( return response_data.response - def _index_hex_get_serialize( + def _index_harmonyos_get_serialize( self, page, limit, @@ -121038,7 +121044,7 @@ def _index_hex_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hex', + resource_path='/index/harmonyos', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -121055,7 +121061,7 @@ def _index_hex_get_serialize( @validate_call - def index_hikvision_get( + def index_hashicorp_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121090,10 +121096,10 @@ def index_hikvision_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination: - """Return vulnerability data stored in index \"hikvision\" + ) -> RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination: + """Return vulnerability data stored in index \"hashicorp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` :param page: set the page number of the response :type page: int @@ -121159,7 +121165,7 @@ def index_hikvision_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hikvision_get_serialize( + _param = self._index_hashicorp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -121188,7 +121194,7 @@ def index_hikvision_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", '404': "str", '500': "str", } @@ -121204,7 +121210,7 @@ def index_hikvision_get( @validate_call - def index_hikvision_get_with_http_info( + def index_hashicorp_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121239,10 +121245,10 @@ def index_hikvision_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination]: - """Return vulnerability data stored in index \"hikvision\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination]: + """Return vulnerability data stored in index \"hashicorp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` :param page: set the page number of the response :type page: int @@ -121308,7 +121314,7 @@ def index_hikvision_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hikvision_get_serialize( + _param = self._index_hashicorp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -121337,7 +121343,7 @@ def index_hikvision_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", '404': "str", '500': "str", } @@ -121353,7 +121359,7 @@ def index_hikvision_get_with_http_info( @validate_call - def index_hikvision_get_without_preload_content( + def index_hashicorp_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121389,9 +121395,9 @@ def index_hikvision_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hikvision\" + """Return vulnerability data stored in index \"hashicorp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HashiCorp Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hashicorp?cursor=` :param page: set the page number of the response :type page: int @@ -121457,7 +121463,7 @@ def index_hikvision_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hikvision_get_serialize( + _param = self._index_hashicorp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -121486,7 +121492,7 @@ def index_hikvision_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHashiCorpPaginatePagination", '404': "str", '500': "str", } @@ -121497,7 +121503,7 @@ def index_hikvision_get_without_preload_content( return response_data.response - def _index_hikvision_get_serialize( + def _index_hashicorp_get_serialize( self, page, limit, @@ -121647,7 +121653,7 @@ def _index_hikvision_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hikvision', + resource_path='/index/hashicorp', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -121664,7 +121670,7 @@ def _index_hikvision_get_serialize( @validate_call - def index_hillrom_get( + def index_haskell_sadb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121699,10 +121705,10 @@ def index_hillrom_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"hillrom\" + ) -> RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"haskell-sadb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` :param page: set the page number of the response :type page: int @@ -121768,7 +121774,7 @@ def index_hillrom_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hillrom_get_serialize( + _param = self._index_haskell_sadb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -121797,7 +121803,7 @@ def index_hillrom_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -121813,7 +121819,7 @@ def index_hillrom_get( @validate_call - def index_hillrom_get_with_http_info( + def index_haskell_sadb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121848,10 +121854,10 @@ def index_hillrom_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"hillrom\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"haskell-sadb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` :param page: set the page number of the response :type page: int @@ -121917,7 +121923,7 @@ def index_hillrom_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hillrom_get_serialize( + _param = self._index_haskell_sadb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -121946,7 +121952,7 @@ def index_hillrom_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -121962,7 +121968,7 @@ def index_hillrom_get_with_http_info( @validate_call - def index_hillrom_get_without_preload_content( + def index_haskell_sadb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -121998,9 +122004,9 @@ def index_hillrom_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hillrom\" + """Return vulnerability data stored in index \"haskell-sadb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Haskell Security Advisory DB ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/haskell-sadb?cursor=` :param page: set the page number of the response :type page: int @@ -122066,7 +122072,7 @@ def index_hillrom_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hillrom_get_serialize( + _param = self._index_haskell_sadb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -122095,7 +122101,7 @@ def index_hillrom_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHaskellSADBAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -122106,7 +122112,7 @@ def index_hillrom_get_without_preload_content( return response_data.response - def _index_hillrom_get_serialize( + def _index_haskell_sadb_get_serialize( self, page, limit, @@ -122256,7 +122262,7 @@ def _index_hillrom_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hillrom', + resource_path='/index/haskell-sadb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -122273,7 +122279,7 @@ def _index_hillrom_get_serialize( @validate_call - def index_hitachi_energy_get( + def index_hcl_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -122308,10 +122314,10 @@ def index_hitachi_energy_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination: - """Return vulnerability data stored in index \"hitachi-energy\" + ) -> RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination: + """Return vulnerability data stored in index \"hcl\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` :param page: set the page number of the response :type page: int @@ -122377,7 +122383,7 @@ def index_hitachi_energy_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_energy_get_serialize( + _param = self._index_hcl_get_serialize( page=page, limit=limit, cursor=cursor, @@ -122406,7 +122412,7 @@ def index_hitachi_energy_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", '404': "str", '500': "str", } @@ -122422,7 +122428,7 @@ def index_hitachi_energy_get( @validate_call - def index_hitachi_energy_get_with_http_info( + def index_hcl_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -122457,10 +122463,10 @@ def index_hitachi_energy_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination]: - """Return vulnerability data stored in index \"hitachi-energy\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination]: + """Return vulnerability data stored in index \"hcl\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` :param page: set the page number of the response :type page: int @@ -122526,7 +122532,7 @@ def index_hitachi_energy_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_energy_get_serialize( + _param = self._index_hcl_get_serialize( page=page, limit=limit, cursor=cursor, @@ -122555,7 +122561,7 @@ def index_hitachi_energy_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", '404': "str", '500': "str", } @@ -122571,7 +122577,7 @@ def index_hitachi_energy_get_with_http_info( @validate_call - def index_hitachi_energy_get_without_preload_content( + def index_hcl_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -122607,9 +122613,9 @@ def index_hitachi_energy_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hitachi-energy\" + """Return vulnerability data stored in index \"hcl\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HCLSoftware Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hcl?cursor=` :param page: set the page number of the response :type page: int @@ -122675,7 +122681,7 @@ def index_hitachi_energy_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_energy_get_serialize( + _param = self._index_hcl_get_serialize( page=page, limit=limit, cursor=cursor, @@ -122704,7 +122710,7 @@ def index_hitachi_energy_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHCLPaginatePagination", '404': "str", '500': "str", } @@ -122715,7 +122721,7 @@ def index_hitachi_energy_get_without_preload_content( return response_data.response - def _index_hitachi_energy_get_serialize( + def _index_hcl_get_serialize( self, page, limit, @@ -122865,7 +122871,7 @@ def _index_hitachi_energy_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hitachi-energy', + resource_path='/index/hcl', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -122882,7 +122888,7 @@ def _index_hitachi_energy_get_serialize( @validate_call - def index_hitachi_get( + def index_hex_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -122917,10 +122923,10 @@ def index_hitachi_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination: - """Return vulnerability data stored in index \"hitachi\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"hex\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` :param page: set the page number of the response :type page: int @@ -122986,7 +122992,7 @@ def index_hitachi_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_get_serialize( + _param = self._index_hex_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123015,7 +123021,7 @@ def index_hitachi_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -123031,7 +123037,7 @@ def index_hitachi_get( @validate_call - def index_hitachi_get_with_http_info( + def index_hex_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -123066,10 +123072,10 @@ def index_hitachi_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination]: - """Return vulnerability data stored in index \"hitachi\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"hex\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` :param page: set the page number of the response :type page: int @@ -123135,7 +123141,7 @@ def index_hitachi_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_get_serialize( + _param = self._index_hex_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123164,7 +123170,7 @@ def index_hitachi_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -123180,7 +123186,7 @@ def index_hitachi_get_with_http_info( @validate_call - def index_hitachi_get_without_preload_content( + def index_hex_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -123216,9 +123222,9 @@ def index_hitachi_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hitachi\" + """Return vulnerability data stored in index \"hex\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hex index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hex (Erlang) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hex?cursor=` :param page: set the page number of the response :type page: int @@ -123284,7 +123290,7 @@ def index_hitachi_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hitachi_get_serialize( + _param = self._index_hex_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123313,7 +123319,7 @@ def index_hitachi_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -123324,7 +123330,7 @@ def index_hitachi_get_without_preload_content( return response_data.response - def _index_hitachi_get_serialize( + def _index_hex_get_serialize( self, page, limit, @@ -123474,7 +123480,7 @@ def _index_hitachi_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hitachi', + resource_path='/index/hex', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -123491,7 +123497,7 @@ def _index_hitachi_get_serialize( @validate_call - def index_hkcert_get( + def index_hikvision_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -123526,10 +123532,10 @@ def index_hkcert_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination: - """Return vulnerability data stored in index \"hkcert\" + ) -> RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination: + """Return vulnerability data stored in index \"hikvision\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` :param page: set the page number of the response :type page: int @@ -123595,7 +123601,7 @@ def index_hkcert_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hkcert_get_serialize( + _param = self._index_hikvision_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123624,7 +123630,7 @@ def index_hkcert_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", '404': "str", '500': "str", } @@ -123640,7 +123646,7 @@ def index_hkcert_get( @validate_call - def index_hkcert_get_with_http_info( + def index_hikvision_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -123675,10 +123681,10 @@ def index_hkcert_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination]: - """Return vulnerability data stored in index \"hkcert\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination]: + """Return vulnerability data stored in index \"hikvision\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` :param page: set the page number of the response :type page: int @@ -123744,7 +123750,7 @@ def index_hkcert_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hkcert_get_serialize( + _param = self._index_hikvision_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123773,7 +123779,7 @@ def index_hkcert_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", '404': "str", '500': "str", } @@ -123789,7 +123795,7 @@ def index_hkcert_get_with_http_info( @validate_call - def index_hkcert_get_without_preload_content( + def index_hikvision_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -123825,9 +123831,9 @@ def index_hkcert_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hkcert\" + """Return vulnerability data stored in index \"hikvision\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hikvision Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hikvision?cursor=` :param page: set the page number of the response :type page: int @@ -123893,7 +123899,7 @@ def index_hkcert_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hkcert_get_serialize( + _param = self._index_hikvision_get_serialize( page=page, limit=limit, cursor=cursor, @@ -123922,7 +123928,7 @@ def index_hkcert_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHIKVisionPaginatePagination", '404': "str", '500': "str", } @@ -123933,7 +123939,7 @@ def index_hkcert_get_without_preload_content( return response_data.response - def _index_hkcert_get_serialize( + def _index_hikvision_get_serialize( self, page, limit, @@ -124083,7 +124089,7 @@ def _index_hkcert_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hkcert', + resource_path='/index/hikvision', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -124100,7 +124106,7 @@ def _index_hkcert_get_serialize( @validate_call - def index_honeywell_get( + def index_hillrom_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -124135,10 +124141,10 @@ def index_honeywell_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination: - """Return vulnerability data stored in index \"honeywell\" + ) -> RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"hillrom\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` :param page: set the page number of the response :type page: int @@ -124204,7 +124210,7 @@ def index_honeywell_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_honeywell_get_serialize( + _param = self._index_hillrom_get_serialize( page=page, limit=limit, cursor=cursor, @@ -124233,7 +124239,7 @@ def index_honeywell_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -124249,7 +124255,7 @@ def index_honeywell_get( @validate_call - def index_honeywell_get_with_http_info( + def index_hillrom_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -124284,10 +124290,10 @@ def index_honeywell_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination]: - """Return vulnerability data stored in index \"honeywell\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"hillrom\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` :param page: set the page number of the response :type page: int @@ -124353,7 +124359,7 @@ def index_honeywell_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_honeywell_get_serialize( + _param = self._index_hillrom_get_serialize( page=page, limit=limit, cursor=cursor, @@ -124382,7 +124388,7 @@ def index_honeywell_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -124398,7 +124404,7 @@ def index_honeywell_get_with_http_info( @validate_call - def index_honeywell_get_without_preload_content( + def index_hillrom_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -124434,9 +124440,9 @@ def index_honeywell_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"honeywell\" + """Return vulnerability data stored in index \"hillrom\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hillrom Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hillrom?cursor=` :param page: set the page number of the response :type page: int @@ -124502,7 +124508,7 @@ def index_honeywell_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_honeywell_get_serialize( + _param = self._index_hillrom_get_serialize( page=page, limit=limit, cursor=cursor, @@ -124531,7 +124537,7 @@ def index_honeywell_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHillromAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -124542,7 +124548,7 @@ def index_honeywell_get_without_preload_content( return response_data.response - def _index_honeywell_get_serialize( + def _index_hillrom_get_serialize( self, page, limit, @@ -124692,7 +124698,7 @@ def _index_honeywell_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/honeywell', + resource_path='/index/hillrom', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -124709,7 +124715,7 @@ def _index_honeywell_get_serialize( @validate_call - def index_hp_get( + def index_hitachi_energy_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -124744,10 +124750,10 @@ def index_hp_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination: - """Return vulnerability data stored in index \"hp\" + ) -> RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination: + """Return vulnerability data stored in index \"hitachi-energy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` :param page: set the page number of the response :type page: int @@ -124813,7 +124819,7 @@ def index_hp_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hp_get_serialize( + _param = self._index_hitachi_energy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -124842,7 +124848,7 @@ def index_hp_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", '404': "str", '500': "str", } @@ -124858,7 +124864,7 @@ def index_hp_get( @validate_call - def index_hp_get_with_http_info( + def index_hitachi_energy_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -124893,10 +124899,10 @@ def index_hp_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination]: - """Return vulnerability data stored in index \"hp\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination]: + """Return vulnerability data stored in index \"hitachi-energy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` :param page: set the page number of the response :type page: int @@ -124962,7 +124968,7 @@ def index_hp_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hp_get_serialize( + _param = self._index_hitachi_energy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -124991,7 +124997,7 @@ def index_hp_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", '404': "str", '500': "str", } @@ -125007,7 +125013,7 @@ def index_hp_get_with_http_info( @validate_call - def index_hp_get_without_preload_content( + def index_hitachi_energy_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -125043,9 +125049,9 @@ def index_hp_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hp\" + """Return vulnerability data stored in index \"hitachi-energy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi-energy?cursor=` :param page: set the page number of the response :type page: int @@ -125111,7 +125117,7 @@ def index_hp_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hp_get_serialize( + _param = self._index_hitachi_energy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -125140,7 +125146,7 @@ def index_hp_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiEnergyPaginatePagination", '404': "str", '500': "str", } @@ -125151,7 +125157,7 @@ def index_hp_get_without_preload_content( return response_data.response - def _index_hp_get_serialize( + def _index_hitachi_energy_get_serialize( self, page, limit, @@ -125301,7 +125307,7 @@ def _index_hp_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hp', + resource_path='/index/hitachi-energy', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -125318,7 +125324,7 @@ def _index_hp_get_serialize( @validate_call - def index_hpe_get( + def index_hitachi_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -125353,10 +125359,10 @@ def index_hpe_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination: - """Return vulnerability data stored in index \"hpe\" + ) -> RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination: + """Return vulnerability data stored in index \"hitachi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` :param page: set the page number of the response :type page: int @@ -125422,7 +125428,7 @@ def index_hpe_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hpe_get_serialize( + _param = self._index_hitachi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -125451,7 +125457,7 @@ def index_hpe_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", '404': "str", '500': "str", } @@ -125467,7 +125473,7 @@ def index_hpe_get( @validate_call - def index_hpe_get_with_http_info( + def index_hitachi_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -125502,10 +125508,10 @@ def index_hpe_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination]: - """Return vulnerability data stored in index \"hpe\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination]: + """Return vulnerability data stored in index \"hitachi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` :param page: set the page number of the response :type page: int @@ -125571,7 +125577,7 @@ def index_hpe_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hpe_get_serialize( + _param = self._index_hitachi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -125600,7 +125606,7 @@ def index_hpe_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", '404': "str", '500': "str", } @@ -125616,7 +125622,7 @@ def index_hpe_get_with_http_info( @validate_call - def index_hpe_get_without_preload_content( + def index_hitachi_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -125652,9 +125658,9 @@ def index_hpe_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"hpe\" + """Return vulnerability data stored in index \"hitachi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hitachi Software Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hitachi?cursor=` :param page: set the page number of the response :type page: int @@ -125720,7 +125726,7 @@ def index_hpe_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_hpe_get_serialize( + _param = self._index_hitachi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -125749,7 +125755,7 @@ def index_hpe_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHitachiPaginatePagination", '404': "str", '500': "str", } @@ -125760,7 +125766,7 @@ def index_hpe_get_without_preload_content( return response_data.response - def _index_hpe_get_serialize( + def _index_hitachi_get_serialize( self, page, limit, @@ -125910,7 +125916,7 @@ def _index_hpe_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/hpe', + resource_path='/index/hitachi', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -125927,7 +125933,7 @@ def _index_hpe_get_serialize( @validate_call - def index_huawei_euleros_get( + def index_hkcert_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -125962,10 +125968,10 @@ def index_huawei_euleros_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination: - """Return vulnerability data stored in index \"huawei-euleros\" + ) -> RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination: + """Return vulnerability data stored in index \"hkcert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` :param page: set the page number of the response :type page: int @@ -126031,7 +126037,7 @@ def index_huawei_euleros_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_euleros_get_serialize( + _param = self._index_hkcert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126060,7 +126066,7 @@ def index_huawei_euleros_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", '404': "str", '500': "str", } @@ -126076,7 +126082,7 @@ def index_huawei_euleros_get( @validate_call - def index_huawei_euleros_get_with_http_info( + def index_hkcert_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -126111,10 +126117,10 @@ def index_huawei_euleros_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination]: - """Return vulnerability data stored in index \"huawei-euleros\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination]: + """Return vulnerability data stored in index \"hkcert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` :param page: set the page number of the response :type page: int @@ -126180,7 +126186,7 @@ def index_huawei_euleros_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_euleros_get_serialize( + _param = self._index_hkcert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126209,7 +126215,7 @@ def index_huawei_euleros_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", '404': "str", '500': "str", } @@ -126225,7 +126231,7 @@ def index_huawei_euleros_get_with_http_info( @validate_call - def index_huawei_euleros_get_without_preload_content( + def index_hkcert_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -126261,9 +126267,9 @@ def index_huawei_euleros_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"huawei-euleros\" + """Return vulnerability data stored in index \"hkcert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Hong Kong CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hkcert?cursor=` :param page: set the page number of the response :type page: int @@ -126329,7 +126335,7 @@ def index_huawei_euleros_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_euleros_get_serialize( + _param = self._index_hkcert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126358,7 +126364,7 @@ def index_huawei_euleros_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHKCertPaginatePagination", '404': "str", '500': "str", } @@ -126369,7 +126375,7 @@ def index_huawei_euleros_get_without_preload_content( return response_data.response - def _index_huawei_euleros_get_serialize( + def _index_hkcert_get_serialize( self, page, limit, @@ -126519,7 +126525,7 @@ def _index_huawei_euleros_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/huawei-euleros', + resource_path='/index/hkcert', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -126536,7 +126542,7 @@ def _index_huawei_euleros_get_serialize( @validate_call - def index_huawei_ips_get( + def index_honeywell_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -126571,10 +126577,10 @@ def index_huawei_ips_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination: - """Return vulnerability data stored in index \"huawei-ips\" + ) -> RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination: + """Return vulnerability data stored in index \"honeywell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` :param page: set the page number of the response :type page: int @@ -126640,7 +126646,7 @@ def index_huawei_ips_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_ips_get_serialize( + _param = self._index_honeywell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126669,7 +126675,7 @@ def index_huawei_ips_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", '404': "str", '500': "str", } @@ -126685,7 +126691,7 @@ def index_huawei_ips_get( @validate_call - def index_huawei_ips_get_with_http_info( + def index_honeywell_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -126720,10 +126726,10 @@ def index_huawei_ips_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination]: - """Return vulnerability data stored in index \"huawei-ips\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination]: + """Return vulnerability data stored in index \"honeywell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` :param page: set the page number of the response :type page: int @@ -126789,7 +126795,7 @@ def index_huawei_ips_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_ips_get_serialize( + _param = self._index_honeywell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126818,7 +126824,7 @@ def index_huawei_ips_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", '404': "str", '500': "str", } @@ -126834,7 +126840,7 @@ def index_huawei_ips_get_with_http_info( @validate_call - def index_huawei_ips_get_without_preload_content( + def index_honeywell_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -126870,9 +126876,9 @@ def index_huawei_ips_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"huawei-ips\" + """Return vulnerability data stored in index \"honeywell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Honeywell Cyber Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/honeywell?cursor=` :param page: set the page number of the response :type page: int @@ -126938,7 +126944,7 @@ def index_huawei_ips_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_ips_get_serialize( + _param = self._index_honeywell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -126967,7 +126973,7 @@ def index_huawei_ips_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHoneywellPaginatePagination", '404': "str", '500': "str", } @@ -126978,7 +126984,7 @@ def index_huawei_ips_get_without_preload_content( return response_data.response - def _index_huawei_ips_get_serialize( + def _index_honeywell_get_serialize( self, page, limit, @@ -127128,7 +127134,7 @@ def _index_huawei_ips_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/huawei-ips', + resource_path='/index/honeywell', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -127145,7 +127151,7 @@ def _index_huawei_ips_get_serialize( @validate_call - def index_huawei_psirt_get( + def index_hp_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -127180,10 +127186,10 @@ def index_huawei_psirt_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination: - """Return vulnerability data stored in index \"huawei-psirt\" + ) -> RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination: + """Return vulnerability data stored in index \"hp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` :param page: set the page number of the response :type page: int @@ -127249,7 +127255,7 @@ def index_huawei_psirt_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_psirt_get_serialize( + _param = self._index_hp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -127278,7 +127284,7 @@ def index_huawei_psirt_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", '404': "str", '500': "str", } @@ -127294,7 +127300,7 @@ def index_huawei_psirt_get( @validate_call - def index_huawei_psirt_get_with_http_info( + def index_hp_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -127329,10 +127335,10 @@ def index_huawei_psirt_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination]: - """Return vulnerability data stored in index \"huawei-psirt\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination]: + """Return vulnerability data stored in index \"hp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` :param page: set the page number of the response :type page: int @@ -127398,7 +127404,7 @@ def index_huawei_psirt_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_psirt_get_serialize( + _param = self._index_hp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -127427,7 +127433,7 @@ def index_huawei_psirt_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", '404': "str", '500': "str", } @@ -127443,7 +127449,7 @@ def index_huawei_psirt_get_with_http_info( @validate_call - def index_huawei_psirt_get_without_preload_content( + def index_hp_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -127479,9 +127485,9 @@ def index_huawei_psirt_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"huawei-psirt\" + """Return vulnerability data stored in index \"hp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HP Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hp?cursor=` :param page: set the page number of the response :type page: int @@ -127547,7 +127553,7 @@ def index_huawei_psirt_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_huawei_psirt_get_serialize( + _param = self._index_hp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -127576,7 +127582,7 @@ def index_huawei_psirt_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPPaginatePagination", '404': "str", '500': "str", } @@ -127587,7 +127593,7 @@ def index_huawei_psirt_get_without_preload_content( return response_data.response - def _index_huawei_psirt_get_serialize( + def _index_hp_get_serialize( self, page, limit, @@ -127737,7 +127743,7 @@ def _index_huawei_psirt_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/huawei-psirt', + resource_path='/index/hp', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -127754,7 +127760,7 @@ def _index_huawei_psirt_get_serialize( @validate_call - def index_iava_get( + def index_hpe_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -127789,10 +127795,10 @@ def index_iava_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination: - """Return vulnerability data stored in index \"iava\" + ) -> RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination: + """Return vulnerability data stored in index \"hpe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` :param page: set the page number of the response :type page: int @@ -127858,7 +127864,7 @@ def index_iava_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_iava_get_serialize( + _param = self._index_hpe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -127887,7 +127893,7 @@ def index_iava_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", '404': "str", '500': "str", } @@ -127903,7 +127909,7 @@ def index_iava_get( @validate_call - def index_iava_get_with_http_info( + def index_hpe_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -127938,10 +127944,10 @@ def index_iava_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination]: - """Return vulnerability data stored in index \"iava\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination]: + """Return vulnerability data stored in index \"hpe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` :param page: set the page number of the response :type page: int @@ -128007,7 +128013,7 @@ def index_iava_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_iava_get_serialize( + _param = self._index_hpe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -128036,7 +128042,7 @@ def index_iava_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", '404': "str", '500': "str", } @@ -128052,7 +128058,7 @@ def index_iava_get_with_http_info( @validate_call - def index_iava_get_without_preload_content( + def index_hpe_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -128088,9 +128094,9 @@ def index_iava_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"iava\" + """Return vulnerability data stored in index \"hpe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** HPE Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/hpe?cursor=` :param page: set the page number of the response :type page: int @@ -128156,7 +128162,7 @@ def index_iava_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_iava_get_serialize( + _param = self._index_hpe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -128185,7 +128191,7 @@ def index_iava_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHPEPaginatePagination", '404': "str", '500': "str", } @@ -128196,7 +128202,7 @@ def index_iava_get_without_preload_content( return response_data.response - def _index_iava_get_serialize( + def _index_hpe_get_serialize( self, page, limit, @@ -128346,7 +128352,7 @@ def _index_iava_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/iava', + resource_path='/index/hpe', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -128363,7 +128369,7 @@ def _index_iava_get_serialize( @validate_call - def index_ibm_get( + def index_huawei_euleros_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -128398,10 +128404,10 @@ def index_ibm_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination: - """Return vulnerability data stored in index \"ibm\" + ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination: + """Return vulnerability data stored in index \"huawei-euleros\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` :param page: set the page number of the response :type page: int @@ -128467,7 +128473,7 @@ def index_ibm_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ibm_get_serialize( + _param = self._index_huawei_euleros_get_serialize( page=page, limit=limit, cursor=cursor, @@ -128496,7 +128502,7 @@ def index_ibm_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", '404': "str", '500': "str", } @@ -128512,7 +128518,7 @@ def index_ibm_get( @validate_call - def index_ibm_get_with_http_info( + def index_huawei_euleros_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -128547,10 +128553,10 @@ def index_ibm_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination]: - """Return vulnerability data stored in index \"ibm\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination]: + """Return vulnerability data stored in index \"huawei-euleros\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` :param page: set the page number of the response :type page: int @@ -128616,7 +128622,7 @@ def index_ibm_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ibm_get_serialize( + _param = self._index_huawei_euleros_get_serialize( page=page, limit=limit, cursor=cursor, @@ -128645,7 +128651,7 @@ def index_ibm_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", '404': "str", '500': "str", } @@ -128661,7 +128667,7 @@ def index_ibm_get_with_http_info( @validate_call - def index_ibm_get_without_preload_content( + def index_huawei_euleros_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -128697,9 +128703,9 @@ def index_ibm_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ibm\" + """Return vulnerability data stored in index \"huawei-euleros\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenEuler Operating System Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-euleros?cursor=` :param page: set the page number of the response :type page: int @@ -128765,7 +128771,7 @@ def index_ibm_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ibm_get_serialize( + _param = self._index_huawei_euleros_get_serialize( page=page, limit=limit, cursor=cursor, @@ -128794,7 +128800,7 @@ def index_ibm_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiEulerOSPaginatePagination", '404': "str", '500': "str", } @@ -128805,7 +128811,7 @@ def index_ibm_get_without_preload_content( return response_data.response - def _index_ibm_get_serialize( + def _index_huawei_euleros_get_serialize( self, page, limit, @@ -128955,7 +128961,7 @@ def _index_ibm_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ibm', + resource_path='/index/huawei-euleros', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -128972,7 +128978,7 @@ def _index_ibm_get_serialize( @validate_call - def index_idemia_get( + def index_huawei_ips_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129007,10 +129013,10 @@ def index_idemia_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination: - """Return vulnerability data stored in index \"idemia\" + ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination: + """Return vulnerability data stored in index \"huawei-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` :param page: set the page number of the response :type page: int @@ -129076,7 +129082,7 @@ def index_idemia_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_idemia_get_serialize( + _param = self._index_huawei_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -129105,7 +129111,7 @@ def index_idemia_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", '404': "str", '500': "str", } @@ -129121,7 +129127,7 @@ def index_idemia_get( @validate_call - def index_idemia_get_with_http_info( + def index_huawei_ips_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129156,10 +129162,10 @@ def index_idemia_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination]: - """Return vulnerability data stored in index \"idemia\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination]: + """Return vulnerability data stored in index \"huawei-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` :param page: set the page number of the response :type page: int @@ -129225,7 +129231,7 @@ def index_idemia_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_idemia_get_serialize( + _param = self._index_huawei_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -129254,7 +129260,7 @@ def index_idemia_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", '404': "str", '500': "str", } @@ -129270,7 +129276,7 @@ def index_idemia_get_with_http_info( @validate_call - def index_idemia_get_without_preload_content( + def index_huawei_ips_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129306,9 +129312,9 @@ def index_idemia_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"idemia\" + """Return vulnerability data stored in index \"huawei-ips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei IPS Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-ips?cursor=` :param page: set the page number of the response :type page: int @@ -129374,7 +129380,7 @@ def index_idemia_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_idemia_get_serialize( + _param = self._index_huawei_ips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -129403,7 +129409,7 @@ def index_idemia_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiIPSPaginatePagination", '404': "str", '500': "str", } @@ -129414,7 +129420,7 @@ def index_idemia_get_without_preload_content( return response_data.response - def _index_idemia_get_serialize( + def _index_huawei_ips_get_serialize( self, page, limit, @@ -129564,7 +129570,7 @@ def _index_idemia_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/idemia', + resource_path='/index/huawei-ips', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -129581,7 +129587,7 @@ def _index_idemia_get_serialize( @validate_call - def index_il_alerts_get( + def index_huawei_psirt_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129616,10 +129622,10 @@ def index_il_alerts_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination: - """Return vulnerability data stored in index \"il-alerts\" + ) -> RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination: + """Return vulnerability data stored in index \"huawei-psirt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` :param page: set the page number of the response :type page: int @@ -129685,7 +129691,7 @@ def index_il_alerts_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_alerts_get_serialize( + _param = self._index_huawei_psirt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -129714,7 +129720,7 @@ def index_il_alerts_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", '404': "str", '500': "str", } @@ -129730,7 +129736,7 @@ def index_il_alerts_get( @validate_call - def index_il_alerts_get_with_http_info( + def index_huawei_psirt_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129765,10 +129771,10 @@ def index_il_alerts_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination]: - """Return vulnerability data stored in index \"il-alerts\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination]: + """Return vulnerability data stored in index \"huawei-psirt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` :param page: set the page number of the response :type page: int @@ -129834,7 +129840,7 @@ def index_il_alerts_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_alerts_get_serialize( + _param = self._index_huawei_psirt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -129863,7 +129869,7 @@ def index_il_alerts_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", '404': "str", '500': "str", } @@ -129879,7 +129885,7 @@ def index_il_alerts_get_with_http_info( @validate_call - def index_il_alerts_get_without_preload_content( + def index_huawei_psirt_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -129915,9 +129921,9 @@ def index_il_alerts_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"il-alerts\" + """Return vulnerability data stored in index \"huawei-psirt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Huawei Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/huawei-psirt?cursor=` :param page: set the page number of the response :type page: int @@ -129983,7 +129989,7 @@ def index_il_alerts_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_alerts_get_serialize( + _param = self._index_huawei_psirt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -130012,7 +130018,7 @@ def index_il_alerts_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryHuaweiPaginatePagination", '404': "str", '500': "str", } @@ -130023,7 +130029,7 @@ def index_il_alerts_get_without_preload_content( return response_data.response - def _index_il_alerts_get_serialize( + def _index_huawei_psirt_get_serialize( self, page, limit, @@ -130173,7 +130179,7 @@ def _index_il_alerts_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/il-alerts', + resource_path='/index/huawei-psirt', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -130190,7 +130196,7 @@ def _index_il_alerts_get_serialize( @validate_call - def index_il_vulnerabilities_get( + def index_iava_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -130225,10 +130231,10 @@ def index_il_vulnerabilities_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination: - """Return vulnerability data stored in index \"il-vulnerabilities\" + ) -> RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination: + """Return vulnerability data stored in index \"iava\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` :param page: set the page number of the response :type page: int @@ -130294,7 +130300,7 @@ def index_il_vulnerabilities_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_vulnerabilities_get_serialize( + _param = self._index_iava_get_serialize( page=page, limit=limit, cursor=cursor, @@ -130323,7 +130329,7 @@ def index_il_vulnerabilities_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", '404': "str", '500': "str", } @@ -130339,7 +130345,7 @@ def index_il_vulnerabilities_get( @validate_call - def index_il_vulnerabilities_get_with_http_info( + def index_iava_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -130374,10 +130380,10 @@ def index_il_vulnerabilities_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination]: - """Return vulnerability data stored in index \"il-vulnerabilities\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination]: + """Return vulnerability data stored in index \"iava\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` :param page: set the page number of the response :type page: int @@ -130443,7 +130449,7 @@ def index_il_vulnerabilities_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_vulnerabilities_get_serialize( + _param = self._index_iava_get_serialize( page=page, limit=limit, cursor=cursor, @@ -130472,7 +130478,7 @@ def index_il_vulnerabilities_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", '404': "str", '500': "str", } @@ -130488,7 +130494,7 @@ def index_il_vulnerabilities_get_with_http_info( @validate_call - def index_il_vulnerabilities_get_without_preload_content( + def index_iava_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -130524,9 +130530,9 @@ def index_il_vulnerabilities_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"il-vulnerabilities\" + """Return vulnerability data stored in index \"iava\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the iava index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Information Assurance Vulnerability Alerts (IAVA) ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/iava?cursor=` :param page: set the page number of the response :type page: int @@ -130592,7 +130598,7 @@ def index_il_vulnerabilities_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_il_vulnerabilities_get_serialize( + _param = self._index_iava_get_serialize( page=page, limit=limit, cursor=cursor, @@ -130621,7 +130627,7 @@ def index_il_vulnerabilities_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIAVAPaginatePagination", '404': "str", '500': "str", } @@ -130632,7 +130638,7 @@ def index_il_vulnerabilities_get_without_preload_content( return response_data.response - def _index_il_vulnerabilities_get_serialize( + def _index_iava_get_serialize( self, page, limit, @@ -130782,7 +130788,7 @@ def _index_il_vulnerabilities_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/il-vulnerabilities', + resource_path='/index/iava', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -130799,7 +130805,7 @@ def _index_il_vulnerabilities_get_serialize( @validate_call - def index_incibe_get( + def index_ibm_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -130834,10 +130840,10 @@ def index_incibe_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"incibe\" + ) -> RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination: + """Return vulnerability data stored in index \"ibm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` :param page: set the page number of the response :type page: int @@ -130903,7 +130909,7 @@ def index_incibe_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_incibe_get_serialize( + _param = self._index_ibm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -130932,7 +130938,7 @@ def index_incibe_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", '404': "str", '500': "str", } @@ -130948,156 +130954,7 @@ def index_incibe_get( @validate_call - def index_incibe_get_with_http_info( - self, - page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, - limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, - cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, - start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, - cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, - updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, - updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, - last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, - last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, - pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, - pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"incibe\" - - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` - - :param page: set the page number of the response - :type page: int - :param limit: limit the number of findings in the response - :type limit: int - :param cursor: continue server-side paging using a cursor id - :type cursor: str - :param start_cursor: request server-side paging - :type start_cursor: str - :param cve: Specify a CVE ID to search with. - :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str - :param published: Specify a published date - :type published: str - :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. - :type updated_at_start_date: str - :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. - :type updated_at_end_date: str - :param last_mod_start_date: Specify a starting last modified date to filter with. - :type last_mod_start_date: str - :param last_mod_end_date: Specify an ending last modified date to filter with. - :type last_mod_end_date: str - :param pub_start_date: Specify a starting published date to filter with. - :type pub_start_date: str - :param pub_end_date: Specify an ending published date to filter with. - :type pub_end_date: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._index_incibe_get_serialize( - page=page, - limit=limit, - cursor=cursor, - start_cursor=start_cursor, - cve=cve, - alias=alias, - iava=iava, - jvndb=jvndb, - ilvn=ilvn, - threat_actor=threat_actor, - mitre_id=mitre_id, - misp_id=misp_id, - ransomware=ransomware, - botnet=botnet, - published=published, - updated_at_start_date=updated_at_start_date, - updated_at_end_date=updated_at_end_date, - last_mod_start_date=last_mod_start_date, - last_mod_end_date=last_mod_end_date, - pub_start_date=pub_start_date, - pub_end_date=pub_end_date, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", - '404': "str", - '500': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def index_incibe_get_without_preload_content( + def index_ibm_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -131132,10 +130989,10 @@ def index_incibe_get_without_preload_content( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Return vulnerability data stored in index \"incibe\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination]: + """Return vulnerability data stored in index \"ibm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` :param page: set the page number of the response :type page: int @@ -131201,7 +131058,7 @@ def index_incibe_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_incibe_get_serialize( + _param = self._index_ibm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -131230,7 +131087,156 @@ def index_incibe_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_ibm_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"ibm\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** IBM Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ibm?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ibm_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIBMPaginatePagination", '404': "str", '500': "str", } @@ -131241,7 +131247,7 @@ def index_incibe_get_without_preload_content( return response_data.response - def _index_incibe_get_serialize( + def _index_ibm_get_serialize( self, page, limit, @@ -131391,7 +131397,7 @@ def _index_incibe_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/incibe', + resource_path='/index/ibm', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -131408,7 +131414,7 @@ def _index_incibe_get_serialize( @validate_call - def index_initial_access_get( + def index_idemia_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -131443,10 +131449,10 @@ def index_initial_access_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination: - """Return vulnerability data stored in index \"initial-access\" + ) -> RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination: + """Return vulnerability data stored in index \"idemia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` :param page: set the page number of the response :type page: int @@ -131512,7 +131518,7 @@ def index_initial_access_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_get_serialize( + _param = self._index_idemia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -131541,7 +131547,7 @@ def index_initial_access_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", '404': "str", '500': "str", } @@ -131557,7 +131563,7 @@ def index_initial_access_get( @validate_call - def index_initial_access_get_with_http_info( + def index_idemia_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -131592,10 +131598,10 @@ def index_initial_access_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination]: - """Return vulnerability data stored in index \"initial-access\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination]: + """Return vulnerability data stored in index \"idemia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` :param page: set the page number of the response :type page: int @@ -131661,7 +131667,7 @@ def index_initial_access_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_get_serialize( + _param = self._index_idemia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -131690,7 +131696,7 @@ def index_initial_access_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", '404': "str", '500': "str", } @@ -131706,7 +131712,7 @@ def index_initial_access_get_with_http_info( @validate_call - def index_initial_access_get_without_preload_content( + def index_idemia_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -131742,9 +131748,9 @@ def index_initial_access_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"initial-access\" + """Return vulnerability data stored in index \"idemia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Idemia Product Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/idemia?cursor=` :param page: set the page number of the response :type page: int @@ -131810,7 +131816,7 @@ def index_initial_access_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_get_serialize( + _param = self._index_idemia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -131839,7 +131845,7 @@ def index_initial_access_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIdemiaPaginatePagination", '404': "str", '500': "str", } @@ -131850,7 +131856,7 @@ def index_initial_access_get_without_preload_content( return response_data.response - def _index_initial_access_get_serialize( + def _index_idemia_get_serialize( self, page, limit, @@ -132000,7 +132006,7 @@ def _index_initial_access_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/initial-access', + resource_path='/index/idemia', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -132017,7 +132023,7 @@ def _index_initial_access_get_serialize( @validate_call - def index_initial_access_git_get( + def index_il_alerts_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132052,10 +132058,10 @@ def index_initial_access_git_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination: - """Return vulnerability data stored in index \"initial-access-git\" + ) -> RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination: + """Return vulnerability data stored in index \"il-alerts\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` :param page: set the page number of the response :type page: int @@ -132121,7 +132127,7 @@ def index_initial_access_git_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_git_get_serialize( + _param = self._index_il_alerts_get_serialize( page=page, limit=limit, cursor=cursor, @@ -132150,7 +132156,7 @@ def index_initial_access_git_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", '404': "str", '500': "str", } @@ -132166,7 +132172,7 @@ def index_initial_access_git_get( @validate_call - def index_initial_access_git_get_with_http_info( + def index_il_alerts_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132201,10 +132207,10 @@ def index_initial_access_git_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination]: - """Return vulnerability data stored in index \"initial-access-git\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination]: + """Return vulnerability data stored in index \"il-alerts\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` :param page: set the page number of the response :type page: int @@ -132270,7 +132276,7 @@ def index_initial_access_git_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_git_get_serialize( + _param = self._index_il_alerts_get_serialize( page=page, limit=limit, cursor=cursor, @@ -132299,7 +132305,7 @@ def index_initial_access_git_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", '404': "str", '500': "str", } @@ -132315,7 +132321,7 @@ def index_initial_access_git_get_with_http_info( @validate_call - def index_initial_access_git_get_without_preload_content( + def index_il_alerts_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132351,9 +132357,9 @@ def index_initial_access_git_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"initial-access-git\" + """Return vulnerability data stored in index \"il-alerts\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-alerts?cursor=` :param page: set the page number of the response :type page: int @@ -132419,7 +132425,7 @@ def index_initial_access_git_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_initial_access_git_get_serialize( + _param = self._index_il_alerts_get_serialize( page=page, limit=limit, cursor=cursor, @@ -132448,7 +132454,7 @@ def index_initial_access_git_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliAlertPaginatePagination", '404': "str", '500': "str", } @@ -132459,7 +132465,7 @@ def index_initial_access_git_get_without_preload_content( return response_data.response - def _index_initial_access_git_get_serialize( + def _index_il_alerts_get_serialize( self, page, limit, @@ -132609,7 +132615,7 @@ def _index_initial_access_git_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/initial-access-git', + resource_path='/index/il-alerts', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -132626,7 +132632,7 @@ def _index_initial_access_git_get_serialize( @validate_call - def index_intel_get( + def index_il_vulnerabilities_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132661,10 +132667,10 @@ def index_intel_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination: - """Return vulnerability data stored in index \"intel\" + ) -> RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination: + """Return vulnerability data stored in index \"il-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -132730,7 +132736,7 @@ def index_intel_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_intel_get_serialize( + _param = self._index_il_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -132759,7 +132765,7 @@ def index_intel_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", '404': "str", '500': "str", } @@ -132775,7 +132781,7 @@ def index_intel_get( @validate_call - def index_intel_get_with_http_info( + def index_il_vulnerabilities_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132810,10 +132816,10 @@ def index_intel_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination]: - """Return vulnerability data stored in index \"intel\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination]: + """Return vulnerability data stored in index \"il-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -132879,7 +132885,7 @@ def index_intel_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_intel_get_serialize( + _param = self._index_il_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -132908,7 +132914,7 @@ def index_intel_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", '404': "str", '500': "str", } @@ -132924,7 +132930,7 @@ def index_intel_get_with_http_info( @validate_call - def index_intel_get_without_preload_content( + def index_il_vulnerabilities_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -132960,9 +132966,9 @@ def index_intel_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"intel\" + """Return vulnerability data stored in index \"il-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Gov.il CVE Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/il-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -133028,7 +133034,7 @@ def index_intel_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_intel_get_serialize( + _param = self._index_il_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -133057,7 +133063,7 @@ def index_intel_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIsraeliVulnerabilityPaginatePagination", '404': "str", '500': "str", } @@ -133068,7 +133074,7 @@ def index_intel_get_without_preload_content( return response_data.response - def _index_intel_get_serialize( + def _index_il_vulnerabilities_get_serialize( self, page, limit, @@ -133218,7 +133224,7 @@ def _index_intel_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/intel', + resource_path='/index/il-vulnerabilities', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -133235,7 +133241,7 @@ def _index_intel_get_serialize( @validate_call - def index_ipintel10d_get( + def index_incibe_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -133244,19 +133250,14 @@ def index_ipintel10d_get( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -133275,10 +133276,10 @@ def index_ipintel10d_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: - """Return vulnerability data stored in index \"ipintel-10d\" + ) -> RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"incibe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` :param page: set the page number of the response :type page: int @@ -133294,6 +133295,10 @@ def index_ipintel10d_get( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -133304,22 +133309,8 @@ def index_ipintel10d_get( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -133354,7 +133345,7 @@ def index_ipintel10d_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel10d_get_serialize( + _param = self._index_incibe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -133362,19 +133353,14 @@ def index_ipintel10d_get( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -133388,7 +133374,7 @@ def index_ipintel10d_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -133404,7 +133390,7 @@ def index_ipintel10d_get( @validate_call - def index_ipintel10d_get_with_http_info( + def index_incibe_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -133413,19 +133399,14 @@ def index_ipintel10d_get_with_http_info( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -133444,10 +133425,10 @@ def index_ipintel10d_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: - """Return vulnerability data stored in index \"ipintel-10d\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"incibe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` :param page: set the page number of the response :type page: int @@ -133463,6 +133444,10 @@ def index_ipintel10d_get_with_http_info( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -133473,22 +133458,8 @@ def index_ipintel10d_get_with_http_info( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -133523,7 +133494,7 @@ def index_ipintel10d_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel10d_get_serialize( + _param = self._index_incibe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -133531,19 +133502,14 @@ def index_ipintel10d_get_with_http_info( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -133557,7 +133523,7 @@ def index_ipintel10d_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -133573,7 +133539,7 @@ def index_ipintel10d_get_with_http_info( @validate_call - def index_ipintel10d_get_without_preload_content( + def index_incibe_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -133582,19 +133548,14 @@ def index_ipintel10d_get_without_preload_content( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -133614,9 +133575,9 @@ def index_ipintel10d_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ipintel-10d\" + """Return vulnerability data stored in index \"incibe\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Incibe CERT Early Warnings ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/incibe?cursor=` :param page: set the page number of the response :type page: int @@ -133632,6 +133593,10 @@ def index_ipintel10d_get_without_preload_content( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -133642,22 +133607,8 @@ def index_ipintel10d_get_without_preload_content( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -133692,7 +133643,7 @@ def index_ipintel10d_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel10d_get_serialize( + _param = self._index_incibe_get_serialize( page=page, limit=limit, cursor=cursor, @@ -133700,19 +133651,14 @@ def index_ipintel10d_get_without_preload_content( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -133726,7 +133672,7 @@ def index_ipintel10d_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIncibeAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -133737,7 +133683,7 @@ def index_ipintel10d_get_without_preload_content( return response_data.response - def _index_ipintel10d_get_serialize( + def _index_incibe_get_serialize( self, page, limit, @@ -133746,19 +133692,14 @@ def _index_ipintel10d_get_serialize( cve, alias, iava, + jvndb, + ilvn, threat_actor, mitre_id, misp_id, ransomware, botnet, - cidr, - asn, - country, - country_code, - id, - kind, - hostname, - matches, + published, updated_at_start_date, updated_at_end_date, last_mod_start_date, @@ -133815,6 +133756,14 @@ def _index_ipintel10d_get_serialize( _query_params.append(('iava', iava)) + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + if threat_actor is not None: _query_params.append(('threat_actor', threat_actor)) @@ -133835,37 +133784,9 @@ def _index_ipintel10d_get_serialize( _query_params.append(('botnet', botnet)) - if cidr is not None: - - _query_params.append(('cidr', cidr)) - - if asn is not None: - - _query_params.append(('asn', asn)) - - if country is not None: - - _query_params.append(('country', country)) - - if country_code is not None: - - _query_params.append(('country_code', country_code)) - - if id is not None: - - _query_params.append(('id', id)) - - if kind is not None: - - _query_params.append(('kind', kind)) - - if hostname is not None: - - _query_params.append(('hostname', hostname)) - - if matches is not None: + if published is not None: - _query_params.append(('matches', matches)) + _query_params.append(('published', published)) if updated_at_start_date is not None: @@ -133912,7 +133833,7 @@ def _index_ipintel10d_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ipintel-10d', + resource_path='/index/incibe', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -133929,7 +133850,7 @@ def _index_ipintel10d_get_serialize( @validate_call - def index_ipintel30d_get( + def index_initial_access_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -133938,19 +133859,14 @@ def index_ipintel30d_get( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -133969,10 +133885,10 @@ def index_ipintel30d_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: - """Return vulnerability data stored in index \"ipintel-30d\" + ) -> RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination: + """Return vulnerability data stored in index \"initial-access\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` :param page: set the page number of the response :type page: int @@ -133988,6 +133904,10 @@ def index_ipintel30d_get( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -133998,22 +133918,8 @@ def index_ipintel30d_get( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -134048,7 +133954,7 @@ def index_ipintel30d_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel30d_get_serialize( + _param = self._index_initial_access_get_serialize( page=page, limit=limit, cursor=cursor, @@ -134056,19 +133962,14 @@ def index_ipintel30d_get( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -134082,7 +133983,7 @@ def index_ipintel30d_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", '404': "str", '500': "str", } @@ -134098,7 +133999,7 @@ def index_ipintel30d_get( @validate_call - def index_ipintel30d_get_with_http_info( + def index_initial_access_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -134107,19 +134008,14 @@ def index_ipintel30d_get_with_http_info( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -134138,10 +134034,10 @@ def index_ipintel30d_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: - """Return vulnerability data stored in index \"ipintel-30d\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination]: + """Return vulnerability data stored in index \"initial-access\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` :param page: set the page number of the response :type page: int @@ -134157,6 +134053,10 @@ def index_ipintel30d_get_with_http_info( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -134167,22 +134067,8 @@ def index_ipintel30d_get_with_http_info( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -134217,7 +134103,7 @@ def index_ipintel30d_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel30d_get_serialize( + _param = self._index_initial_access_get_serialize( page=page, limit=limit, cursor=cursor, @@ -134225,19 +134111,14 @@ def index_ipintel30d_get_with_http_info( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -134251,7 +134132,7 @@ def index_ipintel30d_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", '404': "str", '500': "str", } @@ -134267,7 +134148,7 @@ def index_ipintel30d_get_with_http_info( @validate_call - def index_ipintel30d_get_without_preload_content( + def index_initial_access_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -134276,19 +134157,14 @@ def index_ipintel30d_get_without_preload_content( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -134308,9 +134184,9 @@ def index_ipintel30d_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ipintel-30d\" + """Return vulnerability data stored in index \"initial-access\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access?cursor=` :param page: set the page number of the response :type page: int @@ -134326,6 +134202,10 @@ def index_ipintel30d_get_without_preload_content( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -134336,22 +134216,8 @@ def index_ipintel30d_get_without_preload_content( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -134386,7 +134252,7 @@ def index_ipintel30d_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel30d_get_serialize( + _param = self._index_initial_access_get_serialize( page=page, limit=limit, cursor=cursor, @@ -134394,19 +134260,14 @@ def index_ipintel30d_get_without_preload_content( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -134420,7 +134281,7 @@ def index_ipintel30d_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", '404': "str", '500': "str", } @@ -134431,7 +134292,7 @@ def index_ipintel30d_get_without_preload_content( return response_data.response - def _index_ipintel30d_get_serialize( + def _index_initial_access_get_serialize( self, page, limit, @@ -134440,19 +134301,14 @@ def _index_ipintel30d_get_serialize( cve, alias, iava, + jvndb, + ilvn, threat_actor, mitre_id, misp_id, ransomware, botnet, - cidr, - asn, - country, - country_code, - id, - kind, - hostname, - matches, + published, updated_at_start_date, updated_at_end_date, last_mod_start_date, @@ -134509,6 +134365,14 @@ def _index_ipintel30d_get_serialize( _query_params.append(('iava', iava)) + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + if threat_actor is not None: _query_params.append(('threat_actor', threat_actor)) @@ -134529,37 +134393,9 @@ def _index_ipintel30d_get_serialize( _query_params.append(('botnet', botnet)) - if cidr is not None: - - _query_params.append(('cidr', cidr)) - - if asn is not None: - - _query_params.append(('asn', asn)) - - if country is not None: - - _query_params.append(('country', country)) - - if country_code is not None: - - _query_params.append(('country_code', country_code)) - - if id is not None: - - _query_params.append(('id', id)) - - if kind is not None: - - _query_params.append(('kind', kind)) - - if hostname is not None: - - _query_params.append(('hostname', hostname)) - - if matches is not None: + if published is not None: - _query_params.append(('matches', matches)) + _query_params.append(('published', published)) if updated_at_start_date is not None: @@ -134606,7 +134442,7 @@ def _index_ipintel30d_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ipintel-30d', + resource_path='/index/initial-access', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -134623,7 +134459,7 @@ def _index_ipintel30d_get_serialize( @validate_call - def index_ipintel3d_get( + def index_initial_access_git_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -134632,19 +134468,14 @@ def index_ipintel3d_get( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -134663,10 +134494,10 @@ def index_ipintel3d_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: - """Return vulnerability data stored in index \"ipintel-3d\" + ) -> RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination: + """Return vulnerability data stored in index \"initial-access-git\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` :param page: set the page number of the response :type page: int @@ -134682,6 +134513,10 @@ def index_ipintel3d_get( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -134692,22 +134527,8 @@ def index_ipintel3d_get( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -134742,7 +134563,7 @@ def index_ipintel3d_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel3d_get_serialize( + _param = self._index_initial_access_git_get_serialize( page=page, limit=limit, cursor=cursor, @@ -134750,19 +134571,14 @@ def index_ipintel3d_get( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -134776,7 +134592,7 @@ def index_ipintel3d_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", '404': "str", '500': "str", } @@ -134792,7 +134608,7 @@ def index_ipintel3d_get( @validate_call - def index_ipintel3d_get_with_http_info( + def index_initial_access_git_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -134801,19 +134617,14 @@ def index_ipintel3d_get_with_http_info( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -134832,10 +134643,10 @@ def index_ipintel3d_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: - """Return vulnerability data stored in index \"ipintel-3d\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination]: + """Return vulnerability data stored in index \"initial-access-git\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` :param page: set the page number of the response :type page: int @@ -134851,6 +134662,10 @@ def index_ipintel3d_get_with_http_info( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -134861,22 +134676,2818 @@ def index_ipintel3d_get_with_http_info( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_initial_access_git_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_initial_access_git_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"initial-access-git\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/initial-access-git?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_initial_access_git_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayApiInitialAccessPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_initial_access_git_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + jvndb, + ilvn, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + published, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if published is not None: + + _query_params.append(('published', published)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/initial-access-git', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_intel_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination: + """Return vulnerability data stored in index \"intel\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_intel_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_intel_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination]: + """Return vulnerability data stored in index \"intel\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_intel_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_intel_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"intel\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the intel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Intel® Product Security Center Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/intel?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_intel_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIntelPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_intel_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + jvndb, + ilvn, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + published, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if published is not None: + + _query_params.append(('published', published)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/intel', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_ipintel10d_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: + """Return vulnerability data stored in index \"ipintel-10d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel10d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_ipintel10d_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: + """Return vulnerability data stored in index \"ipintel-10d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel10d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_ipintel10d_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"ipintel-10d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-10d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel10d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_ipintel10d_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + cidr, + asn, + country, + country_code, + id, + kind, + hostname, + matches, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if cidr is not None: + + _query_params.append(('cidr', cidr)) + + if asn is not None: + + _query_params.append(('asn', asn)) + + if country is not None: + + _query_params.append(('country', country)) + + if country_code is not None: + + _query_params.append(('country_code', country_code)) + + if id is not None: + + _query_params.append(('id', id)) + + if kind is not None: + + _query_params.append(('kind', kind)) + + if hostname is not None: + + _query_params.append(('hostname', hostname)) + + if matches is not None: + + _query_params.append(('matches', matches)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/ipintel-10d', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_ipintel30d_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: + """Return vulnerability data stored in index \"ipintel-30d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel30d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_ipintel30d_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: + """Return vulnerability data stored in index \"ipintel-30d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel30d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_ipintel30d_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"ipintel-30d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-30d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel30d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_ipintel30d_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + cidr, + asn, + country, + country_code, + id, + kind, + hostname, + matches, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if cidr is not None: + + _query_params.append(('cidr', cidr)) + + if asn is not None: + + _query_params.append(('asn', asn)) + + if country is not None: + + _query_params.append(('country', country)) + + if country_code is not None: + + _query_params.append(('country_code', country_code)) + + if id is not None: + + _query_params.append(('id', id)) + + if kind is not None: + + _query_params.append(('kind', kind)) + + if hostname is not None: + + _query_params.append(('hostname', hostname)) + + if matches is not None: + + _query_params.append(('matches', matches)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/ipintel-30d', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_ipintel3d_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: + """Return vulnerability data stored in index \"ipintel-3d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel3d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_ipintel3d_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: + """Return vulnerability data stored in index \"ipintel-3d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel3d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_ipintel3d_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"ipintel-3d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -134944,6 +137555,531 @@ def index_ipintel3d_get_with_http_info( _host_index=_host_index ) + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_ipintel3d_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + cidr, + asn, + country, + country_code, + id, + kind, + hostname, + matches, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if cidr is not None: + + _query_params.append(('cidr', cidr)) + + if asn is not None: + + _query_params.append(('asn', asn)) + + if country is not None: + + _query_params.append(('country', country)) + + if country_code is not None: + + _query_params.append(('country_code', country_code)) + + if id is not None: + + _query_params.append(('id', id)) + + if kind is not None: + + _query_params.append(('kind', kind)) + + if hostname is not None: + + _query_params.append(('hostname', hostname)) + + if matches is not None: + + _query_params.append(('matches', matches)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/ipintel-3d', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_ipintel90d_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: + """Return vulnerability data stored in index \"ipintel-90d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel90d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_ipintel90d_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, + asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, + country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, + country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, + id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, + kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, + hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, + matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: + """Return vulnerability data stored in index \"ipintel-90d\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param cidr: Specify an IPv4 or IPv6 CIDR + :type cidr: str + :param asn: Autonomous system number + :type asn: str + :param country: Country name ISO-3166?? format + :type country: str + :param country_code: Country code in ISO-3166?? format + :type country_code: str + :param id: Record type + :type id: str + :param kind: Kind of IpIntel Finding + :type kind: str + :param hostname: Match a string in the list of hostnames + :type hostname: str + :param matches: Search for a string in the field describing the finding + :type matches: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ipintel90d_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + cidr=cidr, + asn=asn, + country=country, + country_code=country_code, + id=id, + kind=kind, + hostname=hostname, + matches=matches, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + _response_types_map: Dict[str, Optional[str]] = { '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", '404': "str", @@ -134961,7 +138097,7 @@ def index_ipintel3d_get_with_http_info( @validate_call - def index_ipintel3d_get_without_preload_content( + def index_ipintel90d_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -135002,9 +138138,9 @@ def index_ipintel3d_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ipintel-3d\" + """Return vulnerability data stored in index \"ipintel-90d\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-3d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` :param page: set the page number of the response :type page: int @@ -135080,7 +138216,7 @@ def index_ipintel3d_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel3d_get_serialize( + _param = self._index_ipintel90d_get_serialize( page=page, limit=limit, cursor=cursor, @@ -135125,7 +138261,7 @@ def index_ipintel3d_get_without_preload_content( return response_data.response - def _index_ipintel3d_get_serialize( + def _index_ipintel90d_get_serialize( self, page, limit, @@ -135300,7 +138436,7 @@ def _index_ipintel3d_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ipintel-3d', + resource_path='/index/ipintel-90d', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -135317,7 +138453,7 @@ def _index_ipintel3d_get_serialize( @validate_call - def index_ipintel90d_get( + def index_istio_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -135326,19 +138462,14 @@ def index_ipintel90d_get( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -135357,10 +138488,10 @@ def index_ipintel90d_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination: - """Return vulnerability data stored in index \"ipintel-90d\" + ) -> RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination: + """Return vulnerability data stored in index \"istio\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` :param page: set the page number of the response :type page: int @@ -135376,6 +138507,10 @@ def index_ipintel90d_get( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -135386,22 +138521,8 @@ def index_ipintel90d_get( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -135436,7 +138557,7 @@ def index_ipintel90d_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel90d_get_serialize( + _param = self._index_istio_get_serialize( page=page, limit=limit, cursor=cursor, @@ -135444,19 +138565,14 @@ def index_ipintel90d_get( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -135470,7 +138586,7 @@ def index_ipintel90d_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", '404': "str", '500': "str", } @@ -135486,7 +138602,7 @@ def index_ipintel90d_get( @validate_call - def index_ipintel90d_get_with_http_info( + def index_istio_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -135495,19 +138611,14 @@ def index_ipintel90d_get_with_http_info( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -135526,10 +138637,10 @@ def index_ipintel90d_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination]: - """Return vulnerability data stored in index \"ipintel-90d\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination]: + """Return vulnerability data stored in index \"istio\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` :param page: set the page number of the response :type page: int @@ -135545,6 +138656,10 @@ def index_ipintel90d_get_with_http_info( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -135555,22 +138670,617 @@ def index_ipintel90d_get_with_http_info( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_istio_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def index_istio_get_without_preload_content( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Return vulnerability data stored in index \"istio\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_istio_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _index_istio_get_serialize( + self, + page, + limit, + cursor, + start_cursor, + cve, + alias, + iava, + jvndb, + ilvn, + threat_actor, + mitre_id, + misp_id, + ransomware, + botnet, + published, + updated_at_start_date, + updated_at_end_date, + last_mod_start_date, + last_mod_end_date, + pub_start_date, + pub_end_date, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if page is not None: + + _query_params.append(('page', page)) + + if limit is not None: + + _query_params.append(('limit', limit)) + + if cursor is not None: + + _query_params.append(('cursor', cursor)) + + if start_cursor is not None: + + _query_params.append(('start_cursor', start_cursor)) + + if cve is not None: + + _query_params.append(('cve', cve)) + + if alias is not None: + + _query_params.append(('alias', alias)) + + if iava is not None: + + _query_params.append(('iava', iava)) + + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + + if threat_actor is not None: + + _query_params.append(('threat_actor', threat_actor)) + + if mitre_id is not None: + + _query_params.append(('mitre_id', mitre_id)) + + if misp_id is not None: + + _query_params.append(('misp_id', misp_id)) + + if ransomware is not None: + + _query_params.append(('ransomware', ransomware)) + + if botnet is not None: + + _query_params.append(('botnet', botnet)) + + if published is not None: + + _query_params.append(('published', published)) + + if updated_at_start_date is not None: + + _query_params.append(('updatedAtStartDate', updated_at_start_date)) + + if updated_at_end_date is not None: + + _query_params.append(('updatedAtEndDate', updated_at_end_date)) + + if last_mod_start_date is not None: + + _query_params.append(('lastModStartDate', last_mod_start_date)) + + if last_mod_end_date is not None: + + _query_params.append(('lastModEndDate', last_mod_end_date)) + + if pub_start_date is not None: + + _query_params.append(('pubStartDate', pub_start_date)) + + if pub_end_date is not None: + + _query_params.append(('pubEndDate', pub_end_date)) + + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Bearer' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/index/istio', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def index_ivanti_get( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination: + """Return vulnerability data stored in index \"ivanti\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str + :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. + :type updated_at_start_date: str + :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. + :type updated_at_end_date: str + :param last_mod_start_date: Specify a starting last modified date to filter with. + :type last_mod_start_date: str + :param last_mod_end_date: Specify an ending last modified date to filter with. + :type last_mod_end_date: str + :param pub_start_date: Specify a starting published date to filter with. + :type pub_start_date: str + :param pub_end_date: Specify an ending published date to filter with. + :type pub_end_date: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._index_ivanti_get_serialize( + page=page, + limit=limit, + cursor=cursor, + start_cursor=start_cursor, + cve=cve, + alias=alias, + iava=iava, + jvndb=jvndb, + ilvn=ilvn, + threat_actor=threat_actor, + mitre_id=mitre_id, + misp_id=misp_id, + ransomware=ransomware, + botnet=botnet, + published=published, + updated_at_start_date=updated_at_start_date, + updated_at_end_date=updated_at_end_date, + last_mod_start_date=last_mod_start_date, + last_mod_end_date=last_mod_end_date, + pub_start_date=pub_start_date, + pub_end_date=pub_end_date, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", + '404': "str", + '500': "str", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def index_ivanti_get_with_http_info( + self, + page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, + limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, + cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, + start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, + cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, + alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, + iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, + threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, + mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, + misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, + ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, + botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, + updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, + last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, + last_mod_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending last modified date to filter with.")] = None, + pub_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, + pub_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination]: + """Return vulnerability data stored in index \"ivanti\" + + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` + + :param page: set the page number of the response + :type page: int + :param limit: limit the number of findings in the response + :type limit: int + :param cursor: continue server-side paging using a cursor id + :type cursor: str + :param start_cursor: request server-side paging + :type start_cursor: str + :param cve: Specify a CVE ID to search with. + :type cve: str + :param alias: Specify a vulnerability alias to search with. + :type alias: str + :param iava: Specify an IAVA ID to search with. + :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str + :param threat_actor: Specify a threat actor name to search with. + :type threat_actor: str + :param mitre_id: Specify a MITRE ID to search with. + :type mitre_id: str + :param misp_id: Specify a MISP ID to search with. + :type misp_id: str + :param ransomware: Specify a ransomeware family name to search with. + :type ransomware: str + :param botnet: Specify a botnet name to search with. + :type botnet: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -135605,7 +139315,7 @@ def index_ipintel90d_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel90d_get_serialize( + _param = self._index_ivanti_get_serialize( page=page, limit=limit, cursor=cursor, @@ -135613,19 +139323,14 @@ def index_ipintel90d_get_with_http_info( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -135639,7 +139344,7 @@ def index_ipintel90d_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", '404': "str", '500': "str", } @@ -135655,7 +139360,7 @@ def index_ipintel90d_get_with_http_info( @validate_call - def index_ipintel90d_get_without_preload_content( + def index_ivanti_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -135664,19 +139369,14 @@ def index_ipintel90d_get_without_preload_content( cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, + jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, + ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, - cidr: Annotated[Optional[StrictStr], Field(description="Specify an IPv4 or IPv6 CIDR")] = None, - asn: Annotated[Optional[StrictStr], Field(description="Autonomous system number")] = None, - country: Annotated[Optional[StrictStr], Field(description="Country name ISO-3166?? format")] = None, - country_code: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166?? format")] = None, - id: Annotated[Optional[StrictStr], Field(description="Record type")] = None, - kind: Annotated[Optional[StrictStr], Field(description="Kind of IpIntel Finding")] = None, - hostname: Annotated[Optional[StrictStr], Field(description="Match a string in the list of hostnames")] = None, - matches: Annotated[Optional[StrictStr], Field(description="Search for a string in the field describing the finding")] = None, + published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, updated_at_end_date: Annotated[Optional[StrictStr], Field(description="Specify an ending 'updated-at' date to filter with.")] = None, last_mod_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting last modified date to filter with.")] = None, @@ -135696,9 +139396,9 @@ def index_ipintel90d_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ipintel-90d\" + """Return vulnerability data stored in index \"ivanti\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ipintel-90d?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` :param page: set the page number of the response :type page: int @@ -135714,6 +139414,10 @@ def index_ipintel90d_get_without_preload_content( :type alias: str :param iava: Specify an IAVA ID to search with. :type iava: str + :param jvndb: Specify a JVNDB ID to search with. + :type jvndb: str + :param ilvn: Specify an ILVN ID to search with. + :type ilvn: str :param threat_actor: Specify a threat actor name to search with. :type threat_actor: str :param mitre_id: Specify a MITRE ID to search with. @@ -135724,22 +139428,8 @@ def index_ipintel90d_get_without_preload_content( :type ransomware: str :param botnet: Specify a botnet name to search with. :type botnet: str - :param cidr: Specify an IPv4 or IPv6 CIDR - :type cidr: str - :param asn: Autonomous system number - :type asn: str - :param country: Country name ISO-3166?? format - :type country: str - :param country_code: Country code in ISO-3166?? format - :type country_code: str - :param id: Record type - :type id: str - :param kind: Kind of IpIntel Finding - :type kind: str - :param hostname: Match a string in the list of hostnames - :type hostname: str - :param matches: Search for a string in the field describing the finding - :type matches: str + :param published: Specify a published date + :type published: str :param updated_at_start_date: Specify a starting 'updated-at' date to filter with. :type updated_at_start_date: str :param updated_at_end_date: Specify an ending 'updated-at' date to filter with. @@ -135774,7 +139464,7 @@ def index_ipintel90d_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ipintel90d_get_serialize( + _param = self._index_ivanti_get_serialize( page=page, limit=limit, cursor=cursor, @@ -135782,19 +139472,14 @@ def index_ipintel90d_get_without_preload_content( cve=cve, alias=alias, iava=iava, + jvndb=jvndb, + ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, - cidr=cidr, - asn=asn, - country=country, - country_code=country_code, - id=id, - kind=kind, - hostname=hostname, - matches=matches, + published=published, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, @@ -135808,7 +139493,7 @@ def index_ipintel90d_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIpIntelRecordPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", '404': "str", '500': "str", } @@ -135819,7 +139504,7 @@ def index_ipintel90d_get_without_preload_content( return response_data.response - def _index_ipintel90d_get_serialize( + def _index_ivanti_get_serialize( self, page, limit, @@ -135828,19 +139513,14 @@ def _index_ipintel90d_get_serialize( cve, alias, iava, + jvndb, + ilvn, threat_actor, mitre_id, misp_id, ransomware, botnet, - cidr, - asn, - country, - country_code, - id, - kind, - hostname, - matches, + published, updated_at_start_date, updated_at_end_date, last_mod_start_date, @@ -135897,6 +139577,14 @@ def _index_ipintel90d_get_serialize( _query_params.append(('iava', iava)) + if jvndb is not None: + + _query_params.append(('jvndb', jvndb)) + + if ilvn is not None: + + _query_params.append(('ilvn', ilvn)) + if threat_actor is not None: _query_params.append(('threat_actor', threat_actor)) @@ -135917,37 +139605,9 @@ def _index_ipintel90d_get_serialize( _query_params.append(('botnet', botnet)) - if cidr is not None: - - _query_params.append(('cidr', cidr)) - - if asn is not None: - - _query_params.append(('asn', asn)) - - if country is not None: - - _query_params.append(('country', country)) - - if country_code is not None: - - _query_params.append(('country_code', country_code)) - - if id is not None: - - _query_params.append(('id', id)) - - if kind is not None: - - _query_params.append(('kind', kind)) - - if hostname is not None: - - _query_params.append(('hostname', hostname)) - - if matches is not None: + if published is not None: - _query_params.append(('matches', matches)) + _query_params.append(('published', published)) if updated_at_start_date is not None: @@ -135994,7 +139654,7 @@ def _index_ipintel90d_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ipintel-90d', + resource_path='/index/ivanti', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -136011,7 +139671,7 @@ def _index_ipintel90d_get_serialize( @validate_call - def index_istio_get( + def index_ivanti_rss_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136046,10 +139706,10 @@ def index_istio_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination: - """Return vulnerability data stored in index \"istio\" + ) -> RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination: + """Return vulnerability data stored in index \"ivanti-rss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` :param page: set the page number of the response :type page: int @@ -136115,7 +139775,7 @@ def index_istio_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_istio_get_serialize( + _param = self._index_ivanti_rss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -136144,7 +139804,7 @@ def index_istio_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", '404': "str", '500': "str", } @@ -136160,7 +139820,7 @@ def index_istio_get( @validate_call - def index_istio_get_with_http_info( + def index_ivanti_rss_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136195,10 +139855,10 @@ def index_istio_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination]: - """Return vulnerability data stored in index \"istio\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination]: + """Return vulnerability data stored in index \"ivanti-rss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` :param page: set the page number of the response :type page: int @@ -136264,7 +139924,7 @@ def index_istio_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_istio_get_serialize( + _param = self._index_ivanti_rss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -136293,7 +139953,7 @@ def index_istio_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", '404': "str", '500': "str", } @@ -136309,7 +139969,7 @@ def index_istio_get_with_http_info( @validate_call - def index_istio_get_without_preload_content( + def index_ivanti_rss_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136345,9 +140005,9 @@ def index_istio_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"istio\" + """Return vulnerability data stored in index \"ivanti-rss\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the istio index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Istio Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/istio?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` :param page: set the page number of the response :type page: int @@ -136413,7 +140073,7 @@ def index_istio_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_istio_get_serialize( + _param = self._index_ivanti_rss_get_serialize( page=page, limit=limit, cursor=cursor, @@ -136442,7 +140102,7 @@ def index_istio_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIstioPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", '404': "str", '500': "str", } @@ -136453,7 +140113,7 @@ def index_istio_get_without_preload_content( return response_data.response - def _index_istio_get_serialize( + def _index_ivanti_rss_get_serialize( self, page, limit, @@ -136603,7 +140263,7 @@ def _index_istio_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/istio', + resource_path='/index/ivanti-rss', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -136620,7 +140280,7 @@ def _index_istio_get_serialize( @validate_call - def index_ivanti_get( + def index_jenkins_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136655,10 +140315,10 @@ def index_ivanti_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination: - """Return vulnerability data stored in index \"ivanti\" + ) -> RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination: + """Return vulnerability data stored in index \"jenkins\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` :param page: set the page number of the response :type page: int @@ -136724,7 +140384,7 @@ def index_ivanti_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_get_serialize( + _param = self._index_jenkins_get_serialize( page=page, limit=limit, cursor=cursor, @@ -136753,7 +140413,7 @@ def index_ivanti_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", '404': "str", '500': "str", } @@ -136769,7 +140429,7 @@ def index_ivanti_get( @validate_call - def index_ivanti_get_with_http_info( + def index_jenkins_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136804,10 +140464,10 @@ def index_ivanti_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination]: - """Return vulnerability data stored in index \"ivanti\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination]: + """Return vulnerability data stored in index \"jenkins\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` :param page: set the page number of the response :type page: int @@ -136873,7 +140533,7 @@ def index_ivanti_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_get_serialize( + _param = self._index_jenkins_get_serialize( page=page, limit=limit, cursor=cursor, @@ -136902,7 +140562,7 @@ def index_ivanti_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", '404': "str", '500': "str", } @@ -136918,7 +140578,7 @@ def index_ivanti_get_with_http_info( @validate_call - def index_ivanti_get_without_preload_content( + def index_jenkins_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -136954,9 +140614,9 @@ def index_ivanti_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ivanti\" + """Return vulnerability data stored in index \"jenkins\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` :param page: set the page number of the response :type page: int @@ -137022,7 +140682,7 @@ def index_ivanti_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_get_serialize( + _param = self._index_jenkins_get_serialize( page=page, limit=limit, cursor=cursor, @@ -137051,7 +140711,7 @@ def index_ivanti_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", '404': "str", '500': "str", } @@ -137062,7 +140722,7 @@ def index_ivanti_get_without_preload_content( return response_data.response - def _index_ivanti_get_serialize( + def _index_jenkins_get_serialize( self, page, limit, @@ -137212,7 +140872,7 @@ def _index_ivanti_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ivanti', + resource_path='/index/jenkins', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -137229,7 +140889,7 @@ def _index_ivanti_get_serialize( @validate_call - def index_ivanti_rss_get( + def index_jetbrains_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -137264,10 +140924,10 @@ def index_ivanti_rss_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination: - """Return vulnerability data stored in index \"ivanti-rss\" + ) -> RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination: + """Return vulnerability data stored in index \"jetbrains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` :param page: set the page number of the response :type page: int @@ -137333,7 +140993,7 @@ def index_ivanti_rss_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_rss_get_serialize( + _param = self._index_jetbrains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -137362,7 +141022,7 @@ def index_ivanti_rss_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", '404': "str", '500': "str", } @@ -137378,7 +141038,7 @@ def index_ivanti_rss_get( @validate_call - def index_ivanti_rss_get_with_http_info( + def index_jetbrains_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -137413,10 +141073,10 @@ def index_ivanti_rss_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination]: - """Return vulnerability data stored in index \"ivanti-rss\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination]: + """Return vulnerability data stored in index \"jetbrains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` :param page: set the page number of the response :type page: int @@ -137482,7 +141142,7 @@ def index_ivanti_rss_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_rss_get_serialize( + _param = self._index_jetbrains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -137511,7 +141171,7 @@ def index_ivanti_rss_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", '404': "str", '500': "str", } @@ -137527,7 +141187,7 @@ def index_ivanti_rss_get_with_http_info( @validate_call - def index_ivanti_rss_get_without_preload_content( + def index_jetbrains_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -137563,9 +141223,9 @@ def index_ivanti_rss_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ivanti-rss\" + """Return vulnerability data stored in index \"jetbrains\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ivanti Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ivanti-rss?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` :param page: set the page number of the response :type page: int @@ -137631,7 +141291,7 @@ def index_ivanti_rss_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ivanti_rss_get_serialize( + _param = self._index_jetbrains_get_serialize( page=page, limit=limit, cursor=cursor, @@ -137660,7 +141320,7 @@ def index_ivanti_rss_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryIvantiRSSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", '404': "str", '500': "str", } @@ -137671,7 +141331,7 @@ def index_ivanti_rss_get_without_preload_content( return response_data.response - def _index_ivanti_rss_get_serialize( + def _index_jetbrains_get_serialize( self, page, limit, @@ -137821,7 +141481,7 @@ def _index_ivanti_rss_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ivanti-rss', + resource_path='/index/jetbrains', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -137838,7 +141498,7 @@ def _index_ivanti_rss_get_serialize( @validate_call - def index_jenkins_get( + def index_jfrog_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -137873,10 +141533,10 @@ def index_jenkins_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination: - """Return vulnerability data stored in index \"jenkins\" + ) -> RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination: + """Return vulnerability data stored in index \"jfrog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` :param page: set the page number of the response :type page: int @@ -137942,7 +141602,7 @@ def index_jenkins_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jenkins_get_serialize( + _param = self._index_jfrog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -137971,7 +141631,7 @@ def index_jenkins_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", '404': "str", '500': "str", } @@ -137987,7 +141647,7 @@ def index_jenkins_get( @validate_call - def index_jenkins_get_with_http_info( + def index_jfrog_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -138022,10 +141682,10 @@ def index_jenkins_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination]: - """Return vulnerability data stored in index \"jenkins\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination]: + """Return vulnerability data stored in index \"jfrog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` :param page: set the page number of the response :type page: int @@ -138091,7 +141751,7 @@ def index_jenkins_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jenkins_get_serialize( + _param = self._index_jfrog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -138120,7 +141780,7 @@ def index_jenkins_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", '404': "str", '500': "str", } @@ -138136,7 +141796,7 @@ def index_jenkins_get_with_http_info( @validate_call - def index_jenkins_get_without_preload_content( + def index_jfrog_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -138172,9 +141832,9 @@ def index_jenkins_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jenkins\" + """Return vulnerability data stored in index \"jfrog\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Jenkins Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jenkins?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` :param page: set the page number of the response :type page: int @@ -138240,7 +141900,7 @@ def index_jenkins_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jenkins_get_serialize( + _param = self._index_jfrog_get_serialize( page=page, limit=limit, cursor=cursor, @@ -138269,7 +141929,7 @@ def index_jenkins_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJenkinsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", '404': "str", '500': "str", } @@ -138280,7 +141940,7 @@ def index_jenkins_get_without_preload_content( return response_data.response - def _index_jenkins_get_serialize( + def _index_jfrog_get_serialize( self, page, limit, @@ -138430,7 +142090,7 @@ def _index_jenkins_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jenkins', + resource_path='/index/jfrog', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -138447,7 +142107,7 @@ def _index_jenkins_get_serialize( @validate_call - def index_jetbrains_get( + def index_jnj_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -138482,10 +142142,10 @@ def index_jetbrains_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination: - """Return vulnerability data stored in index \"jetbrains\" + ) -> RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"jnj\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` :param page: set the page number of the response :type page: int @@ -138551,7 +142211,7 @@ def index_jetbrains_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jetbrains_get_serialize( + _param = self._index_jnj_get_serialize( page=page, limit=limit, cursor=cursor, @@ -138580,7 +142240,7 @@ def index_jetbrains_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -138596,7 +142256,7 @@ def index_jetbrains_get( @validate_call - def index_jetbrains_get_with_http_info( + def index_jnj_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -138631,10 +142291,10 @@ def index_jetbrains_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination]: - """Return vulnerability data stored in index \"jetbrains\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"jnj\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` :param page: set the page number of the response :type page: int @@ -138700,7 +142360,7 @@ def index_jetbrains_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jetbrains_get_serialize( + _param = self._index_jnj_get_serialize( page=page, limit=limit, cursor=cursor, @@ -138729,7 +142389,7 @@ def index_jetbrains_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -138745,7 +142405,7 @@ def index_jetbrains_get_with_http_info( @validate_call - def index_jetbrains_get_without_preload_content( + def index_jnj_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -138781,9 +142441,9 @@ def index_jetbrains_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jetbrains\" + """Return vulnerability data stored in index \"jnj\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JetBrains Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jetbrains?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` :param page: set the page number of the response :type page: int @@ -138849,7 +142509,7 @@ def index_jetbrains_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jetbrains_get_serialize( + _param = self._index_jnj_get_serialize( page=page, limit=limit, cursor=cursor, @@ -138878,7 +142538,7 @@ def index_jetbrains_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJetBrainsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -138889,7 +142549,7 @@ def index_jetbrains_get_without_preload_content( return response_data.response - def _index_jetbrains_get_serialize( + def _index_jnj_get_serialize( self, page, limit, @@ -139039,7 +142699,7 @@ def _index_jetbrains_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jetbrains', + resource_path='/index/jnj', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -139056,7 +142716,7 @@ def _index_jetbrains_get_serialize( @validate_call - def index_jfrog_get( + def index_juniper_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139091,10 +142751,10 @@ def index_jfrog_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination: - """Return vulnerability data stored in index \"jfrog\" + ) -> RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination: + """Return vulnerability data stored in index \"juniper\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` :param page: set the page number of the response :type page: int @@ -139160,7 +142820,7 @@ def index_jfrog_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jfrog_get_serialize( + _param = self._index_juniper_get_serialize( page=page, limit=limit, cursor=cursor, @@ -139189,7 +142849,7 @@ def index_jfrog_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", '404': "str", '500': "str", } @@ -139205,7 +142865,7 @@ def index_jfrog_get( @validate_call - def index_jfrog_get_with_http_info( + def index_juniper_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139240,10 +142900,10 @@ def index_jfrog_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination]: - """Return vulnerability data stored in index \"jfrog\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination]: + """Return vulnerability data stored in index \"juniper\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` :param page: set the page number of the response :type page: int @@ -139309,7 +142969,7 @@ def index_jfrog_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jfrog_get_serialize( + _param = self._index_juniper_get_serialize( page=page, limit=limit, cursor=cursor, @@ -139338,7 +142998,7 @@ def index_jfrog_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", '404': "str", '500': "str", } @@ -139354,7 +143014,7 @@ def index_jfrog_get_with_http_info( @validate_call - def index_jfrog_get_without_preload_content( + def index_juniper_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139390,9 +143050,9 @@ def index_jfrog_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jfrog\" + """Return vulnerability data stored in index \"juniper\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** JFrog Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jfrog?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` :param page: set the page number of the response :type page: int @@ -139458,7 +143118,7 @@ def index_jfrog_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jfrog_get_serialize( + _param = self._index_juniper_get_serialize( page=page, limit=limit, cursor=cursor, @@ -139487,7 +143147,7 @@ def index_jfrog_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJFrogPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", '404': "str", '500': "str", } @@ -139498,7 +143158,7 @@ def index_jfrog_get_without_preload_content( return response_data.response - def _index_jfrog_get_serialize( + def _index_juniper_get_serialize( self, page, limit, @@ -139648,7 +143308,7 @@ def _index_jfrog_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jfrog', + resource_path='/index/juniper', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -139665,7 +143325,7 @@ def _index_jfrog_get_serialize( @validate_call - def index_jnj_get( + def index_jvn_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139700,10 +143360,10 @@ def index_jnj_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"jnj\" + ) -> RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination: + """Return vulnerability data stored in index \"jvn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` :param page: set the page number of the response :type page: int @@ -139769,7 +143429,7 @@ def index_jnj_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jnj_get_serialize( + _param = self._index_jvn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -139798,7 +143458,7 @@ def index_jnj_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", '404': "str", '500': "str", } @@ -139814,7 +143474,7 @@ def index_jnj_get( @validate_call - def index_jnj_get_with_http_info( + def index_jvn_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139849,10 +143509,10 @@ def index_jnj_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"jnj\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination]: + """Return vulnerability data stored in index \"jvn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` :param page: set the page number of the response :type page: int @@ -139918,7 +143578,7 @@ def index_jnj_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jnj_get_serialize( + _param = self._index_jvn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -139947,7 +143607,7 @@ def index_jnj_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", '404': "str", '500': "str", } @@ -139963,7 +143623,7 @@ def index_jnj_get_with_http_info( @validate_call - def index_jnj_get_without_preload_content( + def index_jvn_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -139999,9 +143659,9 @@ def index_jnj_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jnj\" + """Return vulnerability data stored in index \"jvn\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Johnson & Johnson Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jnj?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` :param page: set the page number of the response :type page: int @@ -140067,7 +143727,7 @@ def index_jnj_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jnj_get_serialize( + _param = self._index_jvn_get_serialize( page=page, limit=limit, cursor=cursor, @@ -140096,7 +143756,7 @@ def index_jnj_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJNJAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", '404': "str", '500': "str", } @@ -140107,7 +143767,7 @@ def index_jnj_get_without_preload_content( return response_data.response - def _index_jnj_get_serialize( + def _index_jvn_get_serialize( self, page, limit, @@ -140257,7 +143917,7 @@ def _index_jnj_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jnj', + resource_path='/index/jvn', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -140274,7 +143934,7 @@ def _index_jnj_get_serialize( @validate_call - def index_juniper_get( + def index_jvndb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -140309,10 +143969,10 @@ def index_juniper_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination: - """Return vulnerability data stored in index \"juniper\" + ) -> RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination: + """Return vulnerability data stored in index \"jvndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` :param page: set the page number of the response :type page: int @@ -140378,7 +144038,7 @@ def index_juniper_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_juniper_get_serialize( + _param = self._index_jvndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -140407,7 +144067,7 @@ def index_juniper_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", '404': "str", '500': "str", } @@ -140423,7 +144083,7 @@ def index_juniper_get( @validate_call - def index_juniper_get_with_http_info( + def index_jvndb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -140458,10 +144118,10 @@ def index_juniper_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination]: - """Return vulnerability data stored in index \"juniper\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination]: + """Return vulnerability data stored in index \"jvndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` :param page: set the page number of the response :type page: int @@ -140527,7 +144187,7 @@ def index_juniper_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_juniper_get_serialize( + _param = self._index_jvndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -140556,7 +144216,7 @@ def index_juniper_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", '404': "str", '500': "str", } @@ -140572,7 +144232,7 @@ def index_juniper_get_with_http_info( @validate_call - def index_juniper_get_without_preload_content( + def index_jvndb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -140608,9 +144268,9 @@ def index_juniper_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"juniper\" + """Return vulnerability data stored in index \"jvndb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Juniper Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/juniper?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` :param page: set the page number of the response :type page: int @@ -140676,7 +144336,7 @@ def index_juniper_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_juniper_get_serialize( + _param = self._index_jvndb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -140705,7 +144365,7 @@ def index_juniper_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJuniperPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", '404': "str", '500': "str", } @@ -140716,7 +144376,7 @@ def index_juniper_get_without_preload_content( return response_data.response - def _index_juniper_get_serialize( + def _index_jvndb_get_serialize( self, page, limit, @@ -140866,7 +144526,7 @@ def _index_juniper_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/juniper', + resource_path='/index/jvndb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -140883,7 +144543,7 @@ def _index_juniper_get_serialize( @validate_call - def index_jvn_get( + def index_kaspersky_ics_cert_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -140918,10 +144578,10 @@ def index_jvn_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination: - """Return vulnerability data stored in index \"jvn\" + ) -> RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"kaspersky-ics-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` :param page: set the page number of the response :type page: int @@ -140987,7 +144647,7 @@ def index_jvn_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvn_get_serialize( + _param = self._index_kaspersky_ics_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141016,7 +144676,7 @@ def index_jvn_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -141032,7 +144692,7 @@ def index_jvn_get( @validate_call - def index_jvn_get_with_http_info( + def index_kaspersky_ics_cert_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -141067,10 +144727,10 @@ def index_jvn_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination]: - """Return vulnerability data stored in index \"jvn\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"kaspersky-ics-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` :param page: set the page number of the response :type page: int @@ -141136,7 +144796,7 @@ def index_jvn_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvn_get_serialize( + _param = self._index_kaspersky_ics_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141165,7 +144825,7 @@ def index_jvn_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -141181,7 +144841,7 @@ def index_jvn_get_with_http_info( @validate_call - def index_jvn_get_without_preload_content( + def index_kaspersky_ics_cert_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -141217,9 +144877,9 @@ def index_jvn_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jvn\" + """Return vulnerability data stored in index \"kaspersky-ics-cert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvn?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` :param page: set the page number of the response :type page: int @@ -141285,7 +144945,7 @@ def index_jvn_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvn_get_serialize( + _param = self._index_kaspersky_ics_cert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141314,7 +144974,7 @@ def index_jvn_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -141325,7 +144985,7 @@ def index_jvn_get_without_preload_content( return response_data.response - def _index_jvn_get_serialize( + def _index_kaspersky_ics_cert_get_serialize( self, page, limit, @@ -141475,7 +145135,7 @@ def _index_jvn_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jvn', + resource_path='/index/kaspersky-ics-cert', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -141492,7 +145152,7 @@ def _index_jvn_get_serialize( @validate_call - def index_jvndb_get( + def index_korelogic_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -141527,10 +145187,10 @@ def index_jvndb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination: - """Return vulnerability data stored in index \"jvndb\" + ) -> RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination: + """Return vulnerability data stored in index \"korelogic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` :param page: set the page number of the response :type page: int @@ -141596,7 +145256,7 @@ def index_jvndb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvndb_get_serialize( + _param = self._index_korelogic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141625,7 +145285,7 @@ def index_jvndb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", '404': "str", '500': "str", } @@ -141641,7 +145301,7 @@ def index_jvndb_get( @validate_call - def index_jvndb_get_with_http_info( + def index_korelogic_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -141676,10 +145336,10 @@ def index_jvndb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination]: - """Return vulnerability data stored in index \"jvndb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination]: + """Return vulnerability data stored in index \"korelogic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` :param page: set the page number of the response :type page: int @@ -141745,7 +145405,7 @@ def index_jvndb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvndb_get_serialize( + _param = self._index_korelogic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141774,7 +145434,7 @@ def index_jvndb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", '404': "str", '500': "str", } @@ -141790,7 +145450,7 @@ def index_jvndb_get_with_http_info( @validate_call - def index_jvndb_get_without_preload_content( + def index_korelogic_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -141826,9 +145486,9 @@ def index_jvndb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"jvndb\" + """Return vulnerability data stored in index \"korelogic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Japan Vulnerability Notes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/jvndb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` :param page: set the page number of the response :type page: int @@ -141894,7 +145554,7 @@ def index_jvndb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_jvndb_get_serialize( + _param = self._index_korelogic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -141923,7 +145583,7 @@ def index_jvndb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryJVNAdvisoryItemPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", '404': "str", '500': "str", } @@ -141934,7 +145594,7 @@ def index_jvndb_get_without_preload_content( return response_data.response - def _index_jvndb_get_serialize( + def _index_korelogic_get_serialize( self, page, limit, @@ -142084,7 +145744,7 @@ def _index_jvndb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/jvndb', + resource_path='/index/korelogic', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -142101,7 +145761,7 @@ def _index_jvndb_get_serialize( @validate_call - def index_kaspersky_ics_cert_get( + def index_krcert_security_notices_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -142136,10 +145796,10 @@ def index_kaspersky_ics_cert_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"kaspersky-ics-cert\" + ) -> RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"krcert-security-notices\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` :param page: set the page number of the response :type page: int @@ -142205,7 +145865,7 @@ def index_kaspersky_ics_cert_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kaspersky_ics_cert_get_serialize( + _param = self._index_krcert_security_notices_get_serialize( page=page, limit=limit, cursor=cursor, @@ -142234,7 +145894,7 @@ def index_kaspersky_ics_cert_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -142250,7 +145910,7 @@ def index_kaspersky_ics_cert_get( @validate_call - def index_kaspersky_ics_cert_get_with_http_info( + def index_krcert_security_notices_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -142285,10 +145945,10 @@ def index_kaspersky_ics_cert_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"kaspersky-ics-cert\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"krcert-security-notices\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` :param page: set the page number of the response :type page: int @@ -142354,7 +146014,7 @@ def index_kaspersky_ics_cert_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kaspersky_ics_cert_get_serialize( + _param = self._index_krcert_security_notices_get_serialize( page=page, limit=limit, cursor=cursor, @@ -142383,7 +146043,7 @@ def index_kaspersky_ics_cert_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -142399,7 +146059,7 @@ def index_kaspersky_ics_cert_get_with_http_info( @validate_call - def index_kaspersky_ics_cert_get_without_preload_content( + def index_krcert_security_notices_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -142435,9 +146095,9 @@ def index_kaspersky_ics_cert_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"kaspersky-ics-cert\" + """Return vulnerability data stored in index \"krcert-security-notices\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kaspersky ICS CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kaspersky-ics-cert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` :param page: set the page number of the response :type page: int @@ -142503,7 +146163,7 @@ def index_kaspersky_ics_cert_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kaspersky_ics_cert_get_serialize( + _param = self._index_krcert_security_notices_get_serialize( page=page, limit=limit, cursor=cursor, @@ -142532,7 +146192,7 @@ def index_kaspersky_ics_cert_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKasperskyICSCERTAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -142543,7 +146203,7 @@ def index_kaspersky_ics_cert_get_without_preload_content( return response_data.response - def _index_kaspersky_ics_cert_get_serialize( + def _index_krcert_security_notices_get_serialize( self, page, limit, @@ -142693,7 +146353,7 @@ def _index_kaspersky_ics_cert_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/kaspersky-ics-cert', + resource_path='/index/krcert-security-notices', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -142710,7 +146370,7 @@ def _index_kaspersky_ics_cert_get_serialize( @validate_call - def index_korelogic_get( + def index_krcert_vulnerabilities_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -142745,10 +146405,10 @@ def index_korelogic_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination: - """Return vulnerability data stored in index \"korelogic\" + ) -> RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"krcert-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -142814,7 +146474,7 @@ def index_korelogic_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_korelogic_get_serialize( + _param = self._index_krcert_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -142843,7 +146503,7 @@ def index_korelogic_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -142859,7 +146519,7 @@ def index_korelogic_get( @validate_call - def index_korelogic_get_with_http_info( + def index_krcert_vulnerabilities_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -142894,10 +146554,10 @@ def index_korelogic_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination]: - """Return vulnerability data stored in index \"korelogic\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"krcert-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -142963,7 +146623,7 @@ def index_korelogic_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_korelogic_get_serialize( + _param = self._index_krcert_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -142992,7 +146652,7 @@ def index_korelogic_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -143008,7 +146668,7 @@ def index_korelogic_get_with_http_info( @validate_call - def index_korelogic_get_without_preload_content( + def index_krcert_vulnerabilities_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -143044,9 +146704,9 @@ def index_korelogic_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"korelogic\" + """Return vulnerability data stored in index \"krcert-vulnerabilities\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KoreLogic Vulnerability Research and Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/korelogic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` :param page: set the page number of the response :type page: int @@ -143112,7 +146772,7 @@ def index_korelogic_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_korelogic_get_serialize( + _param = self._index_krcert_vulnerabilities_get_serialize( page=page, limit=limit, cursor=cursor, @@ -143141,7 +146801,7 @@ def index_korelogic_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKoreLogicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -143152,7 +146812,7 @@ def index_korelogic_get_without_preload_content( return response_data.response - def _index_korelogic_get_serialize( + def _index_krcert_vulnerabilities_get_serialize( self, page, limit, @@ -143302,7 +146962,7 @@ def _index_korelogic_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/korelogic', + resource_path='/index/krcert-vulnerabilities', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -143319,7 +146979,7 @@ def _index_korelogic_get_serialize( @validate_call - def index_krcert_security_notices_get( + def index_kubernetes_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -143354,10 +147014,10 @@ def index_krcert_security_notices_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"krcert-security-notices\" + ) -> RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination: + """Return vulnerability data stored in index \"kubernetes\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` :param page: set the page number of the response :type page: int @@ -143423,7 +147083,7 @@ def index_krcert_security_notices_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_security_notices_get_serialize( + _param = self._index_kubernetes_get_serialize( page=page, limit=limit, cursor=cursor, @@ -143452,7 +147112,7 @@ def index_krcert_security_notices_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", '404': "str", '500': "str", } @@ -143468,7 +147128,7 @@ def index_krcert_security_notices_get( @validate_call - def index_krcert_security_notices_get_with_http_info( + def index_kubernetes_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -143503,10 +147163,10 @@ def index_krcert_security_notices_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"krcert-security-notices\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination]: + """Return vulnerability data stored in index \"kubernetes\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` :param page: set the page number of the response :type page: int @@ -143572,7 +147232,7 @@ def index_krcert_security_notices_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_security_notices_get_serialize( + _param = self._index_kubernetes_get_serialize( page=page, limit=limit, cursor=cursor, @@ -143601,7 +147261,7 @@ def index_krcert_security_notices_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", '404': "str", '500': "str", } @@ -143617,7 +147277,7 @@ def index_krcert_security_notices_get_with_http_info( @validate_call - def index_krcert_security_notices_get_without_preload_content( + def index_kubernetes_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -143653,9 +147313,9 @@ def index_krcert_security_notices_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"krcert-security-notices\" + """Return vulnerability data stored in index \"kubernetes\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-security-notices?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` :param page: set the page number of the response :type page: int @@ -143721,7 +147381,7 @@ def index_krcert_security_notices_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_security_notices_get_serialize( + _param = self._index_kubernetes_get_serialize( page=page, limit=limit, cursor=cursor, @@ -143750,7 +147410,7 @@ def index_krcert_security_notices_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", '404': "str", '500': "str", } @@ -143761,7 +147421,7 @@ def index_krcert_security_notices_get_without_preload_content( return response_data.response - def _index_krcert_security_notices_get_serialize( + def _index_kubernetes_get_serialize( self, page, limit, @@ -143911,7 +147571,7 @@ def _index_krcert_security_notices_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/krcert-security-notices', + resource_path='/index/kubernetes', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -143928,7 +147588,7 @@ def _index_krcert_security_notices_get_serialize( @validate_call - def index_krcert_vulnerabilities_get( + def index_kunbus_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -143963,10 +147623,10 @@ def index_krcert_vulnerabilities_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"krcert-vulnerabilities\" + ) -> RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination: + """Return vulnerability data stored in index \"kunbus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` :param page: set the page number of the response :type page: int @@ -144032,7 +147692,7 @@ def index_krcert_vulnerabilities_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_vulnerabilities_get_serialize( + _param = self._index_kunbus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144061,7 +147721,7 @@ def index_krcert_vulnerabilities_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", '404': "str", '500': "str", } @@ -144077,7 +147737,7 @@ def index_krcert_vulnerabilities_get( @validate_call - def index_krcert_vulnerabilities_get_with_http_info( + def index_kunbus_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -144112,10 +147772,10 @@ def index_krcert_vulnerabilities_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"krcert-vulnerabilities\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination]: + """Return vulnerability data stored in index \"kunbus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` :param page: set the page number of the response :type page: int @@ -144181,7 +147841,7 @@ def index_krcert_vulnerabilities_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_vulnerabilities_get_serialize( + _param = self._index_kunbus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144210,7 +147870,7 @@ def index_krcert_vulnerabilities_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", '404': "str", '500': "str", } @@ -144226,7 +147886,7 @@ def index_krcert_vulnerabilities_get_with_http_info( @validate_call - def index_krcert_vulnerabilities_get_without_preload_content( + def index_kunbus_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -144262,9 +147922,9 @@ def index_krcert_vulnerabilities_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"krcert-vulnerabilities\" + """Return vulnerability data stored in index \"kunbus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KR-CERT Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/krcert-vulnerabilities?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` :param page: set the page number of the response :type page: int @@ -144330,7 +147990,7 @@ def index_krcert_vulnerabilities_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_krcert_vulnerabilities_get_serialize( + _param = self._index_kunbus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144359,7 +148019,7 @@ def index_krcert_vulnerabilities_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKRCertAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", '404': "str", '500': "str", } @@ -144370,7 +148030,7 @@ def index_krcert_vulnerabilities_get_without_preload_content( return response_data.response - def _index_krcert_vulnerabilities_get_serialize( + def _index_kunbus_get_serialize( self, page, limit, @@ -144520,7 +148180,7 @@ def _index_krcert_vulnerabilities_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/krcert-vulnerabilities', + resource_path='/index/kunbus', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -144537,7 +148197,7 @@ def _index_krcert_vulnerabilities_get_serialize( @validate_call - def index_kubernetes_get( + def index_lenovo_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -144572,10 +148232,10 @@ def index_kubernetes_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination: - """Return vulnerability data stored in index \"kubernetes\" + ) -> RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination: + """Return vulnerability data stored in index \"lenovo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` :param page: set the page number of the response :type page: int @@ -144641,7 +148301,7 @@ def index_kubernetes_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kubernetes_get_serialize( + _param = self._index_lenovo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144670,7 +148330,7 @@ def index_kubernetes_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", '404': "str", '500': "str", } @@ -144686,7 +148346,7 @@ def index_kubernetes_get( @validate_call - def index_kubernetes_get_with_http_info( + def index_lenovo_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -144721,10 +148381,10 @@ def index_kubernetes_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination]: - """Return vulnerability data stored in index \"kubernetes\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination]: + """Return vulnerability data stored in index \"lenovo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` :param page: set the page number of the response :type page: int @@ -144790,7 +148450,7 @@ def index_kubernetes_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kubernetes_get_serialize( + _param = self._index_lenovo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144819,7 +148479,7 @@ def index_kubernetes_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", '404': "str", '500': "str", } @@ -144835,7 +148495,7 @@ def index_kubernetes_get_with_http_info( @validate_call - def index_kubernetes_get_without_preload_content( + def index_lenovo_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -144871,9 +148531,9 @@ def index_kubernetes_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"kubernetes\" + """Return vulnerability data stored in index \"lenovo\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Kubernetes Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kubernetes?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` :param page: set the page number of the response :type page: int @@ -144939,7 +148599,7 @@ def index_kubernetes_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kubernetes_get_serialize( + _param = self._index_lenovo_get_serialize( page=page, limit=limit, cursor=cursor, @@ -144968,7 +148628,7 @@ def index_kubernetes_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryK8SPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", '404': "str", '500': "str", } @@ -144979,7 +148639,7 @@ def index_kubernetes_get_without_preload_content( return response_data.response - def _index_kubernetes_get_serialize( + def _index_lenovo_get_serialize( self, page, limit, @@ -145129,7 +148789,7 @@ def _index_kubernetes_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/kubernetes', + resource_path='/index/lenovo', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -145146,7 +148806,7 @@ def _index_kubernetes_get_serialize( @validate_call - def index_kunbus_get( + def index_lexmark_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -145181,10 +148841,10 @@ def index_kunbus_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination: - """Return vulnerability data stored in index \"kunbus\" + ) -> RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"lexmark\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` :param page: set the page number of the response :type page: int @@ -145250,7 +148910,7 @@ def index_kunbus_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kunbus_get_serialize( + _param = self._index_lexmark_get_serialize( page=page, limit=limit, cursor=cursor, @@ -145279,7 +148939,7 @@ def index_kunbus_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -145295,7 +148955,7 @@ def index_kunbus_get( @validate_call - def index_kunbus_get_with_http_info( + def index_lexmark_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -145330,10 +148990,10 @@ def index_kunbus_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination]: - """Return vulnerability data stored in index \"kunbus\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"lexmark\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` :param page: set the page number of the response :type page: int @@ -145399,7 +149059,7 @@ def index_kunbus_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kunbus_get_serialize( + _param = self._index_lexmark_get_serialize( page=page, limit=limit, cursor=cursor, @@ -145428,7 +149088,7 @@ def index_kunbus_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -145444,7 +149104,7 @@ def index_kunbus_get_with_http_info( @validate_call - def index_kunbus_get_without_preload_content( + def index_lexmark_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -145480,9 +149140,9 @@ def index_kunbus_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"kunbus\" + """Return vulnerability data stored in index \"lexmark\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** KunBus Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/kunbus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` :param page: set the page number of the response :type page: int @@ -145548,7 +149208,7 @@ def index_kunbus_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_kunbus_get_serialize( + _param = self._index_lexmark_get_serialize( page=page, limit=limit, cursor=cursor, @@ -145577,7 +149237,7 @@ def index_kunbus_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryKunbusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -145588,7 +149248,7 @@ def index_kunbus_get_without_preload_content( return response_data.response - def _index_kunbus_get_serialize( + def _index_lexmark_get_serialize( self, page, limit, @@ -145738,7 +149398,7 @@ def _index_kunbus_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/kunbus', + resource_path='/index/lexmark', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -145755,7 +149415,7 @@ def _index_kunbus_get_serialize( @validate_call - def index_lenovo_get( + def index_lg_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -145790,10 +149450,10 @@ def index_lenovo_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination: - """Return vulnerability data stored in index \"lenovo\" + ) -> RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination: + """Return vulnerability data stored in index \"lg\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` :param page: set the page number of the response :type page: int @@ -145859,7 +149519,7 @@ def index_lenovo_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lenovo_get_serialize( + _param = self._index_lg_get_serialize( page=page, limit=limit, cursor=cursor, @@ -145888,7 +149548,7 @@ def index_lenovo_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", '404': "str", '500': "str", } @@ -145904,7 +149564,7 @@ def index_lenovo_get( @validate_call - def index_lenovo_get_with_http_info( + def index_lg_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -145939,10 +149599,10 @@ def index_lenovo_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination]: - """Return vulnerability data stored in index \"lenovo\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination]: + """Return vulnerability data stored in index \"lg\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` :param page: set the page number of the response :type page: int @@ -146008,7 +149668,7 @@ def index_lenovo_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lenovo_get_serialize( + _param = self._index_lg_get_serialize( page=page, limit=limit, cursor=cursor, @@ -146037,7 +149697,7 @@ def index_lenovo_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", '404': "str", '500': "str", } @@ -146053,7 +149713,7 @@ def index_lenovo_get_with_http_info( @validate_call - def index_lenovo_get_without_preload_content( + def index_lg_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -146089,9 +149749,9 @@ def index_lenovo_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"lenovo\" + """Return vulnerability data stored in index \"lg\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lenovo Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lenovo?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` :param page: set the page number of the response :type page: int @@ -146157,7 +149817,7 @@ def index_lenovo_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lenovo_get_serialize( + _param = self._index_lg_get_serialize( page=page, limit=limit, cursor=cursor, @@ -146186,7 +149846,7 @@ def index_lenovo_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLenovoPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", '404': "str", '500': "str", } @@ -146197,7 +149857,7 @@ def index_lenovo_get_without_preload_content( return response_data.response - def _index_lenovo_get_serialize( + def _index_lg_get_serialize( self, page, limit, @@ -146347,7 +150007,7 @@ def _index_lenovo_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/lenovo', + resource_path='/index/lg', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -146364,7 +150024,7 @@ def _index_lenovo_get_serialize( @validate_call - def index_lexmark_get( + def index_libre_office_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -146399,10 +150059,10 @@ def index_lexmark_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"lexmark\" + ) -> RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination: + """Return vulnerability data stored in index \"libre-office\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` :param page: set the page number of the response :type page: int @@ -146468,7 +150128,7 @@ def index_lexmark_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lexmark_get_serialize( + _param = self._index_libre_office_get_serialize( page=page, limit=limit, cursor=cursor, @@ -146497,7 +150157,7 @@ def index_lexmark_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", '404': "str", '500': "str", } @@ -146513,7 +150173,7 @@ def index_lexmark_get( @validate_call - def index_lexmark_get_with_http_info( + def index_libre_office_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -146548,10 +150208,10 @@ def index_lexmark_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"lexmark\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination]: + """Return vulnerability data stored in index \"libre-office\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` :param page: set the page number of the response :type page: int @@ -146617,7 +150277,7 @@ def index_lexmark_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lexmark_get_serialize( + _param = self._index_libre_office_get_serialize( page=page, limit=limit, cursor=cursor, @@ -146646,7 +150306,7 @@ def index_lexmark_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", '404': "str", '500': "str", } @@ -146662,7 +150322,7 @@ def index_lexmark_get_with_http_info( @validate_call - def index_lexmark_get_without_preload_content( + def index_libre_office_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -146698,9 +150358,9 @@ def index_lexmark_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"lexmark\" + """Return vulnerability data stored in index \"libre-office\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Lexmark Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lexmark?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` :param page: set the page number of the response :type page: int @@ -146766,7 +150426,7 @@ def index_lexmark_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lexmark_get_serialize( + _param = self._index_libre_office_get_serialize( page=page, limit=limit, cursor=cursor, @@ -146795,7 +150455,7 @@ def index_lexmark_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLexmarkAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", '404': "str", '500': "str", } @@ -146806,7 +150466,7 @@ def index_lexmark_get_without_preload_content( return response_data.response - def _index_lexmark_get_serialize( + def _index_libre_office_get_serialize( self, page, limit, @@ -146956,7 +150616,7 @@ def _index_lexmark_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/lexmark', + resource_path='/index/libre-office', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -146973,7 +150633,7 @@ def _index_lexmark_get_serialize( @validate_call - def index_lg_get( + def index_linux_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147008,10 +150668,10 @@ def index_lg_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination: - """Return vulnerability data stored in index \"lg\" + ) -> RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination: + """Return vulnerability data stored in index \"linux\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` :param page: set the page number of the response :type page: int @@ -147077,7 +150737,7 @@ def index_lg_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lg_get_serialize( + _param = self._index_linux_get_serialize( page=page, limit=limit, cursor=cursor, @@ -147106,7 +150766,7 @@ def index_lg_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", '404': "str", '500': "str", } @@ -147122,7 +150782,7 @@ def index_lg_get( @validate_call - def index_lg_get_with_http_info( + def index_linux_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147157,10 +150817,10 @@ def index_lg_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination]: - """Return vulnerability data stored in index \"lg\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination]: + """Return vulnerability data stored in index \"linux\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` :param page: set the page number of the response :type page: int @@ -147226,7 +150886,7 @@ def index_lg_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lg_get_serialize( + _param = self._index_linux_get_serialize( page=page, limit=limit, cursor=cursor, @@ -147255,7 +150915,7 @@ def index_lg_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", '404': "str", '500': "str", } @@ -147271,7 +150931,7 @@ def index_lg_get_with_http_info( @validate_call - def index_lg_get_without_preload_content( + def index_linux_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147307,9 +150967,9 @@ def index_lg_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"lg\" + """Return vulnerability data stored in index \"linux\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the lg index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** LG Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/lg?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` :param page: set the page number of the response :type page: int @@ -147375,7 +151035,7 @@ def index_lg_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_lg_get_serialize( + _param = self._index_linux_get_serialize( page=page, limit=limit, cursor=cursor, @@ -147404,7 +151064,7 @@ def index_lg_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLGPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", '404': "str", '500': "str", } @@ -147415,7 +151075,7 @@ def index_lg_get_without_preload_content( return response_data.response - def _index_lg_get_serialize( + def _index_linux_get_serialize( self, page, limit, @@ -147565,7 +151225,7 @@ def _index_lg_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/lg', + resource_path='/index/linux', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -147582,7 +151242,7 @@ def _index_lg_get_serialize( @validate_call - def index_libre_office_get( + def index_m_files_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147617,10 +151277,10 @@ def index_libre_office_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination: - """Return vulnerability data stored in index \"libre-office\" + ) -> RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination: + """Return vulnerability data stored in index \"m-files\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` :param page: set the page number of the response :type page: int @@ -147686,7 +151346,7 @@ def index_libre_office_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_libre_office_get_serialize( + _param = self._index_m_files_get_serialize( page=page, limit=limit, cursor=cursor, @@ -147715,7 +151375,7 @@ def index_libre_office_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", '404': "str", '500': "str", } @@ -147731,7 +151391,7 @@ def index_libre_office_get( @validate_call - def index_libre_office_get_with_http_info( + def index_m_files_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147766,10 +151426,10 @@ def index_libre_office_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination]: - """Return vulnerability data stored in index \"libre-office\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination]: + """Return vulnerability data stored in index \"m-files\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` :param page: set the page number of the response :type page: int @@ -147835,7 +151495,7 @@ def index_libre_office_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_libre_office_get_serialize( + _param = self._index_m_files_get_serialize( page=page, limit=limit, cursor=cursor, @@ -147864,7 +151524,7 @@ def index_libre_office_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", '404': "str", '500': "str", } @@ -147880,7 +151540,7 @@ def index_libre_office_get_with_http_info( @validate_call - def index_libre_office_get_without_preload_content( + def index_m_files_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -147916,9 +151576,9 @@ def index_libre_office_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"libre-office\" + """Return vulnerability data stored in index \"m-files\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Libre Office Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/libre-office?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` :param page: set the page number of the response :type page: int @@ -147984,7 +151644,7 @@ def index_libre_office_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_libre_office_get_serialize( + _param = self._index_m_files_get_serialize( page=page, limit=limit, cursor=cursor, @@ -148013,7 +151673,7 @@ def index_libre_office_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLibreOfficePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", '404': "str", '500': "str", } @@ -148024,7 +151684,7 @@ def index_libre_office_get_without_preload_content( return response_data.response - def _index_libre_office_get_serialize( + def _index_m_files_get_serialize( self, page, limit, @@ -148174,7 +151834,7 @@ def _index_libre_office_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/libre-office', + resource_path='/index/m-files', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -148191,7 +151851,7 @@ def _index_libre_office_get_serialize( @validate_call - def index_linux_get( + def index_macert_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -148226,10 +151886,10 @@ def index_linux_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination: - """Return vulnerability data stored in index \"linux\" + ) -> RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination: + """Return vulnerability data stored in index \"macert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` :param page: set the page number of the response :type page: int @@ -148295,7 +151955,7 @@ def index_linux_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_linux_get_serialize( + _param = self._index_macert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -148324,7 +151984,7 @@ def index_linux_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", '404': "str", '500': "str", } @@ -148340,7 +152000,7 @@ def index_linux_get( @validate_call - def index_linux_get_with_http_info( + def index_macert_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -148375,10 +152035,10 @@ def index_linux_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination]: - """Return vulnerability data stored in index \"linux\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination]: + """Return vulnerability data stored in index \"macert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` :param page: set the page number of the response :type page: int @@ -148444,7 +152104,7 @@ def index_linux_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_linux_get_serialize( + _param = self._index_macert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -148473,7 +152133,7 @@ def index_linux_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", '404': "str", '500': "str", } @@ -148489,7 +152149,7 @@ def index_linux_get_with_http_info( @validate_call - def index_linux_get_without_preload_content( + def index_macert_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -148525,9 +152185,9 @@ def index_linux_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"linux\" + """Return vulnerability data stored in index \"macert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the linux index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Linux Kernel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/linux?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` :param page: set the page number of the response :type page: int @@ -148593,7 +152253,7 @@ def index_linux_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_linux_get_serialize( + _param = self._index_macert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -148622,7 +152282,7 @@ def index_linux_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryLinuxPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", '404': "str", '500': "str", } @@ -148633,7 +152293,7 @@ def index_linux_get_without_preload_content( return response_data.response - def _index_linux_get_serialize( + def _index_macert_get_serialize( self, page, limit, @@ -148783,7 +152443,7 @@ def _index_linux_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/linux', + resource_path='/index/macert', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -148800,7 +152460,7 @@ def _index_linux_get_serialize( @validate_call - def index_m_files_get( + def index_manageengine_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -148835,10 +152495,10 @@ def index_m_files_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination: - """Return vulnerability data stored in index \"m-files\" + ) -> RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"manageengine\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` :param page: set the page number of the response :type page: int @@ -148904,7 +152564,7 @@ def index_m_files_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_m_files_get_serialize( + _param = self._index_manageengine_get_serialize( page=page, limit=limit, cursor=cursor, @@ -148933,7 +152593,7 @@ def index_m_files_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -148949,7 +152609,7 @@ def index_m_files_get( @validate_call - def index_m_files_get_with_http_info( + def index_manageengine_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -148984,10 +152644,10 @@ def index_m_files_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination]: - """Return vulnerability data stored in index \"m-files\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"manageengine\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` :param page: set the page number of the response :type page: int @@ -149053,7 +152713,7 @@ def index_m_files_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_m_files_get_serialize( + _param = self._index_manageengine_get_serialize( page=page, limit=limit, cursor=cursor, @@ -149082,7 +152742,7 @@ def index_m_files_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -149098,7 +152758,7 @@ def index_m_files_get_with_http_info( @validate_call - def index_m_files_get_without_preload_content( + def index_manageengine_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -149134,9 +152794,9 @@ def index_m_files_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"m-files\" + """Return vulnerability data stored in index \"manageengine\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** M-Files Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/m-files?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` :param page: set the page number of the response :type page: int @@ -149202,7 +152862,7 @@ def index_m_files_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_m_files_get_serialize( + _param = self._index_manageengine_get_serialize( page=page, limit=limit, cursor=cursor, @@ -149231,7 +152891,7 @@ def index_m_files_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMFilesPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -149242,7 +152902,7 @@ def index_m_files_get_without_preload_content( return response_data.response - def _index_m_files_get_serialize( + def _index_manageengine_get_serialize( self, page, limit, @@ -149392,7 +153052,7 @@ def _index_m_files_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/m-files', + resource_path='/index/manageengine', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -149409,7 +153069,7 @@ def _index_m_files_get_serialize( @validate_call - def index_macert_get( + def index_maven_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -149444,10 +153104,10 @@ def index_macert_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination: - """Return vulnerability data stored in index \"macert\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"maven\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` :param page: set the page number of the response :type page: int @@ -149513,7 +153173,7 @@ def index_macert_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_macert_get_serialize( + _param = self._index_maven_get_serialize( page=page, limit=limit, cursor=cursor, @@ -149542,7 +153202,7 @@ def index_macert_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -149558,7 +153218,7 @@ def index_macert_get( @validate_call - def index_macert_get_with_http_info( + def index_maven_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -149593,10 +153253,10 @@ def index_macert_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination]: - """Return vulnerability data stored in index \"macert\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"maven\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` :param page: set the page number of the response :type page: int @@ -149662,7 +153322,7 @@ def index_macert_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_macert_get_serialize( + _param = self._index_maven_get_serialize( page=page, limit=limit, cursor=cursor, @@ -149691,7 +153351,7 @@ def index_macert_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -149707,7 +153367,7 @@ def index_macert_get_with_http_info( @validate_call - def index_macert_get_without_preload_content( + def index_maven_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -149743,9 +153403,9 @@ def index_macert_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"macert\" + """Return vulnerability data stored in index \"maven\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the macert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moroccan CERT Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/macert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` :param page: set the page number of the response :type page: int @@ -149811,7 +153471,7 @@ def index_macert_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_macert_get_serialize( + _param = self._index_maven_get_serialize( page=page, limit=limit, cursor=cursor, @@ -149840,7 +153500,7 @@ def index_macert_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMACertPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -149851,7 +153511,7 @@ def index_macert_get_without_preload_content( return response_data.response - def _index_macert_get_serialize( + def _index_maven_get_serialize( self, page, limit, @@ -150001,7 +153661,7 @@ def _index_macert_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/macert', + resource_path='/index/maven', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -150018,7 +153678,7 @@ def _index_macert_get_serialize( @validate_call - def index_manageengine_get( + def index_mbed_tls_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150053,10 +153713,10 @@ def index_manageengine_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"manageengine\" + ) -> RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination: + """Return vulnerability data stored in index \"mbed-tls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` :param page: set the page number of the response :type page: int @@ -150122,7 +153782,7 @@ def index_manageengine_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_manageengine_get_serialize( + _param = self._index_mbed_tls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -150151,7 +153811,7 @@ def index_manageengine_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", '404': "str", '500': "str", } @@ -150167,7 +153827,7 @@ def index_manageengine_get( @validate_call - def index_manageengine_get_with_http_info( + def index_mbed_tls_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150202,10 +153862,10 @@ def index_manageengine_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"manageengine\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination]: + """Return vulnerability data stored in index \"mbed-tls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` :param page: set the page number of the response :type page: int @@ -150271,7 +153931,7 @@ def index_manageengine_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_manageengine_get_serialize( + _param = self._index_mbed_tls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -150300,7 +153960,7 @@ def index_manageengine_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", '404': "str", '500': "str", } @@ -150316,7 +153976,7 @@ def index_manageengine_get_with_http_info( @validate_call - def index_manageengine_get_without_preload_content( + def index_mbed_tls_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150352,9 +154012,9 @@ def index_manageengine_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"manageengine\" + """Return vulnerability data stored in index \"mbed-tls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** ManageEngine Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/manageengine?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` :param page: set the page number of the response :type page: int @@ -150420,7 +154080,7 @@ def index_manageengine_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_manageengine_get_serialize( + _param = self._index_mbed_tls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -150449,7 +154109,7 @@ def index_manageengine_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryManageEngineAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", '404': "str", '500': "str", } @@ -150460,7 +154120,7 @@ def index_manageengine_get_without_preload_content( return response_data.response - def _index_manageengine_get_serialize( + def _index_mbed_tls_get_serialize( self, page, limit, @@ -150610,7 +154270,7 @@ def _index_manageengine_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/manageengine', + resource_path='/index/mbed-tls', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -150627,7 +154287,7 @@ def _index_manageengine_get_serialize( @validate_call - def index_maven_get( + def index_mcafee_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150662,10 +154322,10 @@ def index_maven_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"maven\" + ) -> RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination: + """Return vulnerability data stored in index \"mcafee\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` :param page: set the page number of the response :type page: int @@ -150731,7 +154391,7 @@ def index_maven_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_maven_get_serialize( + _param = self._index_mcafee_get_serialize( page=page, limit=limit, cursor=cursor, @@ -150760,7 +154420,7 @@ def index_maven_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", '404': "str", '500': "str", } @@ -150776,7 +154436,7 @@ def index_maven_get( @validate_call - def index_maven_get_with_http_info( + def index_mcafee_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150811,10 +154471,10 @@ def index_maven_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"maven\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination]: + """Return vulnerability data stored in index \"mcafee\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` :param page: set the page number of the response :type page: int @@ -150880,7 +154540,7 @@ def index_maven_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_maven_get_serialize( + _param = self._index_mcafee_get_serialize( page=page, limit=limit, cursor=cursor, @@ -150909,7 +154569,7 @@ def index_maven_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", '404': "str", '500': "str", } @@ -150925,7 +154585,7 @@ def index_maven_get_with_http_info( @validate_call - def index_maven_get_without_preload_content( + def index_mcafee_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -150961,9 +154621,9 @@ def index_maven_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"maven\" + """Return vulnerability data stored in index \"mcafee\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the maven index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Maven (Java) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/maven?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` :param page: set the page number of the response :type page: int @@ -151029,7 +154689,7 @@ def index_maven_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_maven_get_serialize( + _param = self._index_mcafee_get_serialize( page=page, limit=limit, cursor=cursor, @@ -151058,7 +154718,7 @@ def index_maven_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", '404': "str", '500': "str", } @@ -151069,7 +154729,7 @@ def index_maven_get_without_preload_content( return response_data.response - def _index_maven_get_serialize( + def _index_mcafee_get_serialize( self, page, limit, @@ -151219,7 +154879,7 @@ def _index_maven_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/maven', + resource_path='/index/mcafee', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -151236,7 +154896,7 @@ def _index_maven_get_serialize( @validate_call - def index_mbed_tls_get( + def index_mediatek_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -151271,10 +154931,10 @@ def index_mbed_tls_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination: - """Return vulnerability data stored in index \"mbed-tls\" + ) -> RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination: + """Return vulnerability data stored in index \"mediatek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` :param page: set the page number of the response :type page: int @@ -151340,7 +155000,7 @@ def index_mbed_tls_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mbed_tls_get_serialize( + _param = self._index_mediatek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -151369,7 +155029,7 @@ def index_mbed_tls_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", '404': "str", '500': "str", } @@ -151385,7 +155045,7 @@ def index_mbed_tls_get( @validate_call - def index_mbed_tls_get_with_http_info( + def index_mediatek_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -151420,10 +155080,10 @@ def index_mbed_tls_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination]: - """Return vulnerability data stored in index \"mbed-tls\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination]: + """Return vulnerability data stored in index \"mediatek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` :param page: set the page number of the response :type page: int @@ -151489,7 +155149,7 @@ def index_mbed_tls_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mbed_tls_get_serialize( + _param = self._index_mediatek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -151518,7 +155178,7 @@ def index_mbed_tls_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", '404': "str", '500': "str", } @@ -151534,7 +155194,7 @@ def index_mbed_tls_get_with_http_info( @validate_call - def index_mbed_tls_get_without_preload_content( + def index_mediatek_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -151570,9 +155230,9 @@ def index_mbed_tls_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mbed-tls\" + """Return vulnerability data stored in index \"mediatek\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mbed TLS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mbed-tls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` :param page: set the page number of the response :type page: int @@ -151638,7 +155298,7 @@ def index_mbed_tls_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mbed_tls_get_serialize( + _param = self._index_mediatek_get_serialize( page=page, limit=limit, cursor=cursor, @@ -151667,7 +155327,7 @@ def index_mbed_tls_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMbedTLSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", '404': "str", '500': "str", } @@ -151678,7 +155338,7 @@ def index_mbed_tls_get_without_preload_content( return response_data.response - def _index_mbed_tls_get_serialize( + def _index_mediatek_get_serialize( self, page, limit, @@ -151828,7 +155488,7 @@ def _index_mbed_tls_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mbed-tls', + resource_path='/index/mediatek', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -151845,7 +155505,7 @@ def _index_mbed_tls_get_serialize( @validate_call - def index_mcafee_get( + def index_medtronic_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -151880,10 +155540,10 @@ def index_mcafee_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination: - """Return vulnerability data stored in index \"mcafee\" + ) -> RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"medtronic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` :param page: set the page number of the response :type page: int @@ -151949,7 +155609,7 @@ def index_mcafee_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mcafee_get_serialize( + _param = self._index_medtronic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -151978,7 +155638,7 @@ def index_mcafee_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -151994,7 +155654,7 @@ def index_mcafee_get( @validate_call - def index_mcafee_get_with_http_info( + def index_medtronic_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -152029,10 +155689,10 @@ def index_mcafee_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination]: - """Return vulnerability data stored in index \"mcafee\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"medtronic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` :param page: set the page number of the response :type page: int @@ -152098,7 +155758,7 @@ def index_mcafee_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mcafee_get_serialize( + _param = self._index_medtronic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -152127,7 +155787,7 @@ def index_mcafee_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -152143,7 +155803,7 @@ def index_mcafee_get_with_http_info( @validate_call - def index_mcafee_get_without_preload_content( + def index_medtronic_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -152179,9 +155839,9 @@ def index_mcafee_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mcafee\" + """Return vulnerability data stored in index \"medtronic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** McAfee Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mcafee?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` :param page: set the page number of the response :type page: int @@ -152247,7 +155907,7 @@ def index_mcafee_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mcafee_get_serialize( + _param = self._index_medtronic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -152276,7 +155936,7 @@ def index_mcafee_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMcAfeePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -152287,7 +155947,7 @@ def index_mcafee_get_without_preload_content( return response_data.response - def _index_mcafee_get_serialize( + def _index_medtronic_get_serialize( self, page, limit, @@ -152437,7 +156097,7 @@ def _index_mcafee_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mcafee', + resource_path='/index/medtronic', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -152454,7 +156114,7 @@ def _index_mcafee_get_serialize( @validate_call - def index_mediatek_get( + def index_mendix_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -152489,10 +156149,10 @@ def index_mediatek_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination: - """Return vulnerability data stored in index \"mediatek\" + ) -> RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination: + """Return vulnerability data stored in index \"mendix\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` :param page: set the page number of the response :type page: int @@ -152558,7 +156218,7 @@ def index_mediatek_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mediatek_get_serialize( + _param = self._index_mendix_get_serialize( page=page, limit=limit, cursor=cursor, @@ -152587,7 +156247,7 @@ def index_mediatek_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", '404': "str", '500': "str", } @@ -152603,7 +156263,7 @@ def index_mediatek_get( @validate_call - def index_mediatek_get_with_http_info( + def index_mendix_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -152638,10 +156298,10 @@ def index_mediatek_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination]: - """Return vulnerability data stored in index \"mediatek\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination]: + """Return vulnerability data stored in index \"mendix\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` :param page: set the page number of the response :type page: int @@ -152707,7 +156367,7 @@ def index_mediatek_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mediatek_get_serialize( + _param = self._index_mendix_get_serialize( page=page, limit=limit, cursor=cursor, @@ -152736,7 +156396,7 @@ def index_mediatek_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", '404': "str", '500': "str", } @@ -152752,7 +156412,7 @@ def index_mediatek_get_with_http_info( @validate_call - def index_mediatek_get_without_preload_content( + def index_mendix_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -152788,9 +156448,9 @@ def index_mediatek_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mediatek\" + """Return vulnerability data stored in index \"mendix\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MediaTek Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mediatek?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` :param page: set the page number of the response :type page: int @@ -152856,7 +156516,7 @@ def index_mediatek_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mediatek_get_serialize( + _param = self._index_mendix_get_serialize( page=page, limit=limit, cursor=cursor, @@ -152885,7 +156545,7 @@ def index_mediatek_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMediatekPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", '404': "str", '500': "str", } @@ -152896,7 +156556,7 @@ def index_mediatek_get_without_preload_content( return response_data.response - def _index_mediatek_get_serialize( + def _index_mendix_get_serialize( self, page, limit, @@ -153046,7 +156706,7 @@ def _index_mediatek_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mediatek', + resource_path='/index/mendix', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -153063,7 +156723,7 @@ def _index_mediatek_get_serialize( @validate_call - def index_medtronic_get( + def index_metasploit_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -153098,10 +156758,10 @@ def index_medtronic_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"medtronic\" + ) -> RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination: + """Return vulnerability data stored in index \"metasploit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` :param page: set the page number of the response :type page: int @@ -153167,7 +156827,7 @@ def index_medtronic_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_medtronic_get_serialize( + _param = self._index_metasploit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -153196,7 +156856,7 @@ def index_medtronic_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", '404': "str", '500': "str", } @@ -153212,7 +156872,7 @@ def index_medtronic_get( @validate_call - def index_medtronic_get_with_http_info( + def index_metasploit_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -153247,10 +156907,10 @@ def index_medtronic_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"medtronic\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination]: + """Return vulnerability data stored in index \"metasploit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` :param page: set the page number of the response :type page: int @@ -153316,7 +156976,7 @@ def index_medtronic_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_medtronic_get_serialize( + _param = self._index_metasploit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -153345,7 +157005,7 @@ def index_medtronic_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", '404': "str", '500': "str", } @@ -153361,7 +157021,7 @@ def index_medtronic_get_with_http_info( @validate_call - def index_medtronic_get_without_preload_content( + def index_metasploit_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -153397,9 +157057,9 @@ def index_medtronic_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"medtronic\" + """Return vulnerability data stored in index \"metasploit\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Medtronic Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/medtronic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` :param page: set the page number of the response :type page: int @@ -153465,7 +157125,7 @@ def index_medtronic_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_medtronic_get_serialize( + _param = self._index_metasploit_get_serialize( page=page, limit=limit, cursor=cursor, @@ -153494,7 +157154,7 @@ def index_medtronic_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMedtronicAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", '404': "str", '500': "str", } @@ -153505,7 +157165,7 @@ def index_medtronic_get_without_preload_content( return response_data.response - def _index_medtronic_get_serialize( + def _index_metasploit_get_serialize( self, page, limit, @@ -153655,7 +157315,7 @@ def _index_medtronic_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/medtronic', + resource_path='/index/metasploit', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -153672,7 +157332,7 @@ def _index_medtronic_get_serialize( @validate_call - def index_mendix_get( + def index_microsoft_cvrf_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -153707,10 +157367,10 @@ def index_mendix_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination: - """Return vulnerability data stored in index \"mendix\" + ) -> RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination: + """Return vulnerability data stored in index \"microsoft-cvrf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` :param page: set the page number of the response :type page: int @@ -153776,7 +157436,7 @@ def index_mendix_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mendix_get_serialize( + _param = self._index_microsoft_cvrf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -153805,7 +157465,7 @@ def index_mendix_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", '404': "str", '500': "str", } @@ -153821,7 +157481,7 @@ def index_mendix_get( @validate_call - def index_mendix_get_with_http_info( + def index_microsoft_cvrf_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -153856,10 +157516,10 @@ def index_mendix_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination]: - """Return vulnerability data stored in index \"mendix\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination]: + """Return vulnerability data stored in index \"microsoft-cvrf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` :param page: set the page number of the response :type page: int @@ -153925,7 +157585,7 @@ def index_mendix_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mendix_get_serialize( + _param = self._index_microsoft_cvrf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -153954,7 +157614,7 @@ def index_mendix_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", '404': "str", '500': "str", } @@ -153970,7 +157630,7 @@ def index_mendix_get_with_http_info( @validate_call - def index_mendix_get_without_preload_content( + def index_microsoft_cvrf_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -154006,9 +157666,9 @@ def index_mendix_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mendix\" + """Return vulnerability data stored in index \"microsoft-cvrf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mendix Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mendix?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` :param page: set the page number of the response :type page: int @@ -154074,7 +157734,7 @@ def index_mendix_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mendix_get_serialize( + _param = self._index_microsoft_cvrf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -154103,7 +157763,7 @@ def index_mendix_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMendixPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", '404': "str", '500': "str", } @@ -154114,7 +157774,7 @@ def index_mendix_get_without_preload_content( return response_data.response - def _index_mendix_get_serialize( + def _index_microsoft_cvrf_get_serialize( self, page, limit, @@ -154264,7 +157924,7 @@ def _index_mendix_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mendix', + resource_path='/index/microsoft-cvrf', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -154281,7 +157941,7 @@ def _index_mendix_get_serialize( @validate_call - def index_metasploit_get( + def index_microsoft_kb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -154316,10 +157976,10 @@ def index_metasploit_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination: - """Return vulnerability data stored in index \"metasploit\" + ) -> RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination: + """Return vulnerability data stored in index \"microsoft-kb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` :param page: set the page number of the response :type page: int @@ -154385,7 +158045,7 @@ def index_metasploit_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_metasploit_get_serialize( + _param = self._index_microsoft_kb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -154414,7 +158074,7 @@ def index_metasploit_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", '404': "str", '500': "str", } @@ -154430,7 +158090,7 @@ def index_metasploit_get( @validate_call - def index_metasploit_get_with_http_info( + def index_microsoft_kb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -154465,10 +158125,10 @@ def index_metasploit_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination]: - """Return vulnerability data stored in index \"metasploit\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination]: + """Return vulnerability data stored in index \"microsoft-kb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` :param page: set the page number of the response :type page: int @@ -154534,7 +158194,7 @@ def index_metasploit_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_metasploit_get_serialize( + _param = self._index_microsoft_kb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -154563,7 +158223,7 @@ def index_metasploit_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", '404': "str", '500': "str", } @@ -154579,7 +158239,7 @@ def index_metasploit_get_with_http_info( @validate_call - def index_metasploit_get_without_preload_content( + def index_microsoft_kb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -154615,9 +158275,9 @@ def index_metasploit_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"metasploit\" + """Return vulnerability data stored in index \"microsoft-kb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Metasploit Modules ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/metasploit?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` :param page: set the page number of the response :type page: int @@ -154683,7 +158343,7 @@ def index_metasploit_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_metasploit_get_serialize( + _param = self._index_microsoft_kb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -154712,7 +158372,7 @@ def index_metasploit_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetasploitExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", '404': "str", '500': "str", } @@ -154723,7 +158383,7 @@ def index_metasploit_get_without_preload_content( return response_data.response - def _index_metasploit_get_serialize( + def _index_microsoft_kb_get_serialize( self, page, limit, @@ -154873,7 +158533,7 @@ def _index_metasploit_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/metasploit', + resource_path='/index/microsoft-kb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -154890,7 +158550,7 @@ def _index_metasploit_get_serialize( @validate_call - def index_microsoft_cvrf_get( + def index_mikrotik_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -154925,10 +158585,10 @@ def index_microsoft_cvrf_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination: - """Return vulnerability data stored in index \"microsoft-cvrf\" + ) -> RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination: + """Return vulnerability data stored in index \"mikrotik\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` :param page: set the page number of the response :type page: int @@ -154994,7 +158654,7 @@ def index_microsoft_cvrf_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_cvrf_get_serialize( + _param = self._index_mikrotik_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155023,7 +158683,7 @@ def index_microsoft_cvrf_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", '404': "str", '500': "str", } @@ -155039,7 +158699,7 @@ def index_microsoft_cvrf_get( @validate_call - def index_microsoft_cvrf_get_with_http_info( + def index_mikrotik_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -155074,10 +158734,10 @@ def index_microsoft_cvrf_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination]: - """Return vulnerability data stored in index \"microsoft-cvrf\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination]: + """Return vulnerability data stored in index \"mikrotik\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` :param page: set the page number of the response :type page: int @@ -155143,7 +158803,7 @@ def index_microsoft_cvrf_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_cvrf_get_serialize( + _param = self._index_mikrotik_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155172,7 +158832,7 @@ def index_microsoft_cvrf_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", '404': "str", '500': "str", } @@ -155188,7 +158848,7 @@ def index_microsoft_cvrf_get_with_http_info( @validate_call - def index_microsoft_cvrf_get_without_preload_content( + def index_mikrotik_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -155224,9 +158884,9 @@ def index_microsoft_cvrf_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"microsoft-cvrf\" + """Return vulnerability data stored in index \"mikrotik\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-cvrf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` :param page: set the page number of the response :type page: int @@ -155292,7 +158952,7 @@ def index_microsoft_cvrf_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_cvrf_get_serialize( + _param = self._index_mikrotik_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155321,7 +158981,7 @@ def index_microsoft_cvrf_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", '404': "str", '500': "str", } @@ -155332,7 +158992,7 @@ def index_microsoft_cvrf_get_without_preload_content( return response_data.response - def _index_microsoft_cvrf_get_serialize( + def _index_mikrotik_get_serialize( self, page, limit, @@ -155482,7 +159142,7 @@ def _index_microsoft_cvrf_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/microsoft-cvrf', + resource_path='/index/mikrotik', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -155499,7 +159159,7 @@ def _index_microsoft_cvrf_get_serialize( @validate_call - def index_microsoft_kb_get( + def index_mindray_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -155534,10 +159194,10 @@ def index_microsoft_kb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination: - """Return vulnerability data stored in index \"microsoft-kb\" + ) -> RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination: + """Return vulnerability data stored in index \"mindray\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` :param page: set the page number of the response :type page: int @@ -155603,7 +159263,7 @@ def index_microsoft_kb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_kb_get_serialize( + _param = self._index_mindray_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155632,7 +159292,7 @@ def index_microsoft_kb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", '404': "str", '500': "str", } @@ -155648,7 +159308,7 @@ def index_microsoft_kb_get( @validate_call - def index_microsoft_kb_get_with_http_info( + def index_mindray_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -155683,10 +159343,10 @@ def index_microsoft_kb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination]: - """Return vulnerability data stored in index \"microsoft-kb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination]: + """Return vulnerability data stored in index \"mindray\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` :param page: set the page number of the response :type page: int @@ -155752,7 +159412,7 @@ def index_microsoft_kb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_kb_get_serialize( + _param = self._index_mindray_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155781,7 +159441,7 @@ def index_microsoft_kb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", '404': "str", '500': "str", } @@ -155797,7 +159457,7 @@ def index_microsoft_kb_get_with_http_info( @validate_call - def index_microsoft_kb_get_without_preload_content( + def index_mindray_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -155833,9 +159493,9 @@ def index_microsoft_kb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"microsoft-kb\" + """Return vulnerability data stored in index \"mindray\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Microsoft KB list by CVE ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/microsoft-kb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` :param page: set the page number of the response :type page: int @@ -155901,7 +159561,7 @@ def index_microsoft_kb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_microsoft_kb_get_serialize( + _param = self._index_mindray_get_serialize( page=page, limit=limit, cursor=cursor, @@ -155930,7 +159590,7 @@ def index_microsoft_kb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMicrosoftKbPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", '404': "str", '500': "str", } @@ -155941,7 +159601,7 @@ def index_microsoft_kb_get_without_preload_content( return response_data.response - def _index_microsoft_kb_get_serialize( + def _index_mindray_get_serialize( self, page, limit, @@ -156091,7 +159751,7 @@ def _index_microsoft_kb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/microsoft-kb', + resource_path='/index/mindray', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -156108,7 +159768,7 @@ def _index_microsoft_kb_get_serialize( @validate_call - def index_mikrotik_get( + def index_misp_threat_actors_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -156143,10 +159803,10 @@ def index_mikrotik_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination: - """Return vulnerability data stored in index \"mikrotik\" + ) -> RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination: + """Return vulnerability data stored in index \"misp-threat-actors\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` :param page: set the page number of the response :type page: int @@ -156212,7 +159872,7 @@ def index_mikrotik_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mikrotik_get_serialize( + _param = self._index_misp_threat_actors_get_serialize( page=page, limit=limit, cursor=cursor, @@ -156241,7 +159901,7 @@ def index_mikrotik_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", '404': "str", '500': "str", } @@ -156257,7 +159917,7 @@ def index_mikrotik_get( @validate_call - def index_mikrotik_get_with_http_info( + def index_misp_threat_actors_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -156292,10 +159952,10 @@ def index_mikrotik_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination]: - """Return vulnerability data stored in index \"mikrotik\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination]: + """Return vulnerability data stored in index \"misp-threat-actors\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` :param page: set the page number of the response :type page: int @@ -156361,7 +160021,7 @@ def index_mikrotik_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mikrotik_get_serialize( + _param = self._index_misp_threat_actors_get_serialize( page=page, limit=limit, cursor=cursor, @@ -156390,7 +160050,7 @@ def index_mikrotik_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", '404': "str", '500': "str", } @@ -156406,7 +160066,7 @@ def index_mikrotik_get_with_http_info( @validate_call - def index_mikrotik_get_without_preload_content( + def index_misp_threat_actors_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -156442,9 +160102,9 @@ def index_mikrotik_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mikrotik\" + """Return vulnerability data stored in index \"misp-threat-actors\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MikroTik Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mikrotik?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` :param page: set the page number of the response :type page: int @@ -156510,7 +160170,7 @@ def index_mikrotik_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mikrotik_get_serialize( + _param = self._index_misp_threat_actors_get_serialize( page=page, limit=limit, cursor=cursor, @@ -156539,7 +160199,7 @@ def index_mikrotik_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMikrotikPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", '404': "str", '500': "str", } @@ -156550,7 +160210,7 @@ def index_mikrotik_get_without_preload_content( return response_data.response - def _index_mikrotik_get_serialize( + def _index_misp_threat_actors_get_serialize( self, page, limit, @@ -156700,7 +160360,7 @@ def _index_mikrotik_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mikrotik', + resource_path='/index/misp-threat-actors', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -156717,7 +160377,7 @@ def _index_mikrotik_get_serialize( @validate_call - def index_mindray_get( + def index_mitel_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -156752,10 +160412,10 @@ def index_mindray_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination: - """Return vulnerability data stored in index \"mindray\" + ) -> RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination: + """Return vulnerability data stored in index \"mitel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` :param page: set the page number of the response :type page: int @@ -156821,7 +160481,7 @@ def index_mindray_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mindray_get_serialize( + _param = self._index_mitel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -156850,7 +160510,7 @@ def index_mindray_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", '404': "str", '500': "str", } @@ -156866,7 +160526,7 @@ def index_mindray_get( @validate_call - def index_mindray_get_with_http_info( + def index_mitel_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -156901,10 +160561,10 @@ def index_mindray_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination]: - """Return vulnerability data stored in index \"mindray\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination]: + """Return vulnerability data stored in index \"mitel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` :param page: set the page number of the response :type page: int @@ -156970,7 +160630,7 @@ def index_mindray_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mindray_get_serialize( + _param = self._index_mitel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -156999,7 +160659,7 @@ def index_mindray_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", '404': "str", '500': "str", } @@ -157015,7 +160675,7 @@ def index_mindray_get_with_http_info( @validate_call - def index_mindray_get_without_preload_content( + def index_mitel_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -157051,9 +160711,9 @@ def index_mindray_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mindray\" + """Return vulnerability data stored in index \"mitel\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mindray Cybersecurity Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mindray?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` :param page: set the page number of the response :type page: int @@ -157119,7 +160779,7 @@ def index_mindray_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mindray_get_serialize( + _param = self._index_mitel_get_serialize( page=page, limit=limit, cursor=cursor, @@ -157148,7 +160808,7 @@ def index_mindray_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMindrayPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", '404': "str", '500': "str", } @@ -157159,7 +160819,7 @@ def index_mindray_get_without_preload_content( return response_data.response - def _index_mindray_get_serialize( + def _index_mitel_get_serialize( self, page, limit, @@ -157309,7 +160969,7 @@ def _index_mindray_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mindray', + resource_path='/index/mitel', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -157326,7 +160986,7 @@ def _index_mindray_get_serialize( @validate_call - def index_misp_threat_actors_get( + def index_mitre_attack_cve_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -157361,10 +161021,10 @@ def index_misp_threat_actors_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination: - """Return vulnerability data stored in index \"misp-threat-actors\" + ) -> RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination: + """Return vulnerability data stored in index \"mitre-attack-cve\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` :param page: set the page number of the response :type page: int @@ -157430,7 +161090,7 @@ def index_misp_threat_actors_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_misp_threat_actors_get_serialize( + _param = self._index_mitre_attack_cve_get_serialize( page=page, limit=limit, cursor=cursor, @@ -157459,7 +161119,7 @@ def index_misp_threat_actors_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", '404': "str", '500': "str", } @@ -157475,7 +161135,7 @@ def index_misp_threat_actors_get( @validate_call - def index_misp_threat_actors_get_with_http_info( + def index_mitre_attack_cve_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -157510,10 +161170,10 @@ def index_misp_threat_actors_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination]: - """Return vulnerability data stored in index \"misp-threat-actors\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination]: + """Return vulnerability data stored in index \"mitre-attack-cve\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` :param page: set the page number of the response :type page: int @@ -157579,7 +161239,7 @@ def index_misp_threat_actors_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_misp_threat_actors_get_serialize( + _param = self._index_mitre_attack_cve_get_serialize( page=page, limit=limit, cursor=cursor, @@ -157608,7 +161268,7 @@ def index_misp_threat_actors_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", '404': "str", '500': "str", } @@ -157624,7 +161284,7 @@ def index_misp_threat_actors_get_with_http_info( @validate_call - def index_misp_threat_actors_get_without_preload_content( + def index_mitre_attack_cve_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -157660,9 +161320,9 @@ def index_misp_threat_actors_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"misp-threat-actors\" + """Return vulnerability data stored in index \"mitre-attack-cve\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MISP Threat Actors ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/misp-threat-actors?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` :param page: set the page number of the response :type page: int @@ -157728,7 +161388,7 @@ def index_misp_threat_actors_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_misp_threat_actors_get_serialize( + _param = self._index_mitre_attack_cve_get_serialize( page=page, limit=limit, cursor=cursor, @@ -157757,7 +161417,7 @@ def index_misp_threat_actors_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMispValuePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", '404': "str", '500': "str", } @@ -157768,7 +161428,7 @@ def index_misp_threat_actors_get_without_preload_content( return response_data.response - def _index_misp_threat_actors_get_serialize( + def _index_mitre_attack_cve_get_serialize( self, page, limit, @@ -157918,7 +161578,7 @@ def _index_misp_threat_actors_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/misp-threat-actors', + resource_path='/index/mitre-attack-cve', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -157935,7 +161595,7 @@ def _index_misp_threat_actors_get_serialize( @validate_call - def index_mitel_get( + def index_mitre_cvelist_v5_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -157970,10 +161630,10 @@ def index_mitel_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination: - """Return vulnerability data stored in index \"mitel\" + ) -> RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination: + """Return vulnerability data stored in index \"mitre-cvelist-v5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` :param page: set the page number of the response :type page: int @@ -158039,7 +161699,7 @@ def index_mitel_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitel_get_serialize( + _param = self._index_mitre_cvelist_v5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158068,7 +161728,7 @@ def index_mitel_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", '404': "str", '500': "str", } @@ -158084,7 +161744,7 @@ def index_mitel_get( @validate_call - def index_mitel_get_with_http_info( + def index_mitre_cvelist_v5_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -158119,10 +161779,10 @@ def index_mitel_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination]: - """Return vulnerability data stored in index \"mitel\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination]: + """Return vulnerability data stored in index \"mitre-cvelist-v5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` :param page: set the page number of the response :type page: int @@ -158188,7 +161848,7 @@ def index_mitel_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitel_get_serialize( + _param = self._index_mitre_cvelist_v5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158217,7 +161877,7 @@ def index_mitel_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", '404': "str", '500': "str", } @@ -158233,7 +161893,7 @@ def index_mitel_get_with_http_info( @validate_call - def index_mitel_get_without_preload_content( + def index_mitre_cvelist_v5_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -158269,9 +161929,9 @@ def index_mitel_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mitel\" + """Return vulnerability data stored in index \"mitre-cvelist-v5\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitel Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitel?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` :param page: set the page number of the response :type page: int @@ -158337,7 +161997,7 @@ def index_mitel_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitel_get_serialize( + _param = self._index_mitre_cvelist_v5_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158366,7 +162026,7 @@ def index_mitel_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitelPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", '404': "str", '500': "str", } @@ -158377,7 +162037,7 @@ def index_mitel_get_without_preload_content( return response_data.response - def _index_mitel_get_serialize( + def _index_mitre_cvelist_v5_get_serialize( self, page, limit, @@ -158527,7 +162187,7 @@ def _index_mitel_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mitel', + resource_path='/index/mitre-cvelist-v5', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -158544,7 +162204,7 @@ def _index_mitel_get_serialize( @validate_call - def index_mitre_attack_cve_get( + def index_mitsubishi_electric_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -158579,10 +162239,10 @@ def index_mitre_attack_cve_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination: - """Return vulnerability data stored in index \"mitre-attack-cve\" + ) -> RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"mitsubishi-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` :param page: set the page number of the response :type page: int @@ -158648,7 +162308,7 @@ def index_mitre_attack_cve_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_attack_cve_get_serialize( + _param = self._index_mitsubishi_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158677,7 +162337,7 @@ def index_mitre_attack_cve_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -158693,7 +162353,7 @@ def index_mitre_attack_cve_get( @validate_call - def index_mitre_attack_cve_get_with_http_info( + def index_mitsubishi_electric_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -158728,10 +162388,10 @@ def index_mitre_attack_cve_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination]: - """Return vulnerability data stored in index \"mitre-attack-cve\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"mitsubishi-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` :param page: set the page number of the response :type page: int @@ -158797,7 +162457,7 @@ def index_mitre_attack_cve_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_attack_cve_get_serialize( + _param = self._index_mitsubishi_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158826,7 +162486,7 @@ def index_mitre_attack_cve_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -158842,7 +162502,7 @@ def index_mitre_attack_cve_get_with_http_info( @validate_call - def index_mitre_attack_cve_get_without_preload_content( + def index_mitsubishi_electric_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -158878,9 +162538,9 @@ def index_mitre_attack_cve_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mitre-attack-cve\" + """Return vulnerability data stored in index \"mitsubishi-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE ATT&CK Technique ID to CVE List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-attack-cve?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` :param page: set the page number of the response :type page: int @@ -158946,7 +162606,7 @@ def index_mitre_attack_cve_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_attack_cve_get_serialize( + _param = self._index_mitsubishi_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -158975,7 +162635,7 @@ def index_mitre_attack_cve_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiMitreAttackToCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -158986,7 +162646,7 @@ def index_mitre_attack_cve_get_without_preload_content( return response_data.response - def _index_mitre_attack_cve_get_serialize( + def _index_mitsubishi_electric_get_serialize( self, page, limit, @@ -159136,7 +162796,7 @@ def _index_mitre_attack_cve_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mitre-attack-cve', + resource_path='/index/mitsubishi-electric', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -159153,7 +162813,7 @@ def _index_mitre_attack_cve_get_serialize( @validate_call - def index_mitre_cvelist_v5_get( + def index_mongodb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -159188,10 +162848,10 @@ def index_mitre_cvelist_v5_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination: - """Return vulnerability data stored in index \"mitre-cvelist-v5\" + ) -> RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination: + """Return vulnerability data stored in index \"mongodb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` :param page: set the page number of the response :type page: int @@ -159257,7 +162917,7 @@ def index_mitre_cvelist_v5_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_cvelist_v5_get_serialize( + _param = self._index_mongodb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -159286,7 +162946,7 @@ def index_mitre_cvelist_v5_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", '404': "str", '500': "str", } @@ -159302,7 +162962,7 @@ def index_mitre_cvelist_v5_get( @validate_call - def index_mitre_cvelist_v5_get_with_http_info( + def index_mongodb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -159337,10 +162997,10 @@ def index_mitre_cvelist_v5_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination]: - """Return vulnerability data stored in index \"mitre-cvelist-v5\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination]: + """Return vulnerability data stored in index \"mongodb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` :param page: set the page number of the response :type page: int @@ -159406,7 +163066,7 @@ def index_mitre_cvelist_v5_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_cvelist_v5_get_serialize( + _param = self._index_mongodb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -159435,7 +163095,7 @@ def index_mitre_cvelist_v5_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", '404': "str", '500': "str", } @@ -159451,7 +163111,7 @@ def index_mitre_cvelist_v5_get_with_http_info( @validate_call - def index_mitre_cvelist_v5_get_without_preload_content( + def index_mongodb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -159487,9 +163147,9 @@ def index_mitre_cvelist_v5_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mitre-cvelist-v5\" + """Return vulnerability data stored in index \"mongodb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MITRE CVEList V5 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitre-cvelist-v5?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` :param page: set the page number of the response :type page: int @@ -159555,7 +163215,7 @@ def index_mitre_cvelist_v5_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitre_cvelist_v5_get_serialize( + _param = self._index_mongodb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -159584,7 +163244,7 @@ def index_mitre_cvelist_v5_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitreCVEListV5PaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", '404': "str", '500': "str", } @@ -159595,7 +163255,7 @@ def index_mitre_cvelist_v5_get_without_preload_content( return response_data.response - def _index_mitre_cvelist_v5_get_serialize( + def _index_mongodb_get_serialize( self, page, limit, @@ -159745,7 +163405,7 @@ def _index_mitre_cvelist_v5_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mitre-cvelist-v5', + resource_path='/index/mongodb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -159762,7 +163422,7 @@ def _index_mitre_cvelist_v5_get_serialize( @validate_call - def index_mitsubishi_electric_get( + def index_moxa_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -159797,10 +163457,10 @@ def index_mitsubishi_electric_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"mitsubishi-electric\" + ) -> RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"moxa\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` :param page: set the page number of the response :type page: int @@ -159866,7 +163526,7 @@ def index_mitsubishi_electric_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitsubishi_electric_get_serialize( + _param = self._index_moxa_get_serialize( page=page, limit=limit, cursor=cursor, @@ -159895,7 +163555,7 @@ def index_mitsubishi_electric_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -159911,7 +163571,7 @@ def index_mitsubishi_electric_get( @validate_call - def index_mitsubishi_electric_get_with_http_info( + def index_moxa_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -159946,10 +163606,10 @@ def index_mitsubishi_electric_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"mitsubishi-electric\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"moxa\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` :param page: set the page number of the response :type page: int @@ -160015,7 +163675,7 @@ def index_mitsubishi_electric_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitsubishi_electric_get_serialize( + _param = self._index_moxa_get_serialize( page=page, limit=limit, cursor=cursor, @@ -160044,7 +163704,7 @@ def index_mitsubishi_electric_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -160060,7 +163720,7 @@ def index_mitsubishi_electric_get_with_http_info( @validate_call - def index_mitsubishi_electric_get_without_preload_content( + def index_moxa_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -160096,9 +163756,9 @@ def index_mitsubishi_electric_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mitsubishi-electric\" + """Return vulnerability data stored in index \"moxa\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mitsubishi Electric Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mitsubishi-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` :param page: set the page number of the response :type page: int @@ -160164,7 +163824,7 @@ def index_mitsubishi_electric_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mitsubishi_electric_get_serialize( + _param = self._index_moxa_get_serialize( page=page, limit=limit, cursor=cursor, @@ -160193,7 +163853,7 @@ def index_mitsubishi_electric_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMitsubishiElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -160204,7 +163864,7 @@ def index_mitsubishi_electric_get_without_preload_content( return response_data.response - def _index_mitsubishi_electric_get_serialize( + def _index_moxa_get_serialize( self, page, limit, @@ -160354,7 +164014,7 @@ def _index_mitsubishi_electric_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mitsubishi-electric', + resource_path='/index/moxa', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -160371,7 +164031,7 @@ def _index_mitsubishi_electric_get_serialize( @validate_call - def index_mongodb_get( + def index_mozilla_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -160406,10 +164066,10 @@ def index_mongodb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination: - """Return vulnerability data stored in index \"mongodb\" + ) -> RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"mozilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` :param page: set the page number of the response :type page: int @@ -160475,7 +164135,7 @@ def index_mongodb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mongodb_get_serialize( + _param = self._index_mozilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -160504,7 +164164,7 @@ def index_mongodb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -160520,7 +164180,7 @@ def index_mongodb_get( @validate_call - def index_mongodb_get_with_http_info( + def index_mozilla_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -160555,10 +164215,10 @@ def index_mongodb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination]: - """Return vulnerability data stored in index \"mongodb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"mozilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` :param page: set the page number of the response :type page: int @@ -160624,7 +164284,7 @@ def index_mongodb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mongodb_get_serialize( + _param = self._index_mozilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -160653,7 +164313,7 @@ def index_mongodb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -160669,7 +164329,7 @@ def index_mongodb_get_with_http_info( @validate_call - def index_mongodb_get_without_preload_content( + def index_mozilla_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -160705,9 +164365,9 @@ def index_mongodb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mongodb\" + """Return vulnerability data stored in index \"mozilla\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** MongoDB Security Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mongodb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` :param page: set the page number of the response :type page: int @@ -160773,7 +164433,7 @@ def index_mongodb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mongodb_get_serialize( + _param = self._index_mozilla_get_serialize( page=page, limit=limit, cursor=cursor, @@ -160802,7 +164462,7 @@ def index_mongodb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMongoDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -160813,7 +164473,7 @@ def index_mongodb_get_without_preload_content( return response_data.response - def _index_mongodb_get_serialize( + def _index_mozilla_get_serialize( self, page, limit, @@ -160963,7 +164623,7 @@ def _index_mongodb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mongodb', + resource_path='/index/mozilla', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -160980,7 +164640,7 @@ def _index_mongodb_get_serialize( @validate_call - def index_moxa_get( + def index_naver_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161015,10 +164675,10 @@ def index_moxa_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"moxa\" + ) -> RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination: + """Return vulnerability data stored in index \"naver\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` :param page: set the page number of the response :type page: int @@ -161084,7 +164744,7 @@ def index_moxa_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_moxa_get_serialize( + _param = self._index_naver_get_serialize( page=page, limit=limit, cursor=cursor, @@ -161113,7 +164773,7 @@ def index_moxa_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", '404': "str", '500': "str", } @@ -161129,7 +164789,7 @@ def index_moxa_get( @validate_call - def index_moxa_get_with_http_info( + def index_naver_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161164,10 +164824,10 @@ def index_moxa_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"moxa\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination]: + """Return vulnerability data stored in index \"naver\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` :param page: set the page number of the response :type page: int @@ -161233,7 +164893,7 @@ def index_moxa_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_moxa_get_serialize( + _param = self._index_naver_get_serialize( page=page, limit=limit, cursor=cursor, @@ -161262,7 +164922,7 @@ def index_moxa_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", '404': "str", '500': "str", } @@ -161278,7 +164938,7 @@ def index_moxa_get_with_http_info( @validate_call - def index_moxa_get_without_preload_content( + def index_naver_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161314,9 +164974,9 @@ def index_moxa_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"moxa\" + """Return vulnerability data stored in index \"naver\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Moxa Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/moxa?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` :param page: set the page number of the response :type page: int @@ -161382,7 +165042,7 @@ def index_moxa_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_moxa_get_serialize( + _param = self._index_naver_get_serialize( page=page, limit=limit, cursor=cursor, @@ -161411,7 +165071,7 @@ def index_moxa_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMoxaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", '404': "str", '500': "str", } @@ -161422,7 +165082,7 @@ def index_moxa_get_without_preload_content( return response_data.response - def _index_moxa_get_serialize( + def _index_naver_get_serialize( self, page, limit, @@ -161572,7 +165232,7 @@ def _index_moxa_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/moxa', + resource_path='/index/naver', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -161589,7 +165249,7 @@ def _index_moxa_get_serialize( @validate_call - def index_mozilla_get( + def index_ncsc_cves_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161624,10 +165284,10 @@ def index_mozilla_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"mozilla\" + ) -> RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination: + """Return vulnerability data stored in index \"ncsc-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` :param page: set the page number of the response :type page: int @@ -161693,7 +165353,7 @@ def index_mozilla_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mozilla_get_serialize( + _param = self._index_ncsc_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -161722,7 +165382,7 @@ def index_mozilla_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", '404': "str", '500': "str", } @@ -161738,7 +165398,7 @@ def index_mozilla_get( @validate_call - def index_mozilla_get_with_http_info( + def index_ncsc_cves_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161773,10 +165433,10 @@ def index_mozilla_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"mozilla\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination]: + """Return vulnerability data stored in index \"ncsc-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` :param page: set the page number of the response :type page: int @@ -161842,7 +165502,7 @@ def index_mozilla_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mozilla_get_serialize( + _param = self._index_ncsc_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -161871,7 +165531,7 @@ def index_mozilla_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", '404': "str", '500': "str", } @@ -161887,7 +165547,7 @@ def index_mozilla_get_with_http_info( @validate_call - def index_mozilla_get_without_preload_content( + def index_ncsc_cves_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -161923,9 +165583,9 @@ def index_mozilla_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"mozilla\" + """Return vulnerability data stored in index \"ncsc-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Mozilla Foundation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/mozilla?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` :param page: set the page number of the response :type page: int @@ -161991,7 +165651,7 @@ def index_mozilla_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_mozilla_get_serialize( + _param = self._index_ncsc_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -162020,7 +165680,7 @@ def index_mozilla_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMozillaAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", '404': "str", '500': "str", } @@ -162031,7 +165691,7 @@ def index_mozilla_get_without_preload_content( return response_data.response - def _index_mozilla_get_serialize( + def _index_ncsc_cves_get_serialize( self, page, limit, @@ -162181,7 +165841,7 @@ def _index_mozilla_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/mozilla', + resource_path='/index/ncsc-cves', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -162198,7 +165858,7 @@ def _index_mozilla_get_serialize( @validate_call - def index_naver_get( + def index_ncsc_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -162233,10 +165893,10 @@ def index_naver_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination: - """Return vulnerability data stored in index \"naver\" + ) -> RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination: + """Return vulnerability data stored in index \"ncsc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` :param page: set the page number of the response :type page: int @@ -162302,7 +165962,7 @@ def index_naver_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_naver_get_serialize( + _param = self._index_ncsc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -162331,7 +165991,7 @@ def index_naver_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", '404': "str", '500': "str", } @@ -162347,7 +166007,7 @@ def index_naver_get( @validate_call - def index_naver_get_with_http_info( + def index_ncsc_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -162382,10 +166042,10 @@ def index_naver_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination]: - """Return vulnerability data stored in index \"naver\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination]: + """Return vulnerability data stored in index \"ncsc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` :param page: set the page number of the response :type page: int @@ -162451,7 +166111,7 @@ def index_naver_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_naver_get_serialize( + _param = self._index_ncsc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -162480,7 +166140,7 @@ def index_naver_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", '404': "str", '500': "str", } @@ -162496,7 +166156,7 @@ def index_naver_get_with_http_info( @validate_call - def index_naver_get_without_preload_content( + def index_ncsc_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -162532,9 +166192,9 @@ def index_naver_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"naver\" + """Return vulnerability data stored in index \"ncsc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the naver index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Naver Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/naver?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` :param page: set the page number of the response :type page: int @@ -162600,7 +166260,7 @@ def index_naver_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_naver_get_serialize( + _param = self._index_ncsc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -162629,7 +166289,7 @@ def index_naver_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNaverPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", '404': "str", '500': "str", } @@ -162640,7 +166300,7 @@ def index_naver_get_without_preload_content( return response_data.response - def _index_naver_get_serialize( + def _index_ncsc_get_serialize( self, page, limit, @@ -162790,7 +166450,7 @@ def _index_naver_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/naver', + resource_path='/index/ncsc', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -162807,7 +166467,7 @@ def _index_naver_get_serialize( @validate_call - def index_ncsc_cves_get( + def index_nec_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -162842,10 +166502,10 @@ def index_ncsc_cves_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination: - """Return vulnerability data stored in index \"ncsc-cves\" + ) -> RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination: + """Return vulnerability data stored in index \"nec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` :param page: set the page number of the response :type page: int @@ -162911,7 +166571,7 @@ def index_ncsc_cves_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_cves_get_serialize( + _param = self._index_nec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -162940,7 +166600,7 @@ def index_ncsc_cves_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", '404': "str", '500': "str", } @@ -162956,7 +166616,7 @@ def index_ncsc_cves_get( @validate_call - def index_ncsc_cves_get_with_http_info( + def index_nec_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -162991,10 +166651,10 @@ def index_ncsc_cves_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination]: - """Return vulnerability data stored in index \"ncsc-cves\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination]: + """Return vulnerability data stored in index \"nec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` :param page: set the page number of the response :type page: int @@ -163060,7 +166720,7 @@ def index_ncsc_cves_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_cves_get_serialize( + _param = self._index_nec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -163089,7 +166749,7 @@ def index_ncsc_cves_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", '404': "str", '500': "str", } @@ -163105,7 +166765,7 @@ def index_ncsc_cves_get_with_http_info( @validate_call - def index_ncsc_cves_get_without_preload_content( + def index_nec_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -163141,9 +166801,9 @@ def index_ncsc_cves_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ncsc-cves\" + """Return vulnerability data stored in index \"nec\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC CVEs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` :param page: set the page number of the response :type page: int @@ -163209,7 +166869,7 @@ def index_ncsc_cves_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_cves_get_serialize( + _param = self._index_nec_get_serialize( page=page, limit=limit, cursor=cursor, @@ -163238,7 +166898,7 @@ def index_ncsc_cves_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", '404': "str", '500': "str", } @@ -163249,7 +166909,7 @@ def index_ncsc_cves_get_without_preload_content( return response_data.response - def _index_ncsc_cves_get_serialize( + def _index_nec_get_serialize( self, page, limit, @@ -163399,7 +167059,7 @@ def _index_ncsc_cves_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ncsc-cves', + resource_path='/index/nec', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -163416,7 +167076,7 @@ def _index_ncsc_cves_get_serialize( @validate_call - def index_ncsc_get( + def index_nessus_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -163451,10 +167111,10 @@ def index_ncsc_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination: - """Return vulnerability data stored in index \"ncsc\" + ) -> RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination: + """Return vulnerability data stored in index \"nessus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` :param page: set the page number of the response :type page: int @@ -163520,7 +167180,7 @@ def index_ncsc_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_get_serialize( + _param = self._index_nessus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -163549,7 +167209,7 @@ def index_ncsc_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", '404': "str", '500': "str", } @@ -163565,7 +167225,7 @@ def index_ncsc_get( @validate_call - def index_ncsc_get_with_http_info( + def index_nessus_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -163600,10 +167260,10 @@ def index_ncsc_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination]: - """Return vulnerability data stored in index \"ncsc\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination]: + """Return vulnerability data stored in index \"nessus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` :param page: set the page number of the response :type page: int @@ -163669,7 +167329,7 @@ def index_ncsc_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_get_serialize( + _param = self._index_nessus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -163698,7 +167358,7 @@ def index_ncsc_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", '404': "str", '500': "str", } @@ -163714,7 +167374,7 @@ def index_ncsc_get_with_http_info( @validate_call - def index_ncsc_get_without_preload_content( + def index_nessus_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -163750,9 +167410,9 @@ def index_ncsc_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ncsc\" + """Return vulnerability data stored in index \"nessus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NCSC Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ncsc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` :param page: set the page number of the response :type page: int @@ -163818,7 +167478,7 @@ def index_ncsc_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ncsc_get_serialize( + _param = self._index_nessus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -163847,7 +167507,7 @@ def index_ncsc_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNCSCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", '404': "str", '500': "str", } @@ -163858,7 +167518,7 @@ def index_ncsc_get_without_preload_content( return response_data.response - def _index_ncsc_get_serialize( + def _index_nessus_get_serialize( self, page, limit, @@ -164008,7 +167668,7 @@ def _index_ncsc_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ncsc', + resource_path='/index/nessus', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -164025,7 +167685,7 @@ def _index_ncsc_get_serialize( @validate_call - def index_nec_get( + def index_netapp_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164060,10 +167720,10 @@ def index_nec_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination: - """Return vulnerability data stored in index \"nec\" + ) -> RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination: + """Return vulnerability data stored in index \"netapp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` :param page: set the page number of the response :type page: int @@ -164129,7 +167789,7 @@ def index_nec_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nec_get_serialize( + _param = self._index_netapp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -164158,7 +167818,7 @@ def index_nec_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", '404': "str", '500': "str", } @@ -164174,7 +167834,7 @@ def index_nec_get( @validate_call - def index_nec_get_with_http_info( + def index_netapp_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164209,10 +167869,10 @@ def index_nec_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination]: - """Return vulnerability data stored in index \"nec\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination]: + """Return vulnerability data stored in index \"netapp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` :param page: set the page number of the response :type page: int @@ -164278,7 +167938,7 @@ def index_nec_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nec_get_serialize( + _param = self._index_netapp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -164307,7 +167967,7 @@ def index_nec_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", '404': "str", '500': "str", } @@ -164323,7 +167983,7 @@ def index_nec_get_with_http_info( @validate_call - def index_nec_get_without_preload_content( + def index_netapp_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164359,9 +168019,9 @@ def index_nec_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nec\" + """Return vulnerability data stored in index \"netapp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nec index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NEC Security Information Notices ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nec?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` :param page: set the page number of the response :type page: int @@ -164427,7 +168087,7 @@ def index_nec_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nec_get_serialize( + _param = self._index_netapp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -164456,7 +168116,7 @@ def index_nec_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNECPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", '404': "str", '500': "str", } @@ -164467,7 +168127,7 @@ def index_nec_get_without_preload_content( return response_data.response - def _index_nec_get_serialize( + def _index_netapp_get_serialize( self, page, limit, @@ -164617,7 +168277,7 @@ def _index_nec_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nec', + resource_path='/index/netapp', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -164634,7 +168294,7 @@ def _index_nec_get_serialize( @validate_call - def index_nessus_get( + def index_netatalk_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164669,10 +168329,10 @@ def index_nessus_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination: - """Return vulnerability data stored in index \"nessus\" + ) -> RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination: + """Return vulnerability data stored in index \"netatalk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` :param page: set the page number of the response :type page: int @@ -164738,7 +168398,7 @@ def index_nessus_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nessus_get_serialize( + _param = self._index_netatalk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -164767,7 +168427,7 @@ def index_nessus_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", '404': "str", '500': "str", } @@ -164783,7 +168443,7 @@ def index_nessus_get( @validate_call - def index_nessus_get_with_http_info( + def index_netatalk_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164818,10 +168478,10 @@ def index_nessus_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination]: - """Return vulnerability data stored in index \"nessus\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination]: + """Return vulnerability data stored in index \"netatalk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` :param page: set the page number of the response :type page: int @@ -164887,7 +168547,7 @@ def index_nessus_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nessus_get_serialize( + _param = self._index_netatalk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -164916,7 +168576,7 @@ def index_nessus_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", '404': "str", '500': "str", } @@ -164932,7 +168592,7 @@ def index_nessus_get_with_http_info( @validate_call - def index_nessus_get_without_preload_content( + def index_netatalk_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -164968,9 +168628,9 @@ def index_nessus_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nessus\" + """Return vulnerability data stored in index \"netatalk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nessus Plugins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nessus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` :param page: set the page number of the response :type page: int @@ -165036,7 +168696,7 @@ def index_nessus_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nessus_get_serialize( + _param = self._index_netatalk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -165065,7 +168725,7 @@ def index_nessus_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNessusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", '404': "str", '500': "str", } @@ -165076,7 +168736,7 @@ def index_nessus_get_without_preload_content( return response_data.response - def _index_nessus_get_serialize( + def _index_netatalk_get_serialize( self, page, limit, @@ -165226,7 +168886,7 @@ def _index_nessus_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nessus', + resource_path='/index/netatalk', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -165243,7 +168903,7 @@ def _index_nessus_get_serialize( @validate_call - def index_netapp_get( + def index_netgate_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -165278,10 +168938,10 @@ def index_netapp_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination: - """Return vulnerability data stored in index \"netapp\" + ) -> RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination: + """Return vulnerability data stored in index \"netgate\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` :param page: set the page number of the response :type page: int @@ -165347,7 +169007,7 @@ def index_netapp_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netapp_get_serialize( + _param = self._index_netgate_get_serialize( page=page, limit=limit, cursor=cursor, @@ -165376,7 +169036,7 @@ def index_netapp_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", '404': "str", '500': "str", } @@ -165392,7 +169052,7 @@ def index_netapp_get( @validate_call - def index_netapp_get_with_http_info( + def index_netgate_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -165427,10 +169087,10 @@ def index_netapp_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination]: - """Return vulnerability data stored in index \"netapp\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination]: + """Return vulnerability data stored in index \"netgate\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` :param page: set the page number of the response :type page: int @@ -165496,7 +169156,7 @@ def index_netapp_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netapp_get_serialize( + _param = self._index_netgate_get_serialize( page=page, limit=limit, cursor=cursor, @@ -165525,7 +169185,7 @@ def index_netapp_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", '404': "str", '500': "str", } @@ -165541,7 +169201,7 @@ def index_netapp_get_with_http_info( @validate_call - def index_netapp_get_without_preload_content( + def index_netgate_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -165577,9 +169237,9 @@ def index_netapp_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"netapp\" + """Return vulnerability data stored in index \"netgate\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NetApp Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netapp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` :param page: set the page number of the response :type page: int @@ -165645,7 +169305,7 @@ def index_netapp_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netapp_get_serialize( + _param = self._index_netgate_get_serialize( page=page, limit=limit, cursor=cursor, @@ -165674,7 +169334,7 @@ def index_netapp_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetAppPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", '404': "str", '500': "str", } @@ -165685,7 +169345,7 @@ def index_netapp_get_without_preload_content( return response_data.response - def _index_netapp_get_serialize( + def _index_netgate_get_serialize( self, page, limit, @@ -165835,7 +169495,7 @@ def _index_netapp_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/netapp', + resource_path='/index/netgate', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -165852,7 +169512,7 @@ def _index_netapp_get_serialize( @validate_call - def index_netatalk_get( + def index_netgear_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -165887,10 +169547,10 @@ def index_netatalk_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination: - """Return vulnerability data stored in index \"netatalk\" + ) -> RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination: + """Return vulnerability data stored in index \"netgear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` :param page: set the page number of the response :type page: int @@ -165956,7 +169616,7 @@ def index_netatalk_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netatalk_get_serialize( + _param = self._index_netgear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -165985,7 +169645,7 @@ def index_netatalk_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", '404': "str", '500': "str", } @@ -166001,7 +169661,7 @@ def index_netatalk_get( @validate_call - def index_netatalk_get_with_http_info( + def index_netgear_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -166036,10 +169696,10 @@ def index_netatalk_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination]: - """Return vulnerability data stored in index \"netatalk\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination]: + """Return vulnerability data stored in index \"netgear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` :param page: set the page number of the response :type page: int @@ -166105,7 +169765,7 @@ def index_netatalk_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netatalk_get_serialize( + _param = self._index_netgear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -166134,7 +169794,7 @@ def index_netatalk_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", '404': "str", '500': "str", } @@ -166150,7 +169810,7 @@ def index_netatalk_get_with_http_info( @validate_call - def index_netatalk_get_without_preload_content( + def index_netgear_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -166186,9 +169846,9 @@ def index_netatalk_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"netatalk\" + """Return vulnerability data stored in index \"netgear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netatalk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netatalk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` :param page: set the page number of the response :type page: int @@ -166254,7 +169914,7 @@ def index_netatalk_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netatalk_get_serialize( + _param = self._index_netgear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -166283,7 +169943,7 @@ def index_netatalk_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetatalkPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", '404': "str", '500': "str", } @@ -166294,7 +169954,7 @@ def index_netatalk_get_without_preload_content( return response_data.response - def _index_netatalk_get_serialize( + def _index_netgear_get_serialize( self, page, limit, @@ -166444,7 +170104,7 @@ def _index_netatalk_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/netatalk', + resource_path='/index/netgear', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -166461,7 +170121,7 @@ def _index_netatalk_get_serialize( @validate_call - def index_netgate_get( + def index_netskope_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -166496,10 +170156,10 @@ def index_netgate_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination: - """Return vulnerability data stored in index \"netgate\" + ) -> RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination: + """Return vulnerability data stored in index \"netskope\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` :param page: set the page number of the response :type page: int @@ -166565,7 +170225,7 @@ def index_netgate_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgate_get_serialize( + _param = self._index_netskope_get_serialize( page=page, limit=limit, cursor=cursor, @@ -166594,7 +170254,7 @@ def index_netgate_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", '404': "str", '500': "str", } @@ -166610,7 +170270,7 @@ def index_netgate_get( @validate_call - def index_netgate_get_with_http_info( + def index_netskope_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -166645,10 +170305,10 @@ def index_netgate_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination]: - """Return vulnerability data stored in index \"netgate\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination]: + """Return vulnerability data stored in index \"netskope\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` :param page: set the page number of the response :type page: int @@ -166714,7 +170374,7 @@ def index_netgate_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgate_get_serialize( + _param = self._index_netskope_get_serialize( page=page, limit=limit, cursor=cursor, @@ -166743,7 +170403,7 @@ def index_netgate_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", '404': "str", '500': "str", } @@ -166759,7 +170419,7 @@ def index_netgate_get_with_http_info( @validate_call - def index_netgate_get_without_preload_content( + def index_netskope_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -166795,9 +170455,9 @@ def index_netgate_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"netgate\" + """Return vulnerability data stored in index \"netskope\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netgate Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgate?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` :param page: set the page number of the response :type page: int @@ -166863,7 +170523,7 @@ def index_netgate_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgate_get_serialize( + _param = self._index_netskope_get_serialize( page=page, limit=limit, cursor=cursor, @@ -166892,7 +170552,7 @@ def index_netgate_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", '404': "str", '500': "str", } @@ -166903,7 +170563,7 @@ def index_netgate_get_without_preload_content( return response_data.response - def _index_netgate_get_serialize( + def _index_netskope_get_serialize( self, page, limit, @@ -167053,7 +170713,7 @@ def _index_netgate_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/netgate', + resource_path='/index/netskope', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -167070,7 +170730,7 @@ def _index_netgate_get_serialize( @validate_call - def index_netgear_get( + def index_nexpose_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -167105,10 +170765,10 @@ def index_netgear_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination: - """Return vulnerability data stored in index \"netgear\" + ) -> RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination: + """Return vulnerability data stored in index \"nexpose\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` :param page: set the page number of the response :type page: int @@ -167174,7 +170834,7 @@ def index_netgear_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgear_get_serialize( + _param = self._index_nexpose_get_serialize( page=page, limit=limit, cursor=cursor, @@ -167203,7 +170863,7 @@ def index_netgear_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", '404': "str", '500': "str", } @@ -167219,7 +170879,7 @@ def index_netgear_get( @validate_call - def index_netgear_get_with_http_info( + def index_nexpose_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -167254,10 +170914,10 @@ def index_netgear_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination]: - """Return vulnerability data stored in index \"netgear\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination]: + """Return vulnerability data stored in index \"nexpose\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` :param page: set the page number of the response :type page: int @@ -167323,7 +170983,7 @@ def index_netgear_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgear_get_serialize( + _param = self._index_nexpose_get_serialize( page=page, limit=limit, cursor=cursor, @@ -167352,7 +171012,7 @@ def index_netgear_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", '404': "str", '500': "str", } @@ -167368,7 +171028,7 @@ def index_netgear_get_with_http_info( @validate_call - def index_netgear_get_without_preload_content( + def index_nexpose_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -167404,9 +171064,9 @@ def index_netgear_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"netgear\" + """Return vulnerability data stored in index \"nexpose\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NETGEAR Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netgear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` :param page: set the page number of the response :type page: int @@ -167472,7 +171132,7 @@ def index_netgear_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netgear_get_serialize( + _param = self._index_nexpose_get_serialize( page=page, limit=limit, cursor=cursor, @@ -167501,7 +171161,7 @@ def index_netgear_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetgearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", '404': "str", '500': "str", } @@ -167512,7 +171172,7 @@ def index_netgear_get_without_preload_content( return response_data.response - def _index_netgear_get_serialize( + def _index_nexpose_get_serialize( self, page, limit, @@ -167662,7 +171322,7 @@ def _index_netgear_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/netgear', + resource_path='/index/nexpose', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -167679,7 +171339,7 @@ def _index_netgear_get_serialize( @validate_call - def index_netskope_get( + def index_nginx_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -167714,10 +171374,10 @@ def index_netskope_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination: - """Return vulnerability data stored in index \"netskope\" + ) -> RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"nginx\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` :param page: set the page number of the response :type page: int @@ -167783,7 +171443,7 @@ def index_netskope_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netskope_get_serialize( + _param = self._index_nginx_get_serialize( page=page, limit=limit, cursor=cursor, @@ -167812,7 +171472,7 @@ def index_netskope_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -167828,7 +171488,7 @@ def index_netskope_get( @validate_call - def index_netskope_get_with_http_info( + def index_nginx_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -167863,10 +171523,10 @@ def index_netskope_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination]: - """Return vulnerability data stored in index \"netskope\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"nginx\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` :param page: set the page number of the response :type page: int @@ -167932,7 +171592,7 @@ def index_netskope_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netskope_get_serialize( + _param = self._index_nginx_get_serialize( page=page, limit=limit, cursor=cursor, @@ -167961,7 +171621,7 @@ def index_netskope_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -167977,7 +171637,7 @@ def index_netskope_get_with_http_info( @validate_call - def index_netskope_get_without_preload_content( + def index_nginx_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -168013,9 +171673,9 @@ def index_netskope_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"netskope\" + """Return vulnerability data stored in index \"nginx\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Netskope Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/netskope?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` :param page: set the page number of the response :type page: int @@ -168081,7 +171741,7 @@ def index_netskope_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_netskope_get_serialize( + _param = self._index_nginx_get_serialize( page=page, limit=limit, cursor=cursor, @@ -168110,7 +171770,7 @@ def index_netskope_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNetskopePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -168121,7 +171781,7 @@ def index_netskope_get_without_preload_content( return response_data.response - def _index_netskope_get_serialize( + def _index_nginx_get_serialize( self, page, limit, @@ -168271,7 +171931,7 @@ def _index_netskope_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/netskope', + resource_path='/index/nginx', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -168288,7 +171948,7 @@ def _index_netskope_get_serialize( @validate_call - def index_nexpose_get( + def index_nhs_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -168323,10 +171983,10 @@ def index_nexpose_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination: - """Return vulnerability data stored in index \"nexpose\" + ) -> RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination: + """Return vulnerability data stored in index \"nhs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` :param page: set the page number of the response :type page: int @@ -168392,7 +172052,7 @@ def index_nexpose_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nexpose_get_serialize( + _param = self._index_nhs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -168421,7 +172081,7 @@ def index_nexpose_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", '404': "str", '500': "str", } @@ -168437,7 +172097,7 @@ def index_nexpose_get( @validate_call - def index_nexpose_get_with_http_info( + def index_nhs_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -168472,10 +172132,10 @@ def index_nexpose_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination]: - """Return vulnerability data stored in index \"nexpose\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination]: + """Return vulnerability data stored in index \"nhs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` :param page: set the page number of the response :type page: int @@ -168541,7 +172201,7 @@ def index_nexpose_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nexpose_get_serialize( + _param = self._index_nhs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -168570,7 +172230,7 @@ def index_nexpose_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", '404': "str", '500': "str", } @@ -168586,7 +172246,7 @@ def index_nexpose_get_with_http_info( @validate_call - def index_nexpose_get_without_preload_content( + def index_nhs_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -168622,9 +172282,9 @@ def index_nexpose_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nexpose\" + """Return vulnerability data stored in index \"nhs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nexpose Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nexpose?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` :param page: set the page number of the response :type page: int @@ -168690,7 +172350,7 @@ def index_nexpose_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nexpose_get_serialize( + _param = self._index_nhs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -168719,7 +172379,7 @@ def index_nexpose_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNexposePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", '404': "str", '500': "str", } @@ -168730,7 +172390,7 @@ def index_nexpose_get_without_preload_content( return response_data.response - def _index_nexpose_get_serialize( + def _index_nhs_get_serialize( self, page, limit, @@ -168880,7 +172540,7 @@ def _index_nexpose_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nexpose', + resource_path='/index/nhs', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -168897,7 +172557,7 @@ def _index_nexpose_get_serialize( @validate_call - def index_nginx_get( + def index_ni_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -168932,10 +172592,10 @@ def index_nginx_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"nginx\" + ) -> RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination: + """Return vulnerability data stored in index \"ni\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` :param page: set the page number of the response :type page: int @@ -169001,7 +172661,7 @@ def index_nginx_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nginx_get_serialize( + _param = self._index_ni_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169030,7 +172690,7 @@ def index_nginx_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", '404': "str", '500': "str", } @@ -169046,7 +172706,7 @@ def index_nginx_get( @validate_call - def index_nginx_get_with_http_info( + def index_ni_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -169081,10 +172741,10 @@ def index_nginx_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"nginx\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination]: + """Return vulnerability data stored in index \"ni\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` :param page: set the page number of the response :type page: int @@ -169150,7 +172810,7 @@ def index_nginx_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nginx_get_serialize( + _param = self._index_ni_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169179,7 +172839,7 @@ def index_nginx_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", '404': "str", '500': "str", } @@ -169195,7 +172855,7 @@ def index_nginx_get_with_http_info( @validate_call - def index_nginx_get_without_preload_content( + def index_ni_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -169231,9 +172891,9 @@ def index_nginx_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nginx\" + """Return vulnerability data stored in index \"ni\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nginx Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nginx?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` :param page: set the page number of the response :type page: int @@ -169299,7 +172959,7 @@ def index_nginx_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nginx_get_serialize( + _param = self._index_ni_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169328,7 +172988,7 @@ def index_nginx_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNginxAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", '404': "str", '500': "str", } @@ -169339,7 +172999,7 @@ def index_nginx_get_without_preload_content( return response_data.response - def _index_nginx_get_serialize( + def _index_ni_get_serialize( self, page, limit, @@ -169489,7 +173149,7 @@ def _index_nginx_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nginx', + resource_path='/index/ni', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -169506,7 +173166,7 @@ def _index_nginx_get_serialize( @validate_call - def index_nhs_get( + def index_nist_nvd2_cpematch_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -169541,10 +173201,10 @@ def index_nhs_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination: - """Return vulnerability data stored in index \"nhs\" + ) -> RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination: + """Return vulnerability data stored in index \"nist-nvd2-cpematch\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` :param page: set the page number of the response :type page: int @@ -169610,7 +173270,7 @@ def index_nhs_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nhs_get_serialize( + _param = self._index_nist_nvd2_cpematch_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169639,7 +173299,7 @@ def index_nhs_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", '404': "str", '500': "str", } @@ -169655,7 +173315,7 @@ def index_nhs_get( @validate_call - def index_nhs_get_with_http_info( + def index_nist_nvd2_cpematch_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -169690,10 +173350,10 @@ def index_nhs_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination]: - """Return vulnerability data stored in index \"nhs\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination]: + """Return vulnerability data stored in index \"nist-nvd2-cpematch\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` :param page: set the page number of the response :type page: int @@ -169759,7 +173419,7 @@ def index_nhs_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nhs_get_serialize( + _param = self._index_nist_nvd2_cpematch_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169788,7 +173448,7 @@ def index_nhs_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", '404': "str", '500': "str", } @@ -169804,7 +173464,7 @@ def index_nhs_get_with_http_info( @validate_call - def index_nhs_get_without_preload_content( + def index_nist_nvd2_cpematch_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -169840,9 +173500,9 @@ def index_nhs_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nhs\" + """Return vulnerability data stored in index \"nist-nvd2-cpematch\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NHS Cyber Alerts ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nhs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` :param page: set the page number of the response :type page: int @@ -169908,7 +173568,7 @@ def index_nhs_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nhs_get_serialize( + _param = self._index_nist_nvd2_cpematch_get_serialize( page=page, limit=limit, cursor=cursor, @@ -169937,7 +173597,7 @@ def index_nhs_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNHSPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", '404': "str", '500': "str", } @@ -169948,7 +173608,7 @@ def index_nhs_get_without_preload_content( return response_data.response - def _index_nhs_get_serialize( + def _index_nist_nvd2_cpematch_get_serialize( self, page, limit, @@ -170098,7 +173758,7 @@ def _index_nhs_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nhs', + resource_path='/index/nist-nvd2-cpematch', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -170115,7 +173775,7 @@ def _index_nhs_get_serialize( @validate_call - def index_ni_get( + def index_nist_nvd2_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -170150,10 +173810,10 @@ def index_ni_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination: - """Return vulnerability data stored in index \"ni\" + ) -> RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination: + """Return vulnerability data stored in index \"nist-nvd2\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` :param page: set the page number of the response :type page: int @@ -170219,7 +173879,7 @@ def index_ni_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ni_get_serialize( + _param = self._index_nist_nvd2_get_serialize( page=page, limit=limit, cursor=cursor, @@ -170248,7 +173908,7 @@ def index_ni_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", '404': "str", '500': "str", } @@ -170264,7 +173924,7 @@ def index_ni_get( @validate_call - def index_ni_get_with_http_info( + def index_nist_nvd2_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -170299,10 +173959,10 @@ def index_ni_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination]: - """Return vulnerability data stored in index \"ni\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination]: + """Return vulnerability data stored in index \"nist-nvd2\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` :param page: set the page number of the response :type page: int @@ -170368,7 +174028,7 @@ def index_ni_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ni_get_serialize( + _param = self._index_nist_nvd2_get_serialize( page=page, limit=limit, cursor=cursor, @@ -170397,7 +174057,7 @@ def index_ni_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", '404': "str", '500': "str", } @@ -170413,7 +174073,7 @@ def index_ni_get_with_http_info( @validate_call - def index_ni_get_without_preload_content( + def index_nist_nvd2_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -170449,9 +174109,9 @@ def index_ni_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ni\" + """Return vulnerability data stored in index \"nist-nvd2\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ni index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** National Instruments Security Updates ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ni?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` :param page: set the page number of the response :type page: int @@ -170517,7 +174177,7 @@ def index_ni_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ni_get_serialize( + _param = self._index_nist_nvd2_get_serialize( page=page, limit=limit, cursor=cursor, @@ -170546,7 +174206,7 @@ def index_ni_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNIPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", '404': "str", '500': "str", } @@ -170557,7 +174217,7 @@ def index_ni_get_without_preload_content( return response_data.response - def _index_ni_get_serialize( + def _index_nist_nvd2_get_serialize( self, page, limit, @@ -170707,7 +174367,7 @@ def _index_ni_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ni', + resource_path='/index/nist-nvd2', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -170724,7 +174384,7 @@ def _index_ni_get_serialize( @validate_call - def index_nist_nvd2_cpematch_get( + def index_nist_nvd2_sources_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -170759,10 +174419,10 @@ def index_nist_nvd2_cpematch_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination: - """Return vulnerability data stored in index \"nist-nvd2-cpematch\" + ) -> RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination: + """Return vulnerability data stored in index \"nist-nvd2-sources\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` :param page: set the page number of the response :type page: int @@ -170828,7 +174488,7 @@ def index_nist_nvd2_cpematch_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_cpematch_get_serialize( + _param = self._index_nist_nvd2_sources_get_serialize( page=page, limit=limit, cursor=cursor, @@ -170857,7 +174517,7 @@ def index_nist_nvd2_cpematch_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", '404': "str", '500': "str", } @@ -170873,7 +174533,7 @@ def index_nist_nvd2_cpematch_get( @validate_call - def index_nist_nvd2_cpematch_get_with_http_info( + def index_nist_nvd2_sources_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -170908,10 +174568,10 @@ def index_nist_nvd2_cpematch_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination]: - """Return vulnerability data stored in index \"nist-nvd2-cpematch\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination]: + """Return vulnerability data stored in index \"nist-nvd2-sources\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` :param page: set the page number of the response :type page: int @@ -170977,7 +174637,7 @@ def index_nist_nvd2_cpematch_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_cpematch_get_serialize( + _param = self._index_nist_nvd2_sources_get_serialize( page=page, limit=limit, cursor=cursor, @@ -171006,7 +174666,7 @@ def index_nist_nvd2_cpematch_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", '404': "str", '500': "str", } @@ -171022,7 +174682,7 @@ def index_nist_nvd2_cpematch_get_with_http_info( @validate_call - def index_nist_nvd2_cpematch_get_without_preload_content( + def index_nist_nvd2_sources_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -171058,9 +174718,9 @@ def index_nist_nvd2_cpematch_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nist-nvd2-cpematch\" + """Return vulnerability data stored in index \"nist-nvd2-sources\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 CPE Match ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-cpematch?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` :param page: set the page number of the response :type page: int @@ -171126,7 +174786,7 @@ def index_nist_nvd2_cpematch_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_cpematch_get_serialize( + _param = self._index_nist_nvd2_sources_get_serialize( page=page, limit=limit, cursor=cursor, @@ -171155,7 +174815,7 @@ def index_nist_nvd2_cpematch_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CPEMatchPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", '404': "str", '500': "str", } @@ -171166,7 +174826,7 @@ def index_nist_nvd2_cpematch_get_without_preload_content( return response_data.response - def _index_nist_nvd2_cpematch_get_serialize( + def _index_nist_nvd2_sources_get_serialize( self, page, limit, @@ -171316,7 +174976,7 @@ def _index_nist_nvd2_cpematch_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nist-nvd2-cpematch', + resource_path='/index/nist-nvd2-sources', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -171333,7 +174993,7 @@ def _index_nist_nvd2_cpematch_get_serialize( @validate_call - def index_nist_nvd2_get( + def index_nist_nvd_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -171368,10 +175028,10 @@ def index_nist_nvd2_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination: - """Return vulnerability data stored in index \"nist-nvd2\" + ) -> RenderResponseWithMetadataArrayApiCveItemsPaginatePagination: + """Return vulnerability data stored in index \"nist-nvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` :param page: set the page number of the response :type page: int @@ -171437,7 +175097,7 @@ def index_nist_nvd2_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_get_serialize( + _param = self._index_nist_nvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -171466,7 +175126,7 @@ def index_nist_nvd2_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", '404': "str", '500': "str", } @@ -171482,7 +175142,7 @@ def index_nist_nvd2_get( @validate_call - def index_nist_nvd2_get_with_http_info( + def index_nist_nvd_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -171517,10 +175177,10 @@ def index_nist_nvd2_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination]: - """Return vulnerability data stored in index \"nist-nvd2\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiCveItemsPaginatePagination]: + """Return vulnerability data stored in index \"nist-nvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` :param page: set the page number of the response :type page: int @@ -171586,7 +175246,7 @@ def index_nist_nvd2_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_get_serialize( + _param = self._index_nist_nvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -171615,7 +175275,7 @@ def index_nist_nvd2_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", '404': "str", '500': "str", } @@ -171631,7 +175291,7 @@ def index_nist_nvd2_get_with_http_info( @validate_call - def index_nist_nvd2_get_without_preload_content( + def index_nist_nvd_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -171667,9 +175327,9 @@ def index_nist_nvd2_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nist-nvd2\" + """Return vulnerability data stored in index \"nist-nvd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` :param page: set the page number of the response :type page: int @@ -171735,7 +175395,7 @@ def index_nist_nvd2_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_get_serialize( + _param = self._index_nist_nvd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -171764,7 +175424,7 @@ def index_nist_nvd2_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiNVD20CVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", '404': "str", '500': "str", } @@ -171775,7 +175435,7 @@ def index_nist_nvd2_get_without_preload_content( return response_data.response - def _index_nist_nvd2_get_serialize( + def _index_nist_nvd_get_serialize( self, page, limit, @@ -171925,7 +175585,7 @@ def _index_nist_nvd2_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nist-nvd2', + resource_path='/index/nist-nvd', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -171942,7 +175602,7 @@ def _index_nist_nvd2_get_serialize( @validate_call - def index_nist_nvd2_sources_get( + def index_node_security_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -171977,10 +175637,10 @@ def index_nist_nvd2_sources_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination: - """Return vulnerability data stored in index \"nist-nvd2-sources\" + ) -> RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination: + """Return vulnerability data stored in index \"node-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` :param page: set the page number of the response :type page: int @@ -172046,7 +175706,7 @@ def index_nist_nvd2_sources_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_sources_get_serialize( + _param = self._index_node_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172075,7 +175735,7 @@ def index_nist_nvd2_sources_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", '404': "str", '500': "str", } @@ -172091,7 +175751,7 @@ def index_nist_nvd2_sources_get( @validate_call - def index_nist_nvd2_sources_get_with_http_info( + def index_node_security_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -172126,10 +175786,10 @@ def index_nist_nvd2_sources_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination]: - """Return vulnerability data stored in index \"nist-nvd2-sources\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination]: + """Return vulnerability data stored in index \"node-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` :param page: set the page number of the response :type page: int @@ -172195,7 +175855,7 @@ def index_nist_nvd2_sources_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_sources_get_serialize( + _param = self._index_node_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172224,7 +175884,7 @@ def index_nist_nvd2_sources_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", '404': "str", '500': "str", } @@ -172240,7 +175900,7 @@ def index_nist_nvd2_sources_get_with_http_info( @validate_call - def index_nist_nvd2_sources_get_without_preload_content( + def index_node_security_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -172276,9 +175936,9 @@ def index_nist_nvd2_sources_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nist-nvd2-sources\" + """Return vulnerability data stored in index \"node-security\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 2.0 Source Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd2-sources?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` :param page: set the page number of the response :type page: int @@ -172344,7 +176004,7 @@ def index_nist_nvd2_sources_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd2_sources_get_serialize( + _param = self._index_node_security_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172373,7 +176033,7 @@ def index_nist_nvd2_sources_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVD20SourcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", '404': "str", '500': "str", } @@ -172384,7 +176044,7 @@ def index_nist_nvd2_sources_get_without_preload_content( return response_data.response - def _index_nist_nvd2_sources_get_serialize( + def _index_node_security_get_serialize( self, page, limit, @@ -172534,7 +176194,7 @@ def _index_nist_nvd2_sources_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nist-nvd2-sources', + resource_path='/index/node-security', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -172551,7 +176211,7 @@ def _index_nist_nvd2_sources_get_serialize( @validate_call - def index_nist_nvd_get( + def index_nodejs_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -172586,10 +176246,10 @@ def index_nist_nvd_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiCveItemsPaginatePagination: - """Return vulnerability data stored in index \"nist-nvd\" + ) -> RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination: + """Return vulnerability data stored in index \"nodejs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` :param page: set the page number of the response :type page: int @@ -172655,7 +176315,7 @@ def index_nist_nvd_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd_get_serialize( + _param = self._index_nodejs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172684,7 +176344,7 @@ def index_nist_nvd_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", '404': "str", '500': "str", } @@ -172700,7 +176360,7 @@ def index_nist_nvd_get( @validate_call - def index_nist_nvd_get_with_http_info( + def index_nodejs_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -172735,10 +176395,10 @@ def index_nist_nvd_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiCveItemsPaginatePagination]: - """Return vulnerability data stored in index \"nist-nvd\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination]: + """Return vulnerability data stored in index \"nodejs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` :param page: set the page number of the response :type page: int @@ -172804,7 +176464,7 @@ def index_nist_nvd_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd_get_serialize( + _param = self._index_nodejs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172833,7 +176493,7 @@ def index_nist_nvd_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", '404': "str", '500': "str", } @@ -172849,7 +176509,7 @@ def index_nist_nvd_get_with_http_info( @validate_call - def index_nist_nvd_get_without_preload_content( + def index_nodejs_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -172885,9 +176545,9 @@ def index_nist_nvd_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nist-nvd\" + """Return vulnerability data stored in index \"nodejs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nist-nvd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` :param page: set the page number of the response :type page: int @@ -172953,7 +176613,7 @@ def index_nist_nvd_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nist_nvd_get_serialize( + _param = self._index_nodejs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -172982,7 +176642,7 @@ def index_nist_nvd_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiCveItemsPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", '404': "str", '500': "str", } @@ -172993,7 +176653,7 @@ def index_nist_nvd_get_without_preload_content( return response_data.response - def _index_nist_nvd_get_serialize( + def _index_nodejs_get_serialize( self, page, limit, @@ -173143,7 +176803,7 @@ def _index_nist_nvd_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nist-nvd', + resource_path='/index/nodejs', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -173160,7 +176820,7 @@ def _index_nist_nvd_get_serialize( @validate_call - def index_node_security_get( + def index_nokia_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -173195,10 +176855,10 @@ def index_node_security_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination: - """Return vulnerability data stored in index \"node-security\" + ) -> RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination: + """Return vulnerability data stored in index \"nokia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` :param page: set the page number of the response :type page: int @@ -173264,7 +176924,7 @@ def index_node_security_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_node_security_get_serialize( + _param = self._index_nokia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -173293,7 +176953,7 @@ def index_node_security_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", '404': "str", '500': "str", } @@ -173309,7 +176969,7 @@ def index_node_security_get( @validate_call - def index_node_security_get_with_http_info( + def index_nokia_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -173344,10 +177004,10 @@ def index_node_security_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination]: - """Return vulnerability data stored in index \"node-security\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination]: + """Return vulnerability data stored in index \"nokia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` :param page: set the page number of the response :type page: int @@ -173413,7 +177073,7 @@ def index_node_security_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_node_security_get_serialize( + _param = self._index_nokia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -173442,7 +177102,7 @@ def index_node_security_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", '404': "str", '500': "str", } @@ -173458,7 +177118,7 @@ def index_node_security_get_with_http_info( @validate_call - def index_node_security_get_without_preload_content( + def index_nokia_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -173494,9 +177154,9 @@ def index_node_security_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"node-security\" + """Return vulnerability data stored in index \"nokia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Node.js Security Working Group Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/node-security?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` :param page: set the page number of the response :type page: int @@ -173562,7 +177222,7 @@ def index_node_security_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_node_security_get_serialize( + _param = self._index_nokia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -173591,7 +177251,7 @@ def index_node_security_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeSecurityPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", '404': "str", '500': "str", } @@ -173602,7 +177262,7 @@ def index_node_security_get_without_preload_content( return response_data.response - def _index_node_security_get_serialize( + def _index_nokia_get_serialize( self, page, limit, @@ -173752,7 +177412,7 @@ def _index_node_security_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/node-security', + resource_path='/index/nokia', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -173769,7 +177429,7 @@ def _index_node_security_get_serialize( @validate_call - def index_nodejs_get( + def index_notepadplusplus_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -173804,10 +177464,10 @@ def index_nodejs_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination: - """Return vulnerability data stored in index \"nodejs\" + ) -> RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination: + """Return vulnerability data stored in index \"notepadplusplus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` :param page: set the page number of the response :type page: int @@ -173873,7 +177533,7 @@ def index_nodejs_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nodejs_get_serialize( + _param = self._index_notepadplusplus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -173902,7 +177562,7 @@ def index_nodejs_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", '404': "str", '500': "str", } @@ -173918,7 +177578,7 @@ def index_nodejs_get( @validate_call - def index_nodejs_get_with_http_info( + def index_notepadplusplus_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -173953,10 +177613,10 @@ def index_nodejs_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination]: - """Return vulnerability data stored in index \"nodejs\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination]: + """Return vulnerability data stored in index \"notepadplusplus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` :param page: set the page number of the response :type page: int @@ -174022,7 +177682,7 @@ def index_nodejs_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nodejs_get_serialize( + _param = self._index_notepadplusplus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -174051,7 +177711,7 @@ def index_nodejs_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", '404': "str", '500': "str", } @@ -174067,7 +177727,7 @@ def index_nodejs_get_with_http_info( @validate_call - def index_nodejs_get_without_preload_content( + def index_notepadplusplus_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -174103,9 +177763,9 @@ def index_nodejs_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nodejs\" + """Return vulnerability data stored in index \"notepadplusplus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NodeJS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nodejs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` :param page: set the page number of the response :type page: int @@ -174171,7 +177831,7 @@ def index_nodejs_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nodejs_get_serialize( + _param = self._index_notepadplusplus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -174200,7 +177860,7 @@ def index_nodejs_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNodeJSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", '404': "str", '500': "str", } @@ -174211,7 +177871,7 @@ def index_nodejs_get_without_preload_content( return response_data.response - def _index_nodejs_get_serialize( + def _index_notepadplusplus_get_serialize( self, page, limit, @@ -174361,7 +178021,7 @@ def _index_nodejs_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nodejs', + resource_path='/index/notepadplusplus', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -174378,7 +178038,7 @@ def _index_nodejs_get_serialize( @validate_call - def index_nokia_get( + def index_nozomi_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -174413,10 +178073,10 @@ def index_nokia_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination: - """Return vulnerability data stored in index \"nokia\" + ) -> RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination: + """Return vulnerability data stored in index \"nozomi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` :param page: set the page number of the response :type page: int @@ -174482,7 +178142,7 @@ def index_nokia_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nokia_get_serialize( + _param = self._index_nozomi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -174511,7 +178171,7 @@ def index_nokia_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", '404': "str", '500': "str", } @@ -174527,7 +178187,7 @@ def index_nokia_get( @validate_call - def index_nokia_get_with_http_info( + def index_nozomi_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -174562,10 +178222,10 @@ def index_nokia_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination]: - """Return vulnerability data stored in index \"nokia\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination]: + """Return vulnerability data stored in index \"nozomi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` :param page: set the page number of the response :type page: int @@ -174631,7 +178291,7 @@ def index_nokia_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nokia_get_serialize( + _param = self._index_nozomi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -174660,7 +178320,7 @@ def index_nokia_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", '404': "str", '500': "str", } @@ -174676,7 +178336,7 @@ def index_nokia_get_with_http_info( @validate_call - def index_nokia_get_without_preload_content( + def index_nozomi_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -174712,9 +178372,9 @@ def index_nokia_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nokia\" + """Return vulnerability data stored in index \"nozomi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nokia Product Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nokia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` :param page: set the page number of the response :type page: int @@ -174780,7 +178440,7 @@ def index_nokia_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nokia_get_serialize( + _param = self._index_nozomi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -174809,7 +178469,7 @@ def index_nokia_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNokiaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", '404': "str", '500': "str", } @@ -174820,7 +178480,7 @@ def index_nokia_get_without_preload_content( return response_data.response - def _index_nokia_get_serialize( + def _index_nozomi_get_serialize( self, page, limit, @@ -174970,7 +178630,7 @@ def _index_nokia_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nokia', + resource_path='/index/nozomi', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -174987,7 +178647,7 @@ def _index_nokia_get_serialize( @validate_call - def index_notepadplusplus_get( + def index_npm_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175022,10 +178682,10 @@ def index_notepadplusplus_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination: - """Return vulnerability data stored in index \"notepadplusplus\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"npm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` :param page: set the page number of the response :type page: int @@ -175091,7 +178751,7 @@ def index_notepadplusplus_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_notepadplusplus_get_serialize( + _param = self._index_npm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -175120,7 +178780,7 @@ def index_notepadplusplus_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -175136,7 +178796,7 @@ def index_notepadplusplus_get( @validate_call - def index_notepadplusplus_get_with_http_info( + def index_npm_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175171,10 +178831,10 @@ def index_notepadplusplus_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination]: - """Return vulnerability data stored in index \"notepadplusplus\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"npm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` :param page: set the page number of the response :type page: int @@ -175240,7 +178900,7 @@ def index_notepadplusplus_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_notepadplusplus_get_serialize( + _param = self._index_npm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -175269,7 +178929,7 @@ def index_notepadplusplus_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -175285,7 +178945,7 @@ def index_notepadplusplus_get_with_http_info( @validate_call - def index_notepadplusplus_get_without_preload_content( + def index_npm_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175321,9 +178981,9 @@ def index_notepadplusplus_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"notepadplusplus\" + """Return vulnerability data stored in index \"npm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Notepad++ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/notepadplusplus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` :param page: set the page number of the response :type page: int @@ -175389,7 +179049,7 @@ def index_notepadplusplus_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_notepadplusplus_get_serialize( + _param = self._index_npm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -175418,7 +179078,7 @@ def index_notepadplusplus_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNotePadPlusPlusPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -175429,7 +179089,7 @@ def index_notepadplusplus_get_without_preload_content( return response_data.response - def _index_notepadplusplus_get_serialize( + def _index_npm_get_serialize( self, page, limit, @@ -175579,7 +179239,7 @@ def _index_notepadplusplus_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/notepadplusplus', + resource_path='/index/npm', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -175596,7 +179256,7 @@ def _index_notepadplusplus_get_serialize( @validate_call - def index_nozomi_get( + def index_ntp_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175631,10 +179291,10 @@ def index_nozomi_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination: - """Return vulnerability data stored in index \"nozomi\" + ) -> RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination: + """Return vulnerability data stored in index \"ntp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` :param page: set the page number of the response :type page: int @@ -175700,7 +179360,7 @@ def index_nozomi_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nozomi_get_serialize( + _param = self._index_ntp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -175729,7 +179389,7 @@ def index_nozomi_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", '404': "str", '500': "str", } @@ -175745,7 +179405,7 @@ def index_nozomi_get( @validate_call - def index_nozomi_get_with_http_info( + def index_ntp_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175780,10 +179440,10 @@ def index_nozomi_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination]: - """Return vulnerability data stored in index \"nozomi\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination]: + """Return vulnerability data stored in index \"ntp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` :param page: set the page number of the response :type page: int @@ -175849,7 +179509,7 @@ def index_nozomi_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nozomi_get_serialize( + _param = self._index_ntp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -175878,7 +179538,7 @@ def index_nozomi_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", '404': "str", '500': "str", } @@ -175894,7 +179554,7 @@ def index_nozomi_get_with_http_info( @validate_call - def index_nozomi_get_without_preload_content( + def index_ntp_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -175930,9 +179590,9 @@ def index_nozomi_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nozomi\" + """Return vulnerability data stored in index \"ntp\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nozomi Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nozomi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` :param page: set the page number of the response :type page: int @@ -175998,7 +179658,7 @@ def index_nozomi_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nozomi_get_serialize( + _param = self._index_ntp_get_serialize( page=page, limit=limit, cursor=cursor, @@ -176027,7 +179687,7 @@ def index_nozomi_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNozomiPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", '404': "str", '500': "str", } @@ -176038,7 +179698,7 @@ def index_nozomi_get_without_preload_content( return response_data.response - def _index_nozomi_get_serialize( + def _index_ntp_get_serialize( self, page, limit, @@ -176188,7 +179848,7 @@ def _index_nozomi_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nozomi', + resource_path='/index/ntp', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -176205,7 +179865,7 @@ def _index_nozomi_get_serialize( @validate_call - def index_npm_get( + def index_nuget_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -176241,9 +179901,9 @@ def index_npm_get( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"npm\" + """Return vulnerability data stored in index \"nuget\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` :param page: set the page number of the response :type page: int @@ -176309,7 +179969,7 @@ def index_npm_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_npm_get_serialize( + _param = self._index_nuget_get_serialize( page=page, limit=limit, cursor=cursor, @@ -176354,7 +180014,7 @@ def index_npm_get( @validate_call - def index_npm_get_with_http_info( + def index_nuget_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -176390,9 +180050,9 @@ def index_npm_get_with_http_info( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"npm\" + """Return vulnerability data stored in index \"nuget\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` :param page: set the page number of the response :type page: int @@ -176458,7 +180118,7 @@ def index_npm_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_npm_get_serialize( + _param = self._index_nuget_get_serialize( page=page, limit=limit, cursor=cursor, @@ -176503,7 +180163,7 @@ def index_npm_get_with_http_info( @validate_call - def index_npm_get_without_preload_content( + def index_nuget_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -176539,9 +180199,9 @@ def index_npm_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"npm\" + """Return vulnerability data stored in index \"nuget\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the npm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NPM (JS/TS) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/npm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` :param page: set the page number of the response :type page: int @@ -176607,7 +180267,7 @@ def index_npm_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_npm_get_serialize( + _param = self._index_nuget_get_serialize( page=page, limit=limit, cursor=cursor, @@ -176647,7 +180307,7 @@ def index_npm_get_without_preload_content( return response_data.response - def _index_npm_get_serialize( + def _index_nuget_get_serialize( self, page, limit, @@ -176797,7 +180457,7 @@ def _index_npm_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/npm', + resource_path='/index/nuget', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -176814,7 +180474,7 @@ def _index_npm_get_serialize( @validate_call - def index_ntp_get( + def index_nvd_cpe_dictionary_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -176849,10 +180509,10 @@ def index_ntp_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination: - """Return vulnerability data stored in index \"ntp\" + ) -> RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination: + """Return vulnerability data stored in index \"nvd-cpe-dictionary\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` :param page: set the page number of the response :type page: int @@ -176918,7 +180578,7 @@ def index_ntp_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ntp_get_serialize( + _param = self._index_nvd_cpe_dictionary_get_serialize( page=page, limit=limit, cursor=cursor, @@ -176947,7 +180607,7 @@ def index_ntp_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", '404': "str", '500': "str", } @@ -176963,7 +180623,7 @@ def index_ntp_get( @validate_call - def index_ntp_get_with_http_info( + def index_nvd_cpe_dictionary_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -176998,10 +180658,10 @@ def index_ntp_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination]: - """Return vulnerability data stored in index \"ntp\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination]: + """Return vulnerability data stored in index \"nvd-cpe-dictionary\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` :param page: set the page number of the response :type page: int @@ -177067,7 +180727,7 @@ def index_ntp_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ntp_get_serialize( + _param = self._index_nvd_cpe_dictionary_get_serialize( page=page, limit=limit, cursor=cursor, @@ -177096,7 +180756,7 @@ def index_ntp_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", '404': "str", '500': "str", } @@ -177112,7 +180772,7 @@ def index_ntp_get_with_http_info( @validate_call - def index_ntp_get_without_preload_content( + def index_nvd_cpe_dictionary_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -177148,9 +180808,9 @@ def index_ntp_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ntp\" + """Return vulnerability data stored in index \"nvd-cpe-dictionary\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NTP Security Issues ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ntp?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` :param page: set the page number of the response :type page: int @@ -177216,7 +180876,7 @@ def index_ntp_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ntp_get_serialize( + _param = self._index_nvd_cpe_dictionary_get_serialize( page=page, limit=limit, cursor=cursor, @@ -177245,7 +180905,7 @@ def index_ntp_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNTPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", '404': "str", '500': "str", } @@ -177256,7 +180916,7 @@ def index_ntp_get_without_preload_content( return response_data.response - def _index_ntp_get_serialize( + def _index_nvd_cpe_dictionary_get_serialize( self, page, limit, @@ -177406,7 +181066,7 @@ def _index_ntp_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ntp', + resource_path='/index/nvd-cpe-dictionary', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -177423,7 +181083,7 @@ def _index_ntp_get_serialize( @validate_call - def index_nuget_get( + def index_nvidia_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -177458,10 +181118,10 @@ def index_nuget_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"nuget\" + ) -> RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination: + """Return vulnerability data stored in index \"nvidia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` :param page: set the page number of the response :type page: int @@ -177527,7 +181187,7 @@ def index_nuget_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nuget_get_serialize( + _param = self._index_nvidia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -177556,7 +181216,7 @@ def index_nuget_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", '404': "str", '500': "str", } @@ -177572,7 +181232,7 @@ def index_nuget_get( @validate_call - def index_nuget_get_with_http_info( + def index_nvidia_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -177607,10 +181267,10 @@ def index_nuget_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"nuget\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination]: + """Return vulnerability data stored in index \"nvidia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` :param page: set the page number of the response :type page: int @@ -177676,7 +181336,7 @@ def index_nuget_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nuget_get_serialize( + _param = self._index_nvidia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -177705,7 +181365,7 @@ def index_nuget_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", '404': "str", '500': "str", } @@ -177721,7 +181381,7 @@ def index_nuget_get_with_http_info( @validate_call - def index_nuget_get_without_preload_content( + def index_nvidia_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -177757,9 +181417,9 @@ def index_nuget_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nuget\" + """Return vulnerability data stored in index \"nvidia\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Nuget (C#/F#) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nuget?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` :param page: set the page number of the response :type page: int @@ -177825,7 +181485,7 @@ def index_nuget_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nuget_get_serialize( + _param = self._index_nvidia_get_serialize( page=page, limit=limit, cursor=cursor, @@ -177854,7 +181514,7 @@ def index_nuget_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", '404': "str", '500': "str", } @@ -177865,7 +181525,7 @@ def index_nuget_get_without_preload_content( return response_data.response - def _index_nuget_get_serialize( + def _index_nvidia_get_serialize( self, page, limit, @@ -178015,7 +181675,7 @@ def _index_nuget_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nuget', + resource_path='/index/nvidia', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -178032,7 +181692,7 @@ def _index_nuget_get_serialize( @validate_call - def index_nvd_cpe_dictionary_get( + def index_nz_advisories_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178067,10 +181727,10 @@ def index_nvd_cpe_dictionary_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination: - """Return vulnerability data stored in index \"nvd-cpe-dictionary\" + ) -> RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"nz-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -178136,7 +181796,7 @@ def index_nvd_cpe_dictionary_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvd_cpe_dictionary_get_serialize( + _param = self._index_nz_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -178165,7 +181825,7 @@ def index_nvd_cpe_dictionary_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -178181,7 +181841,7 @@ def index_nvd_cpe_dictionary_get( @validate_call - def index_nvd_cpe_dictionary_get_with_http_info( + def index_nz_advisories_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178216,10 +181876,10 @@ def index_nvd_cpe_dictionary_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination]: - """Return vulnerability data stored in index \"nvd-cpe-dictionary\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"nz-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -178285,7 +181945,7 @@ def index_nvd_cpe_dictionary_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvd_cpe_dictionary_get_serialize( + _param = self._index_nz_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -178314,7 +181974,7 @@ def index_nvd_cpe_dictionary_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -178330,7 +181990,7 @@ def index_nvd_cpe_dictionary_get_with_http_info( @validate_call - def index_nvd_cpe_dictionary_get_without_preload_content( + def index_nz_advisories_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178366,9 +182026,9 @@ def index_nvd_cpe_dictionary_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nvd-cpe-dictionary\" + """Return vulnerability data stored in index \"nz-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVD's CPE Dictionary ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvd-cpe-dictionary?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -178434,7 +182094,7 @@ def index_nvd_cpe_dictionary_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvd_cpe_dictionary_get_serialize( + _param = self._index_nz_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -178463,7 +182123,7 @@ def index_nvd_cpe_dictionary_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNVDCPEDictionaryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -178474,7 +182134,7 @@ def index_nvd_cpe_dictionary_get_without_preload_content( return response_data.response - def _index_nvd_cpe_dictionary_get_serialize( + def _index_nz_advisories_get_serialize( self, page, limit, @@ -178624,7 +182284,7 @@ def _index_nvd_cpe_dictionary_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nvd-cpe-dictionary', + resource_path='/index/nz-advisories', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -178641,7 +182301,7 @@ def _index_nvd_cpe_dictionary_get_serialize( @validate_call - def index_nvidia_get( + def index_octopus_deploy_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178676,10 +182336,10 @@ def index_nvidia_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination: - """Return vulnerability data stored in index \"nvidia\" + ) -> RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination: + """Return vulnerability data stored in index \"octopus-deploy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` :param page: set the page number of the response :type page: int @@ -178745,7 +182405,7 @@ def index_nvidia_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvidia_get_serialize( + _param = self._index_octopus_deploy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -178774,7 +182434,7 @@ def index_nvidia_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", '404': "str", '500': "str", } @@ -178790,7 +182450,7 @@ def index_nvidia_get( @validate_call - def index_nvidia_get_with_http_info( + def index_octopus_deploy_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178825,10 +182485,10 @@ def index_nvidia_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination]: - """Return vulnerability data stored in index \"nvidia\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination]: + """Return vulnerability data stored in index \"octopus-deploy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` :param page: set the page number of the response :type page: int @@ -178894,7 +182554,7 @@ def index_nvidia_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvidia_get_serialize( + _param = self._index_octopus_deploy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -178923,7 +182583,7 @@ def index_nvidia_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", '404': "str", '500': "str", } @@ -178939,7 +182599,7 @@ def index_nvidia_get_with_http_info( @validate_call - def index_nvidia_get_without_preload_content( + def index_octopus_deploy_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -178975,9 +182635,9 @@ def index_nvidia_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nvidia\" + """Return vulnerability data stored in index \"octopus-deploy\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** NVIDIA Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nvidia?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` :param page: set the page number of the response :type page: int @@ -179043,7 +182703,7 @@ def index_nvidia_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nvidia_get_serialize( + _param = self._index_octopus_deploy_get_serialize( page=page, limit=limit, cursor=cursor, @@ -179072,7 +182732,7 @@ def index_nvidia_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", '404': "str", '500': "str", } @@ -179083,7 +182743,7 @@ def index_nvidia_get_without_preload_content( return response_data.response - def _index_nvidia_get_serialize( + def _index_octopus_deploy_get_serialize( self, page, limit, @@ -179233,7 +182893,7 @@ def _index_nvidia_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nvidia', + resource_path='/index/octopus-deploy', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -179250,7 +182910,7 @@ def _index_nvidia_get_serialize( @validate_call - def index_nz_advisories_get( + def index_okta_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -179285,10 +182945,10 @@ def index_nz_advisories_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"nz-advisories\" + ) -> RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination: + """Return vulnerability data stored in index \"okta\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` :param page: set the page number of the response :type page: int @@ -179354,7 +183014,7 @@ def index_nz_advisories_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nz_advisories_get_serialize( + _param = self._index_okta_get_serialize( page=page, limit=limit, cursor=cursor, @@ -179383,7 +183043,7 @@ def index_nz_advisories_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", '404': "str", '500': "str", } @@ -179399,7 +183059,7 @@ def index_nz_advisories_get( @validate_call - def index_nz_advisories_get_with_http_info( + def index_okta_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -179434,10 +183094,10 @@ def index_nz_advisories_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"nz-advisories\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination]: + """Return vulnerability data stored in index \"okta\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` :param page: set the page number of the response :type page: int @@ -179503,7 +183163,7 @@ def index_nz_advisories_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nz_advisories_get_serialize( + _param = self._index_okta_get_serialize( page=page, limit=limit, cursor=cursor, @@ -179532,7 +183192,7 @@ def index_nz_advisories_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", '404': "str", '500': "str", } @@ -179548,7 +183208,7 @@ def index_nz_advisories_get_with_http_info( @validate_call - def index_nz_advisories_get_without_preload_content( + def index_okta_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -179584,9 +183244,9 @@ def index_nz_advisories_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"nz-advisories\" + """Return vulnerability data stored in index \"okta\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CERT NZ Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/nz-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` :param page: set the page number of the response :type page: int @@ -179652,7 +183312,7 @@ def index_nz_advisories_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_nz_advisories_get_serialize( + _param = self._index_okta_get_serialize( page=page, limit=limit, cursor=cursor, @@ -179681,7 +183341,7 @@ def index_nz_advisories_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryNZAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", '404': "str", '500': "str", } @@ -179692,7 +183352,7 @@ def index_nz_advisories_get_without_preload_content( return response_data.response - def _index_nz_advisories_get_serialize( + def _index_okta_get_serialize( self, page, limit, @@ -179842,7 +183502,7 @@ def _index_nz_advisories_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/nz-advisories', + resource_path='/index/okta', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -179859,7 +183519,7 @@ def _index_nz_advisories_get_serialize( @validate_call - def index_octopus_deploy_get( + def index_omron_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -179894,10 +183554,10 @@ def index_octopus_deploy_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination: - """Return vulnerability data stored in index \"octopus-deploy\" + ) -> RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination: + """Return vulnerability data stored in index \"omron\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` :param page: set the page number of the response :type page: int @@ -179963,7 +183623,7 @@ def index_octopus_deploy_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_octopus_deploy_get_serialize( + _param = self._index_omron_get_serialize( page=page, limit=limit, cursor=cursor, @@ -179992,7 +183652,7 @@ def index_octopus_deploy_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", '404': "str", '500': "str", } @@ -180008,7 +183668,7 @@ def index_octopus_deploy_get( @validate_call - def index_octopus_deploy_get_with_http_info( + def index_omron_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -180043,10 +183703,10 @@ def index_octopus_deploy_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination]: - """Return vulnerability data stored in index \"octopus-deploy\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination]: + """Return vulnerability data stored in index \"omron\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` :param page: set the page number of the response :type page: int @@ -180112,7 +183772,7 @@ def index_octopus_deploy_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_octopus_deploy_get_serialize( + _param = self._index_omron_get_serialize( page=page, limit=limit, cursor=cursor, @@ -180141,7 +183801,7 @@ def index_octopus_deploy_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", '404': "str", '500': "str", } @@ -180157,7 +183817,7 @@ def index_octopus_deploy_get_with_http_info( @validate_call - def index_octopus_deploy_get_without_preload_content( + def index_omron_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -180193,9 +183853,9 @@ def index_octopus_deploy_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"octopus-deploy\" + """Return vulnerability data stored in index \"omron\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Octopus Deploy Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/octopus-deploy?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` :param page: set the page number of the response :type page: int @@ -180261,7 +183921,7 @@ def index_octopus_deploy_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_octopus_deploy_get_serialize( + _param = self._index_omron_get_serialize( page=page, limit=limit, cursor=cursor, @@ -180290,7 +183950,7 @@ def index_octopus_deploy_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOctopusDeployPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", '404': "str", '500': "str", } @@ -180301,7 +183961,7 @@ def index_octopus_deploy_get_without_preload_content( return response_data.response - def _index_octopus_deploy_get_serialize( + def _index_omron_get_serialize( self, page, limit, @@ -180451,7 +184111,7 @@ def _index_octopus_deploy_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/octopus-deploy', + resource_path='/index/omron', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -180468,7 +184128,7 @@ def _index_octopus_deploy_get_serialize( @validate_call - def index_okta_get( + def index_one_e_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -180503,10 +184163,10 @@ def index_okta_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination: - """Return vulnerability data stored in index \"okta\" + ) -> RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination: + """Return vulnerability data stored in index \"one-e\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` :param page: set the page number of the response :type page: int @@ -180572,7 +184232,7 @@ def index_okta_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_okta_get_serialize( + _param = self._index_one_e_get_serialize( page=page, limit=limit, cursor=cursor, @@ -180601,7 +184261,7 @@ def index_okta_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", '404': "str", '500': "str", } @@ -180617,7 +184277,7 @@ def index_okta_get( @validate_call - def index_okta_get_with_http_info( + def index_one_e_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -180652,10 +184312,10 @@ def index_okta_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination]: - """Return vulnerability data stored in index \"okta\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination]: + """Return vulnerability data stored in index \"one-e\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` :param page: set the page number of the response :type page: int @@ -180721,7 +184381,7 @@ def index_okta_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_okta_get_serialize( + _param = self._index_one_e_get_serialize( page=page, limit=limit, cursor=cursor, @@ -180750,7 +184410,7 @@ def index_okta_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", '404': "str", '500': "str", } @@ -180766,7 +184426,7 @@ def index_okta_get_with_http_info( @validate_call - def index_okta_get_without_preload_content( + def index_one_e_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -180802,9 +184462,9 @@ def index_okta_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"okta\" + """Return vulnerability data stored in index \"one-e\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the okta index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Okta Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/okta?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` :param page: set the page number of the response :type page: int @@ -180870,7 +184530,7 @@ def index_okta_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_okta_get_serialize( + _param = self._index_one_e_get_serialize( page=page, limit=limit, cursor=cursor, @@ -180899,7 +184559,7 @@ def index_okta_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOktaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", '404': "str", '500': "str", } @@ -180910,7 +184570,7 @@ def index_okta_get_without_preload_content( return response_data.response - def _index_okta_get_serialize( + def _index_one_e_get_serialize( self, page, limit, @@ -181060,7 +184720,7 @@ def _index_okta_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/okta', + resource_path='/index/one-e', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -181077,7 +184737,7 @@ def _index_okta_get_serialize( @validate_call - def index_omron_get( + def index_opam_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -181112,10 +184772,10 @@ def index_omron_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination: - """Return vulnerability data stored in index \"omron\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"opam\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` :param page: set the page number of the response :type page: int @@ -181181,7 +184841,7 @@ def index_omron_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_omron_get_serialize( + _param = self._index_opam_get_serialize( page=page, limit=limit, cursor=cursor, @@ -181210,7 +184870,7 @@ def index_omron_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -181226,7 +184886,7 @@ def index_omron_get( @validate_call - def index_omron_get_with_http_info( + def index_opam_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -181261,10 +184921,10 @@ def index_omron_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination]: - """Return vulnerability data stored in index \"omron\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"opam\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` :param page: set the page number of the response :type page: int @@ -181330,7 +184990,7 @@ def index_omron_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_omron_get_serialize( + _param = self._index_opam_get_serialize( page=page, limit=limit, cursor=cursor, @@ -181359,7 +185019,7 @@ def index_omron_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -181375,7 +185035,7 @@ def index_omron_get_with_http_info( @validate_call - def index_omron_get_without_preload_content( + def index_opam_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -181411,9 +185071,9 @@ def index_omron_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"omron\" + """Return vulnerability data stored in index \"opam\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the omron index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Omron Vulnerability Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/omron?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` :param page: set the page number of the response :type page: int @@ -181479,7 +185139,7 @@ def index_omron_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_omron_get_serialize( + _param = self._index_opam_get_serialize( page=page, limit=limit, cursor=cursor, @@ -181508,7 +185168,7 @@ def index_omron_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOmronPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -181519,7 +185179,7 @@ def index_omron_get_without_preload_content( return response_data.response - def _index_omron_get_serialize( + def _index_opam_get_serialize( self, page, limit, @@ -181669,7 +185329,7 @@ def _index_omron_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/omron', + resource_path='/index/opam', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -181686,7 +185346,7 @@ def _index_omron_get_serialize( @validate_call - def index_one_e_get( + def index_open_cvdb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -181721,10 +185381,10 @@ def index_one_e_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination: - """Return vulnerability data stored in index \"one-e\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination: + """Return vulnerability data stored in index \"open-cvdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` :param page: set the page number of the response :type page: int @@ -181790,7 +185450,7 @@ def index_one_e_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_one_e_get_serialize( + _param = self._index_open_cvdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -181819,7 +185479,7 @@ def index_one_e_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", '404': "str", '500': "str", } @@ -181835,7 +185495,7 @@ def index_one_e_get( @validate_call - def index_one_e_get_with_http_info( + def index_open_cvdb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -181870,10 +185530,10 @@ def index_one_e_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination]: - """Return vulnerability data stored in index \"one-e\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination]: + """Return vulnerability data stored in index \"open-cvdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` :param page: set the page number of the response :type page: int @@ -181939,7 +185599,7 @@ def index_one_e_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_one_e_get_serialize( + _param = self._index_open_cvdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -181968,7 +185628,7 @@ def index_one_e_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", '404': "str", '500': "str", } @@ -181984,7 +185644,7 @@ def index_one_e_get_with_http_info( @validate_call - def index_one_e_get_without_preload_content( + def index_open_cvdb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -182020,9 +185680,9 @@ def index_one_e_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"one-e\" + """Return vulnerability data stored in index \"open-cvdb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** 1E Published Product Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/one-e?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` :param page: set the page number of the response :type page: int @@ -182088,7 +185748,7 @@ def index_one_e_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_one_e_get_serialize( + _param = self._index_open_cvdb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -182117,7 +185777,7 @@ def index_one_e_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOneEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", '404': "str", '500': "str", } @@ -182128,7 +185788,7 @@ def index_one_e_get_without_preload_content( return response_data.response - def _index_one_e_get_serialize( + def _index_open_cvdb_get_serialize( self, page, limit, @@ -182278,7 +185938,7 @@ def _index_one_e_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/one-e', + resource_path='/index/open-cvdb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -182295,7 +185955,7 @@ def _index_one_e_get_serialize( @validate_call - def index_opam_get( + def index_openbsd_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -182330,10 +185990,10 @@ def index_opam_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"opam\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination: + """Return vulnerability data stored in index \"openbsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` :param page: set the page number of the response :type page: int @@ -182399,7 +186059,7 @@ def index_opam_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opam_get_serialize( + _param = self._index_openbsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -182428,7 +186088,7 @@ def index_opam_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", '404': "str", '500': "str", } @@ -182444,7 +186104,7 @@ def index_opam_get( @validate_call - def index_opam_get_with_http_info( + def index_openbsd_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -182479,10 +186139,10 @@ def index_opam_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"opam\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination]: + """Return vulnerability data stored in index \"openbsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` :param page: set the page number of the response :type page: int @@ -182548,7 +186208,7 @@ def index_opam_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opam_get_serialize( + _param = self._index_openbsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -182577,7 +186237,7 @@ def index_opam_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", '404': "str", '500': "str", } @@ -182593,7 +186253,7 @@ def index_opam_get_with_http_info( @validate_call - def index_opam_get_without_preload_content( + def index_openbsd_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -182629,9 +186289,9 @@ def index_opam_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"opam\" + """Return vulnerability data stored in index \"openbsd\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opam index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** opam (OCaml) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opam?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` :param page: set the page number of the response :type page: int @@ -182697,7 +186357,7 @@ def index_opam_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opam_get_serialize( + _param = self._index_openbsd_get_serialize( page=page, limit=limit, cursor=cursor, @@ -182726,7 +186386,7 @@ def index_opam_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", '404': "str", '500': "str", } @@ -182737,7 +186397,7 @@ def index_opam_get_without_preload_content( return response_data.response - def _index_opam_get_serialize( + def _index_openbsd_get_serialize( self, page, limit, @@ -182887,7 +186547,7 @@ def _index_opam_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/opam', + resource_path='/index/openbsd', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -182904,7 +186564,7 @@ def _index_opam_get_serialize( @validate_call - def index_open_cvdb_get( + def index_opengear_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -182939,10 +186599,10 @@ def index_open_cvdb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination: - """Return vulnerability data stored in index \"open-cvdb\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination: + """Return vulnerability data stored in index \"opengear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` :param page: set the page number of the response :type page: int @@ -183008,7 +186668,7 @@ def index_open_cvdb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_open_cvdb_get_serialize( + _param = self._index_opengear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183037,7 +186697,7 @@ def index_open_cvdb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", '404': "str", '500': "str", } @@ -183053,7 +186713,7 @@ def index_open_cvdb_get( @validate_call - def index_open_cvdb_get_with_http_info( + def index_opengear_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -183088,10 +186748,10 @@ def index_open_cvdb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination]: - """Return vulnerability data stored in index \"open-cvdb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination]: + """Return vulnerability data stored in index \"opengear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` :param page: set the page number of the response :type page: int @@ -183157,7 +186817,7 @@ def index_open_cvdb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_open_cvdb_get_serialize( + _param = self._index_opengear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183186,7 +186846,7 @@ def index_open_cvdb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", '404': "str", '500': "str", } @@ -183202,7 +186862,7 @@ def index_open_cvdb_get_with_http_info( @validate_call - def index_open_cvdb_get_without_preload_content( + def index_opengear_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -183238,9 +186898,9 @@ def index_open_cvdb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"open-cvdb\" + """Return vulnerability data stored in index \"opengear\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** The Open Cloud Vulnerability & Security Issue Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/open-cvdb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` :param page: set the page number of the response :type page: int @@ -183306,7 +186966,7 @@ def index_open_cvdb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_open_cvdb_get_serialize( + _param = self._index_opengear_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183335,7 +186995,7 @@ def index_open_cvdb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenCVDBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", '404': "str", '500': "str", } @@ -183346,7 +187006,7 @@ def index_open_cvdb_get_without_preload_content( return response_data.response - def _index_open_cvdb_get_serialize( + def _index_opengear_get_serialize( self, page, limit, @@ -183496,7 +187156,7 @@ def _index_open_cvdb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/open-cvdb', + resource_path='/index/opengear', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -183513,7 +187173,7 @@ def _index_open_cvdb_get_serialize( @validate_call - def index_openbsd_get( + def index_openjdk_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -183548,10 +187208,10 @@ def index_openbsd_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination: - """Return vulnerability data stored in index \"openbsd\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination: + """Return vulnerability data stored in index \"openjdk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` :param page: set the page number of the response :type page: int @@ -183617,7 +187277,7 @@ def index_openbsd_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openbsd_get_serialize( + _param = self._index_openjdk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183646,7 +187306,7 @@ def index_openbsd_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", '404': "str", '500': "str", } @@ -183662,7 +187322,7 @@ def index_openbsd_get( @validate_call - def index_openbsd_get_with_http_info( + def index_openjdk_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -183697,10 +187357,10 @@ def index_openbsd_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination]: - """Return vulnerability data stored in index \"openbsd\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination]: + """Return vulnerability data stored in index \"openjdk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` :param page: set the page number of the response :type page: int @@ -183766,7 +187426,7 @@ def index_openbsd_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openbsd_get_serialize( + _param = self._index_openjdk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183795,7 +187455,7 @@ def index_openbsd_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", '404': "str", '500': "str", } @@ -183811,7 +187471,7 @@ def index_openbsd_get_with_http_info( @validate_call - def index_openbsd_get_without_preload_content( + def index_openjdk_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -183847,9 +187507,9 @@ def index_openbsd_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openbsd\" + """Return vulnerability data stored in index \"openjdk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenBSD Security Fixes ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openbsd?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` :param page: set the page number of the response :type page: int @@ -183915,7 +187575,7 @@ def index_openbsd_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openbsd_get_serialize( + _param = self._index_openjdk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -183944,7 +187604,7 @@ def index_openbsd_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenBSDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", '404': "str", '500': "str", } @@ -183955,7 +187615,7 @@ def index_openbsd_get_without_preload_content( return response_data.response - def _index_openbsd_get_serialize( + def _index_openjdk_get_serialize( self, page, limit, @@ -184105,7 +187765,7 @@ def _index_openbsd_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openbsd', + resource_path='/index/openjdk', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -184122,7 +187782,7 @@ def _index_openbsd_get_serialize( @validate_call - def index_opengear_get( + def index_openssh_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -184157,10 +187817,10 @@ def index_opengear_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination: - """Return vulnerability data stored in index \"opengear\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination: + """Return vulnerability data stored in index \"openssh\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` :param page: set the page number of the response :type page: int @@ -184226,7 +187886,7 @@ def index_opengear_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opengear_get_serialize( + _param = self._index_openssh_get_serialize( page=page, limit=limit, cursor=cursor, @@ -184255,7 +187915,7 @@ def index_opengear_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", '404': "str", '500': "str", } @@ -184271,7 +187931,7 @@ def index_opengear_get( @validate_call - def index_opengear_get_with_http_info( + def index_openssh_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -184306,10 +187966,10 @@ def index_opengear_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination]: - """Return vulnerability data stored in index \"opengear\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination]: + """Return vulnerability data stored in index \"openssh\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` :param page: set the page number of the response :type page: int @@ -184375,7 +188035,7 @@ def index_opengear_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opengear_get_serialize( + _param = self._index_openssh_get_serialize( page=page, limit=limit, cursor=cursor, @@ -184404,7 +188064,7 @@ def index_opengear_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", '404': "str", '500': "str", } @@ -184420,7 +188080,7 @@ def index_opengear_get_with_http_info( @validate_call - def index_opengear_get_without_preload_content( + def index_openssh_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -184456,9 +188116,9 @@ def index_opengear_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"opengear\" + """Return vulnerability data stored in index \"openssh\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Opengear Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/opengear?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` :param page: set the page number of the response :type page: int @@ -184524,7 +188184,7 @@ def index_opengear_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_opengear_get_serialize( + _param = self._index_openssh_get_serialize( page=page, limit=limit, cursor=cursor, @@ -184553,7 +188213,7 @@ def index_opengear_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpengearPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", '404': "str", '500': "str", } @@ -184564,7 +188224,7 @@ def index_opengear_get_without_preload_content( return response_data.response - def _index_opengear_get_serialize( + def _index_openssh_get_serialize( self, page, limit, @@ -184714,7 +188374,7 @@ def _index_opengear_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/opengear', + resource_path='/index/openssh', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -184731,7 +188391,7 @@ def _index_opengear_get_serialize( @validate_call - def index_openjdk_get( + def index_openssl_secadv_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -184766,10 +188426,10 @@ def index_openjdk_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination: - """Return vulnerability data stored in index \"openjdk\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination: + """Return vulnerability data stored in index \"openssl-secadv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` :param page: set the page number of the response :type page: int @@ -184835,7 +188495,7 @@ def index_openjdk_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openjdk_get_serialize( + _param = self._index_openssl_secadv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -184864,7 +188524,7 @@ def index_openjdk_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", '404': "str", '500': "str", } @@ -184880,7 +188540,7 @@ def index_openjdk_get( @validate_call - def index_openjdk_get_with_http_info( + def index_openssl_secadv_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -184915,10 +188575,10 @@ def index_openjdk_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination]: - """Return vulnerability data stored in index \"openjdk\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination]: + """Return vulnerability data stored in index \"openssl-secadv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` :param page: set the page number of the response :type page: int @@ -184984,7 +188644,7 @@ def index_openjdk_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openjdk_get_serialize( + _param = self._index_openssl_secadv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -185013,7 +188673,7 @@ def index_openjdk_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", '404': "str", '500': "str", } @@ -185029,7 +188689,7 @@ def index_openjdk_get_with_http_info( @validate_call - def index_openjdk_get_without_preload_content( + def index_openssl_secadv_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -185065,9 +188725,9 @@ def index_openjdk_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openjdk\" + """Return vulnerability data stored in index \"openssl-secadv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenJDK Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openjdk?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` :param page: set the page number of the response :type page: int @@ -185133,7 +188793,7 @@ def index_openjdk_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openjdk_get_serialize( + _param = self._index_openssl_secadv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -185162,7 +188822,7 @@ def index_openjdk_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenJDKPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", '404': "str", '500': "str", } @@ -185173,7 +188833,7 @@ def index_openjdk_get_without_preload_content( return response_data.response - def _index_openjdk_get_serialize( + def _index_openssl_secadv_get_serialize( self, page, limit, @@ -185323,7 +188983,7 @@ def _index_openjdk_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openjdk', + resource_path='/index/openssl-secadv', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -185340,7 +189000,7 @@ def _index_openjdk_get_serialize( @validate_call - def index_openssh_get( + def index_openstack_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -185375,10 +189035,10 @@ def index_openssh_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination: - """Return vulnerability data stored in index \"openssh\" + ) -> RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination: + """Return vulnerability data stored in index \"openstack\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` :param page: set the page number of the response :type page: int @@ -185444,7 +189104,7 @@ def index_openssh_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssh_get_serialize( + _param = self._index_openstack_get_serialize( page=page, limit=limit, cursor=cursor, @@ -185473,7 +189133,7 @@ def index_openssh_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", '404': "str", '500': "str", } @@ -185489,7 +189149,7 @@ def index_openssh_get( @validate_call - def index_openssh_get_with_http_info( + def index_openstack_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -185524,10 +189184,10 @@ def index_openssh_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination]: - """Return vulnerability data stored in index \"openssh\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination]: + """Return vulnerability data stored in index \"openstack\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` :param page: set the page number of the response :type page: int @@ -185593,7 +189253,7 @@ def index_openssh_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssh_get_serialize( + _param = self._index_openstack_get_serialize( page=page, limit=limit, cursor=cursor, @@ -185622,7 +189282,7 @@ def index_openssh_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", '404': "str", '500': "str", } @@ -185638,7 +189298,7 @@ def index_openssh_get_with_http_info( @validate_call - def index_openssh_get_without_preload_content( + def index_openstack_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -185674,9 +189334,9 @@ def index_openssh_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openssh\" + """Return vulnerability data stored in index \"openstack\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSH Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssh?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` :param page: set the page number of the response :type page: int @@ -185742,7 +189402,7 @@ def index_openssh_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssh_get_serialize( + _param = self._index_openstack_get_serialize( page=page, limit=limit, cursor=cursor, @@ -185771,7 +189431,7 @@ def index_openssh_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSHPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", '404': "str", '500': "str", } @@ -185782,7 +189442,7 @@ def index_openssh_get_without_preload_content( return response_data.response - def _index_openssh_get_serialize( + def _index_openstack_get_serialize( self, page, limit, @@ -185932,7 +189592,7 @@ def _index_openssh_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openssh', + resource_path='/index/openstack', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -185949,7 +189609,7 @@ def _index_openssh_get_serialize( @validate_call - def index_openssl_secadv_get( + def index_openwrt_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -185984,10 +189644,10 @@ def index_openssl_secadv_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination: - """Return vulnerability data stored in index \"openssl-secadv\" + ) -> RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination: + """Return vulnerability data stored in index \"openwrt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` :param page: set the page number of the response :type page: int @@ -186053,7 +189713,7 @@ def index_openssl_secadv_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssl_secadv_get_serialize( + _param = self._index_openwrt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186082,7 +189742,7 @@ def index_openssl_secadv_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", '404': "str", '500': "str", } @@ -186098,7 +189758,7 @@ def index_openssl_secadv_get( @validate_call - def index_openssl_secadv_get_with_http_info( + def index_openwrt_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -186133,10 +189793,10 @@ def index_openssl_secadv_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination]: - """Return vulnerability data stored in index \"openssl-secadv\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination]: + """Return vulnerability data stored in index \"openwrt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` :param page: set the page number of the response :type page: int @@ -186202,7 +189862,7 @@ def index_openssl_secadv_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssl_secadv_get_serialize( + _param = self._index_openwrt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186231,7 +189891,7 @@ def index_openssl_secadv_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", '404': "str", '500': "str", } @@ -186247,7 +189907,7 @@ def index_openssl_secadv_get_with_http_info( @validate_call - def index_openssl_secadv_get_without_preload_content( + def index_openwrt_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -186283,9 +189943,9 @@ def index_openssl_secadv_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openssl-secadv\" + """Return vulnerability data stored in index \"openwrt\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenSSL Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openssl-secadv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` :param page: set the page number of the response :type page: int @@ -186351,7 +190011,7 @@ def index_openssl_secadv_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openssl_secadv_get_serialize( + _param = self._index_openwrt_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186380,7 +190040,7 @@ def index_openssl_secadv_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenSSLSecAdvPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", '404': "str", '500': "str", } @@ -186391,7 +190051,7 @@ def index_openssl_secadv_get_without_preload_content( return response_data.response - def _index_openssl_secadv_get_serialize( + def _index_openwrt_get_serialize( self, page, limit, @@ -186541,7 +190201,7 @@ def _index_openssl_secadv_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openssl-secadv', + resource_path='/index/openwrt', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -186558,7 +190218,7 @@ def _index_openssl_secadv_get_serialize( @validate_call - def index_openstack_get( + def index_oracle_cpu_csaf_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -186593,10 +190253,10 @@ def index_openstack_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination: - """Return vulnerability data stored in index \"openstack\" + ) -> RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination: + """Return vulnerability data stored in index \"oracle-cpu-csaf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` :param page: set the page number of the response :type page: int @@ -186662,7 +190322,7 @@ def index_openstack_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openstack_get_serialize( + _param = self._index_oracle_cpu_csaf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186691,7 +190351,7 @@ def index_openstack_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", '404': "str", '500': "str", } @@ -186707,7 +190367,7 @@ def index_openstack_get( @validate_call - def index_openstack_get_with_http_info( + def index_oracle_cpu_csaf_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -186742,10 +190402,10 @@ def index_openstack_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination]: - """Return vulnerability data stored in index \"openstack\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination]: + """Return vulnerability data stored in index \"oracle-cpu-csaf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` :param page: set the page number of the response :type page: int @@ -186811,7 +190471,7 @@ def index_openstack_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openstack_get_serialize( + _param = self._index_oracle_cpu_csaf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186840,7 +190500,7 @@ def index_openstack_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", '404': "str", '500': "str", } @@ -186856,7 +190516,7 @@ def index_openstack_get_with_http_info( @validate_call - def index_openstack_get_without_preload_content( + def index_oracle_cpu_csaf_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -186892,9 +190552,9 @@ def index_openstack_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openstack\" + """Return vulnerability data stored in index \"oracle-cpu-csaf\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenStack Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openstack?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` :param page: set the page number of the response :type page: int @@ -186960,7 +190620,7 @@ def index_openstack_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openstack_get_serialize( + _param = self._index_oracle_cpu_csaf_get_serialize( page=page, limit=limit, cursor=cursor, @@ -186989,7 +190649,7 @@ def index_openstack_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOpenStackPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", '404': "str", '500': "str", } @@ -187000,7 +190660,7 @@ def index_openstack_get_without_preload_content( return response_data.response - def _index_openstack_get_serialize( + def _index_oracle_cpu_csaf_get_serialize( self, page, limit, @@ -187150,7 +190810,7 @@ def _index_openstack_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openstack', + resource_path='/index/oracle-cpu-csaf', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -187167,7 +190827,7 @@ def _index_openstack_get_serialize( @validate_call - def index_openwrt_get( + def index_oracle_cpu_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -187202,10 +190862,10 @@ def index_openwrt_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination: - """Return vulnerability data stored in index \"openwrt\" + ) -> RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination: + """Return vulnerability data stored in index \"oracle-cpu\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` :param page: set the page number of the response :type page: int @@ -187271,7 +190931,7 @@ def index_openwrt_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openwrt_get_serialize( + _param = self._index_oracle_cpu_get_serialize( page=page, limit=limit, cursor=cursor, @@ -187300,7 +190960,7 @@ def index_openwrt_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", '404': "str", '500': "str", } @@ -187316,7 +190976,7 @@ def index_openwrt_get( @validate_call - def index_openwrt_get_with_http_info( + def index_oracle_cpu_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -187351,10 +191011,10 @@ def index_openwrt_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination]: - """Return vulnerability data stored in index \"openwrt\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination]: + """Return vulnerability data stored in index \"oracle-cpu\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` :param page: set the page number of the response :type page: int @@ -187420,7 +191080,7 @@ def index_openwrt_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openwrt_get_serialize( + _param = self._index_oracle_cpu_get_serialize( page=page, limit=limit, cursor=cursor, @@ -187449,7 +191109,7 @@ def index_openwrt_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", '404': "str", '500': "str", } @@ -187465,7 +191125,7 @@ def index_openwrt_get_with_http_info( @validate_call - def index_openwrt_get_without_preload_content( + def index_oracle_cpu_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -187501,9 +191161,9 @@ def index_openwrt_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"openwrt\" + """Return vulnerability data stored in index \"oracle-cpu\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OpenWrt Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/openwrt?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` :param page: set the page number of the response :type page: int @@ -187569,7 +191229,7 @@ def index_openwrt_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_openwrt_get_serialize( + _param = self._index_oracle_cpu_get_serialize( page=page, limit=limit, cursor=cursor, @@ -187598,7 +191258,7 @@ def index_openwrt_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryWRTPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", '404': "str", '500': "str", } @@ -187609,7 +191269,7 @@ def index_openwrt_get_without_preload_content( return response_data.response - def _index_openwrt_get_serialize( + def _index_oracle_cpu_get_serialize( self, page, limit, @@ -187759,7 +191419,7 @@ def _index_openwrt_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/openwrt', + resource_path='/index/oracle-cpu', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -187776,7 +191436,7 @@ def _index_openwrt_get_serialize( @validate_call - def index_oracle_cpu_csaf_get( + def index_oracle_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -187811,10 +191471,10 @@ def index_oracle_cpu_csaf_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination: - """Return vulnerability data stored in index \"oracle-cpu-csaf\" + ) -> RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination: + """Return vulnerability data stored in index \"oracle\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` :param page: set the page number of the response :type page: int @@ -187880,7 +191540,7 @@ def index_oracle_cpu_csaf_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_csaf_get_serialize( + _param = self._index_oracle_get_serialize( page=page, limit=limit, cursor=cursor, @@ -187909,7 +191569,7 @@ def index_oracle_cpu_csaf_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", '404': "str", '500': "str", } @@ -187925,7 +191585,7 @@ def index_oracle_cpu_csaf_get( @validate_call - def index_oracle_cpu_csaf_get_with_http_info( + def index_oracle_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -187960,10 +191620,10 @@ def index_oracle_cpu_csaf_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination]: - """Return vulnerability data stored in index \"oracle-cpu-csaf\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination]: + """Return vulnerability data stored in index \"oracle\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` :param page: set the page number of the response :type page: int @@ -188029,7 +191689,7 @@ def index_oracle_cpu_csaf_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_csaf_get_serialize( + _param = self._index_oracle_get_serialize( page=page, limit=limit, cursor=cursor, @@ -188058,7 +191718,7 @@ def index_oracle_cpu_csaf_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", '404': "str", '500': "str", } @@ -188074,7 +191734,7 @@ def index_oracle_cpu_csaf_get_with_http_info( @validate_call - def index_oracle_cpu_csaf_get_without_preload_content( + def index_oracle_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -188110,9 +191770,9 @@ def index_oracle_cpu_csaf_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"oracle-cpu-csaf\" + """Return vulnerability data stored in index \"oracle\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Updates CSAF ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu-csaf?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` :param page: set the page number of the response :type page: int @@ -188178,7 +191838,7 @@ def index_oracle_cpu_csaf_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_csaf_get_serialize( + _param = self._index_oracle_get_serialize( page=page, limit=limit, cursor=cursor, @@ -188207,7 +191867,7 @@ def index_oracle_cpu_csaf_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUCSAFPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", '404': "str", '500': "str", } @@ -188218,7 +191878,7 @@ def index_oracle_cpu_csaf_get_without_preload_content( return response_data.response - def _index_oracle_cpu_csaf_get_serialize( + def _index_oracle_get_serialize( self, page, limit, @@ -188368,7 +192028,7 @@ def _index_oracle_cpu_csaf_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/oracle-cpu-csaf', + resource_path='/index/oracle', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -188385,7 +192045,7 @@ def _index_oracle_cpu_csaf_get_serialize( @validate_call - def index_oracle_cpu_get( + def index_osv_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -188420,10 +192080,10 @@ def index_oracle_cpu_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination: - """Return vulnerability data stored in index \"oracle-cpu\" + ) -> RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination: + """Return vulnerability data stored in index \"osv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` :param page: set the page number of the response :type page: int @@ -188489,7 +192149,7 @@ def index_oracle_cpu_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_get_serialize( + _param = self._index_osv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -188518,7 +192178,7 @@ def index_oracle_cpu_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", '404': "str", '500': "str", } @@ -188534,7 +192194,7 @@ def index_oracle_cpu_get( @validate_call - def index_oracle_cpu_get_with_http_info( + def index_osv_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -188569,10 +192229,10 @@ def index_oracle_cpu_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination]: - """Return vulnerability data stored in index \"oracle-cpu\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination]: + """Return vulnerability data stored in index \"osv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` :param page: set the page number of the response :type page: int @@ -188638,7 +192298,7 @@ def index_oracle_cpu_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_get_serialize( + _param = self._index_osv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -188667,7 +192327,7 @@ def index_oracle_cpu_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", '404': "str", '500': "str", } @@ -188683,7 +192343,7 @@ def index_oracle_cpu_get_with_http_info( @validate_call - def index_oracle_cpu_get_without_preload_content( + def index_osv_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -188719,9 +192379,9 @@ def index_oracle_cpu_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"oracle-cpu\" + """Return vulnerability data stored in index \"osv\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Critical Patch Update Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle-cpu?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` :param page: set the page number of the response :type page: int @@ -188787,7 +192447,7 @@ def index_oracle_cpu_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_cpu_get_serialize( + _param = self._index_osv_get_serialize( page=page, limit=limit, cursor=cursor, @@ -188816,7 +192476,7 @@ def index_oracle_cpu_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOracleCPUPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", '404': "str", '500': "str", } @@ -188827,7 +192487,7 @@ def index_oracle_cpu_get_without_preload_content( return response_data.response - def _index_oracle_cpu_get_serialize( + def _index_osv_get_serialize( self, page, limit, @@ -188977,7 +192637,7 @@ def _index_oracle_cpu_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/oracle-cpu', + resource_path='/index/osv', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -188994,7 +192654,7 @@ def _index_oracle_cpu_get_serialize( @validate_call - def index_oracle_get( + def index_otrs_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189029,10 +192689,10 @@ def index_oracle_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination: - """Return vulnerability data stored in index \"oracle\" + ) -> RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination: + """Return vulnerability data stored in index \"otrs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` :param page: set the page number of the response :type page: int @@ -189098,7 +192758,7 @@ def index_oracle_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_get_serialize( + _param = self._index_otrs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -189127,7 +192787,7 @@ def index_oracle_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", '404': "str", '500': "str", } @@ -189143,7 +192803,7 @@ def index_oracle_get( @validate_call - def index_oracle_get_with_http_info( + def index_otrs_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189178,10 +192838,10 @@ def index_oracle_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination]: - """Return vulnerability data stored in index \"oracle\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination]: + """Return vulnerability data stored in index \"otrs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` :param page: set the page number of the response :type page: int @@ -189247,7 +192907,7 @@ def index_oracle_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_get_serialize( + _param = self._index_otrs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -189276,7 +192936,7 @@ def index_oracle_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", '404': "str", '500': "str", } @@ -189292,7 +192952,7 @@ def index_oracle_get_with_http_info( @validate_call - def index_oracle_get_without_preload_content( + def index_otrs_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189328,9 +192988,9 @@ def index_oracle_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"oracle\" + """Return vulnerability data stored in index \"otrs\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Oracle Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/oracle?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` :param page: set the page number of the response :type page: int @@ -189396,7 +193056,7 @@ def index_oracle_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_oracle_get_serialize( + _param = self._index_otrs_get_serialize( page=page, limit=limit, cursor=cursor, @@ -189425,7 +193085,7 @@ def index_oracle_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryMetaDataPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", '404': "str", '500': "str", } @@ -189436,7 +193096,7 @@ def index_oracle_get_without_preload_content( return response_data.response - def _index_oracle_get_serialize( + def _index_otrs_get_serialize( self, page, limit, @@ -189586,7 +193246,7 @@ def _index_oracle_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/oracle', + resource_path='/index/otrs', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -189603,7 +193263,7 @@ def _index_oracle_get_serialize( @validate_call - def index_osv_get( + def index_owncloud_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189638,10 +193298,10 @@ def index_osv_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination: - """Return vulnerability data stored in index \"osv\" + ) -> RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination: + """Return vulnerability data stored in index \"owncloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` :param page: set the page number of the response :type page: int @@ -189707,7 +193367,7 @@ def index_osv_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_osv_get_serialize( + _param = self._index_owncloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -189736,7 +193396,7 @@ def index_osv_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", '404': "str", '500': "str", } @@ -189752,7 +193412,7 @@ def index_osv_get( @validate_call - def index_osv_get_with_http_info( + def index_owncloud_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189787,10 +193447,10 @@ def index_osv_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination]: - """Return vulnerability data stored in index \"osv\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination]: + """Return vulnerability data stored in index \"owncloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` :param page: set the page number of the response :type page: int @@ -189856,7 +193516,7 @@ def index_osv_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_osv_get_serialize( + _param = self._index_owncloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -189885,7 +193545,7 @@ def index_osv_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", '404': "str", '500': "str", } @@ -189901,7 +193561,7 @@ def index_osv_get_with_http_info( @validate_call - def index_osv_get_without_preload_content( + def index_owncloud_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -189937,9 +193597,9 @@ def index_osv_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"osv\" + """Return vulnerability data stored in index \"owncloud\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the osv index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Open Source Vulnerabilities Database ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/osv?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` :param page: set the page number of the response :type page: int @@ -190005,7 +193665,7 @@ def index_osv_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_osv_get_serialize( + _param = self._index_owncloud_get_serialize( page=page, limit=limit, cursor=cursor, @@ -190034,7 +193694,7 @@ def index_osv_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOSVPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", '404': "str", '500': "str", } @@ -190045,7 +193705,7 @@ def index_osv_get_without_preload_content( return response_data.response - def _index_osv_get_serialize( + def _index_owncloud_get_serialize( self, page, limit, @@ -190195,7 +193855,7 @@ def _index_osv_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/osv', + resource_path='/index/owncloud', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -190212,7 +193872,7 @@ def _index_osv_get_serialize( @validate_call - def index_otrs_get( + def index_packetstorm_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -190247,10 +193907,10 @@ def index_otrs_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination: - """Return vulnerability data stored in index \"otrs\" + ) -> RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination: + """Return vulnerability data stored in index \"packetstorm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` :param page: set the page number of the response :type page: int @@ -190316,7 +193976,7 @@ def index_otrs_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_otrs_get_serialize( + _param = self._index_packetstorm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -190345,7 +194005,7 @@ def index_otrs_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", '404': "str", '500': "str", } @@ -190361,7 +194021,7 @@ def index_otrs_get( @validate_call - def index_otrs_get_with_http_info( + def index_packetstorm_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -190396,10 +194056,10 @@ def index_otrs_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination]: - """Return vulnerability data stored in index \"otrs\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination]: + """Return vulnerability data stored in index \"packetstorm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` :param page: set the page number of the response :type page: int @@ -190465,7 +194125,7 @@ def index_otrs_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_otrs_get_serialize( + _param = self._index_packetstorm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -190494,7 +194154,7 @@ def index_otrs_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", '404': "str", '500': "str", } @@ -190510,7 +194170,7 @@ def index_otrs_get_with_http_info( @validate_call - def index_otrs_get_without_preload_content( + def index_packetstorm_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -190546,9 +194206,9 @@ def index_otrs_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"otrs\" + """Return vulnerability data stored in index \"packetstorm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OTRS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/otrs?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` :param page: set the page number of the response :type page: int @@ -190614,7 +194274,7 @@ def index_otrs_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_otrs_get_serialize( + _param = self._index_packetstorm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -190643,7 +194303,7 @@ def index_otrs_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOTRSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", '404': "str", '500': "str", } @@ -190654,7 +194314,7 @@ def index_otrs_get_without_preload_content( return response_data.response - def _index_otrs_get_serialize( + def _index_packetstorm_get_serialize( self, page, limit, @@ -190804,7 +194464,7 @@ def _index_otrs_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/otrs', + resource_path='/index/packetstorm', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -190821,7 +194481,7 @@ def _index_otrs_get_serialize( @validate_call - def index_owncloud_get( + def index_palantir_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -190856,10 +194516,10 @@ def index_owncloud_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination: - """Return vulnerability data stored in index \"owncloud\" + ) -> RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination: + """Return vulnerability data stored in index \"palantir\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` :param page: set the page number of the response :type page: int @@ -190925,7 +194585,7 @@ def index_owncloud_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_owncloud_get_serialize( + _param = self._index_palantir_get_serialize( page=page, limit=limit, cursor=cursor, @@ -190954,7 +194614,7 @@ def index_owncloud_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", '404': "str", '500': "str", } @@ -190970,7 +194630,7 @@ def index_owncloud_get( @validate_call - def index_owncloud_get_with_http_info( + def index_palantir_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -191005,10 +194665,10 @@ def index_owncloud_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination]: - """Return vulnerability data stored in index \"owncloud\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination]: + """Return vulnerability data stored in index \"palantir\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` :param page: set the page number of the response :type page: int @@ -191074,7 +194734,7 @@ def index_owncloud_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_owncloud_get_serialize( + _param = self._index_palantir_get_serialize( page=page, limit=limit, cursor=cursor, @@ -191103,7 +194763,7 @@ def index_owncloud_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", '404': "str", '500': "str", } @@ -191119,7 +194779,7 @@ def index_owncloud_get_with_http_info( @validate_call - def index_owncloud_get_without_preload_content( + def index_palantir_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -191155,9 +194815,9 @@ def index_owncloud_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"owncloud\" + """Return vulnerability data stored in index \"palantir\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** OwnCloud Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/owncloud?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` :param page: set the page number of the response :type page: int @@ -191223,7 +194883,7 @@ def index_owncloud_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_owncloud_get_serialize( + _param = self._index_palantir_get_serialize( page=page, limit=limit, cursor=cursor, @@ -191252,7 +194912,7 @@ def index_owncloud_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryOwnCloudPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", '404': "str", '500': "str", } @@ -191263,7 +194923,7 @@ def index_owncloud_get_without_preload_content( return response_data.response - def _index_owncloud_get_serialize( + def _index_palantir_get_serialize( self, page, limit, @@ -191413,7 +195073,7 @@ def _index_owncloud_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/owncloud', + resource_path='/index/palantir', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -191430,7 +195090,7 @@ def _index_owncloud_get_serialize( @validate_call - def index_packetstorm_get( + def index_palo_alto_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -191465,10 +195125,10 @@ def index_packetstorm_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination: - """Return vulnerability data stored in index \"packetstorm\" + ) -> RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"palo-alto\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` :param page: set the page number of the response :type page: int @@ -191534,7 +195194,7 @@ def index_packetstorm_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_packetstorm_get_serialize( + _param = self._index_palo_alto_get_serialize( page=page, limit=limit, cursor=cursor, @@ -191563,7 +195223,7 @@ def index_packetstorm_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -191579,7 +195239,7 @@ def index_packetstorm_get( @validate_call - def index_packetstorm_get_with_http_info( + def index_palo_alto_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -191614,10 +195274,10 @@ def index_packetstorm_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination]: - """Return vulnerability data stored in index \"packetstorm\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"palo-alto\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` :param page: set the page number of the response :type page: int @@ -191683,7 +195343,7 @@ def index_packetstorm_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_packetstorm_get_serialize( + _param = self._index_palo_alto_get_serialize( page=page, limit=limit, cursor=cursor, @@ -191712,7 +195372,7 @@ def index_packetstorm_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -191728,7 +195388,7 @@ def index_packetstorm_get_with_http_info( @validate_call - def index_packetstorm_get_without_preload_content( + def index_palo_alto_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -191764,9 +195424,9 @@ def index_packetstorm_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"packetstorm\" + """Return vulnerability data stored in index \"palo-alto\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PacketStorm ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/packetstorm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` :param page: set the page number of the response :type page: int @@ -191832,7 +195492,7 @@ def index_packetstorm_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_packetstorm_get_serialize( + _param = self._index_palo_alto_get_serialize( page=page, limit=limit, cursor=cursor, @@ -191861,7 +195521,7 @@ def index_packetstorm_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPacketstormExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -191872,7 +195532,7 @@ def index_packetstorm_get_without_preload_content( return response_data.response - def _index_packetstorm_get_serialize( + def _index_palo_alto_get_serialize( self, page, limit, @@ -192022,7 +195682,7 @@ def _index_packetstorm_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/packetstorm', + resource_path='/index/palo-alto', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -192039,7 +195699,7 @@ def _index_packetstorm_get_serialize( @validate_call - def index_palantir_get( + def index_panasonic_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192074,10 +195734,10 @@ def index_palantir_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination: - """Return vulnerability data stored in index \"palantir\" + ) -> RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination: + """Return vulnerability data stored in index \"panasonic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` :param page: set the page number of the response :type page: int @@ -192143,7 +195803,7 @@ def index_palantir_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palantir_get_serialize( + _param = self._index_panasonic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -192172,7 +195832,7 @@ def index_palantir_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", '404': "str", '500': "str", } @@ -192188,7 +195848,7 @@ def index_palantir_get( @validate_call - def index_palantir_get_with_http_info( + def index_panasonic_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192223,10 +195883,10 @@ def index_palantir_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination]: - """Return vulnerability data stored in index \"palantir\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination]: + """Return vulnerability data stored in index \"panasonic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` :param page: set the page number of the response :type page: int @@ -192292,7 +195952,7 @@ def index_palantir_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palantir_get_serialize( + _param = self._index_panasonic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -192321,7 +195981,7 @@ def index_palantir_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", '404': "str", '500': "str", } @@ -192337,7 +195997,7 @@ def index_palantir_get_with_http_info( @validate_call - def index_palantir_get_without_preload_content( + def index_panasonic_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192373,9 +196033,9 @@ def index_palantir_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"palantir\" + """Return vulnerability data stored in index \"panasonic\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palantir Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palantir?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` :param page: set the page number of the response :type page: int @@ -192441,7 +196101,7 @@ def index_palantir_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palantir_get_serialize( + _param = self._index_panasonic_get_serialize( page=page, limit=limit, cursor=cursor, @@ -192470,7 +196130,7 @@ def index_palantir_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPalantirPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", '404': "str", '500': "str", } @@ -192481,7 +196141,7 @@ def index_palantir_get_without_preload_content( return response_data.response - def _index_palantir_get_serialize( + def _index_panasonic_get_serialize( self, page, limit, @@ -192631,7 +196291,7 @@ def _index_palantir_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/palantir', + resource_path='/index/panasonic', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -192648,7 +196308,7 @@ def _index_palantir_get_serialize( @validate_call - def index_palo_alto_get( + def index_papercut_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192683,10 +196343,10 @@ def index_palo_alto_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"palo-alto\" + ) -> RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination: + """Return vulnerability data stored in index \"papercut\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` :param page: set the page number of the response :type page: int @@ -192752,7 +196412,7 @@ def index_palo_alto_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palo_alto_get_serialize( + _param = self._index_papercut_get_serialize( page=page, limit=limit, cursor=cursor, @@ -192781,7 +196441,7 @@ def index_palo_alto_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", '404': "str", '500': "str", } @@ -192797,7 +196457,7 @@ def index_palo_alto_get( @validate_call - def index_palo_alto_get_with_http_info( + def index_papercut_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192832,10 +196492,10 @@ def index_palo_alto_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"palo-alto\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination]: + """Return vulnerability data stored in index \"papercut\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` :param page: set the page number of the response :type page: int @@ -192901,7 +196561,7 @@ def index_palo_alto_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palo_alto_get_serialize( + _param = self._index_papercut_get_serialize( page=page, limit=limit, cursor=cursor, @@ -192930,7 +196590,7 @@ def index_palo_alto_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", '404': "str", '500': "str", } @@ -192946,7 +196606,7 @@ def index_palo_alto_get_with_http_info( @validate_call - def index_palo_alto_get_without_preload_content( + def index_papercut_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -192982,9 +196642,9 @@ def index_palo_alto_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"palo-alto\" + """Return vulnerability data stored in index \"papercut\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Palo Alto Networks Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/palo-alto?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` :param page: set the page number of the response :type page: int @@ -193050,7 +196710,7 @@ def index_palo_alto_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_palo_alto_get_serialize( + _param = self._index_papercut_get_serialize( page=page, limit=limit, cursor=cursor, @@ -193079,7 +196739,7 @@ def index_palo_alto_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaloAltoAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", '404': "str", '500': "str", } @@ -193090,7 +196750,7 @@ def index_palo_alto_get_without_preload_content( return response_data.response - def _index_palo_alto_get_serialize( + def _index_papercut_get_serialize( self, page, limit, @@ -193240,7 +196900,7 @@ def _index_palo_alto_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/palo-alto', + resource_path='/index/papercut', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -193257,7 +196917,7 @@ def _index_palo_alto_get_serialize( @validate_call - def index_panasonic_get( + def index_pega_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -193292,10 +196952,10 @@ def index_panasonic_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination: - """Return vulnerability data stored in index \"panasonic\" + ) -> RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination: + """Return vulnerability data stored in index \"pega\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` :param page: set the page number of the response :type page: int @@ -193361,7 +197021,7 @@ def index_panasonic_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_panasonic_get_serialize( + _param = self._index_pega_get_serialize( page=page, limit=limit, cursor=cursor, @@ -193390,7 +197050,7 @@ def index_panasonic_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", '404': "str", '500': "str", } @@ -193406,7 +197066,7 @@ def index_panasonic_get( @validate_call - def index_panasonic_get_with_http_info( + def index_pega_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -193441,10 +197101,10 @@ def index_panasonic_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination]: - """Return vulnerability data stored in index \"panasonic\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination]: + """Return vulnerability data stored in index \"pega\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` :param page: set the page number of the response :type page: int @@ -193510,7 +197170,7 @@ def index_panasonic_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_panasonic_get_serialize( + _param = self._index_pega_get_serialize( page=page, limit=limit, cursor=cursor, @@ -193539,7 +197199,7 @@ def index_panasonic_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", '404': "str", '500': "str", } @@ -193555,7 +197215,7 @@ def index_panasonic_get_with_http_info( @validate_call - def index_panasonic_get_without_preload_content( + def index_pega_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -193591,9 +197251,9 @@ def index_panasonic_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"panasonic\" + """Return vulnerability data stored in index \"pega\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Panasonic Vulnerability Advisory List ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/panasonic?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` :param page: set the page number of the response :type page: int @@ -193659,7 +197319,7 @@ def index_panasonic_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_panasonic_get_serialize( + _param = self._index_pega_get_serialize( page=page, limit=limit, cursor=cursor, @@ -193688,7 +197348,7 @@ def index_panasonic_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPanasonicPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", '404': "str", '500': "str", } @@ -193699,7 +197359,7 @@ def index_panasonic_get_without_preload_content( return response_data.response - def _index_panasonic_get_serialize( + def _index_pega_get_serialize( self, page, limit, @@ -193849,7 +197509,7 @@ def _index_panasonic_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/panasonic', + resource_path='/index/pega', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -193866,7 +197526,7 @@ def _index_panasonic_get_serialize( @validate_call - def index_papercut_get( + def index_philips_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -193901,10 +197561,10 @@ def index_papercut_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination: - """Return vulnerability data stored in index \"papercut\" + ) -> RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"philips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` :param page: set the page number of the response :type page: int @@ -193970,7 +197630,7 @@ def index_papercut_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_papercut_get_serialize( + _param = self._index_philips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -193999,7 +197659,7 @@ def index_papercut_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194015,7 +197675,7 @@ def index_papercut_get( @validate_call - def index_papercut_get_with_http_info( + def index_philips_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -194050,10 +197710,10 @@ def index_papercut_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination]: - """Return vulnerability data stored in index \"papercut\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"philips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` :param page: set the page number of the response :type page: int @@ -194119,7 +197779,7 @@ def index_papercut_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_papercut_get_serialize( + _param = self._index_philips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -194148,7 +197808,7 @@ def index_papercut_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194164,7 +197824,7 @@ def index_papercut_get_with_http_info( @validate_call - def index_papercut_get_without_preload_content( + def index_philips_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -194200,9 +197860,9 @@ def index_papercut_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"papercut\" + """Return vulnerability data stored in index \"philips\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PaperCut Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/papercut?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` :param page: set the page number of the response :type page: int @@ -194268,7 +197928,7 @@ def index_papercut_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_papercut_get_serialize( + _param = self._index_philips_get_serialize( page=page, limit=limit, cursor=cursor, @@ -194297,7 +197957,7 @@ def index_papercut_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPaperCutPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194308,7 +197968,7 @@ def index_papercut_get_without_preload_content( return response_data.response - def _index_papercut_get_serialize( + def _index_philips_get_serialize( self, page, limit, @@ -194458,7 +198118,7 @@ def _index_papercut_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/papercut', + resource_path='/index/philips', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -194475,7 +198135,7 @@ def _index_papercut_get_serialize( @validate_call - def index_pega_get( + def index_phoenix_contact_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -194510,10 +198170,10 @@ def index_pega_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination: - """Return vulnerability data stored in index \"pega\" + ) -> RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"phoenix-contact\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` :param page: set the page number of the response :type page: int @@ -194579,7 +198239,7 @@ def index_pega_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pega_get_serialize( + _param = self._index_phoenix_contact_get_serialize( page=page, limit=limit, cursor=cursor, @@ -194608,7 +198268,7 @@ def index_pega_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194624,7 +198284,7 @@ def index_pega_get( @validate_call - def index_pega_get_with_http_info( + def index_phoenix_contact_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -194659,10 +198319,10 @@ def index_pega_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination]: - """Return vulnerability data stored in index \"pega\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"phoenix-contact\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` :param page: set the page number of the response :type page: int @@ -194728,7 +198388,7 @@ def index_pega_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pega_get_serialize( + _param = self._index_phoenix_contact_get_serialize( page=page, limit=limit, cursor=cursor, @@ -194757,7 +198417,7 @@ def index_pega_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194773,7 +198433,7 @@ def index_pega_get_with_http_info( @validate_call - def index_pega_get_without_preload_content( + def index_phoenix_contact_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -194809,9 +198469,9 @@ def index_pega_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"pega\" + """Return vulnerability data stored in index \"phoenix-contact\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pega index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pega Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pega?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` :param page: set the page number of the response :type page: int @@ -194877,7 +198537,7 @@ def index_pega_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pega_get_serialize( + _param = self._index_phoenix_contact_get_serialize( page=page, limit=limit, cursor=cursor, @@ -194906,7 +198566,7 @@ def index_pega_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPegaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -194917,7 +198577,7 @@ def index_pega_get_without_preload_content( return response_data.response - def _index_pega_get_serialize( + def _index_phoenix_contact_get_serialize( self, page, limit, @@ -195067,7 +198727,7 @@ def _index_pega_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/pega', + resource_path='/index/phoenix-contact', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -195084,7 +198744,7 @@ def _index_pega_get_serialize( @validate_call - def index_philips_get( + def index_php_my_admin_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -195119,10 +198779,10 @@ def index_philips_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"philips\" + ) -> RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination: + """Return vulnerability data stored in index \"php-my-admin\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` :param page: set the page number of the response :type page: int @@ -195188,7 +198848,7 @@ def index_philips_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_philips_get_serialize( + _param = self._index_php_my_admin_get_serialize( page=page, limit=limit, cursor=cursor, @@ -195217,7 +198877,7 @@ def index_philips_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", '404': "str", '500': "str", } @@ -195233,7 +198893,7 @@ def index_philips_get( @validate_call - def index_philips_get_with_http_info( + def index_php_my_admin_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -195268,10 +198928,10 @@ def index_philips_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"philips\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination]: + """Return vulnerability data stored in index \"php-my-admin\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` :param page: set the page number of the response :type page: int @@ -195337,7 +198997,7 @@ def index_philips_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_philips_get_serialize( + _param = self._index_php_my_admin_get_serialize( page=page, limit=limit, cursor=cursor, @@ -195366,7 +199026,7 @@ def index_philips_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", '404': "str", '500': "str", } @@ -195382,7 +199042,7 @@ def index_philips_get_with_http_info( @validate_call - def index_philips_get_without_preload_content( + def index_php_my_admin_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -195418,9 +199078,9 @@ def index_philips_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"philips\" + """Return vulnerability data stored in index \"php-my-admin\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the philips index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Philips Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/philips?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` :param page: set the page number of the response :type page: int @@ -195486,7 +199146,7 @@ def index_philips_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_philips_get_serialize( + _param = self._index_php_my_admin_get_serialize( page=page, limit=limit, cursor=cursor, @@ -195515,7 +199175,7 @@ def index_philips_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhilipsAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", '404': "str", '500': "str", } @@ -195526,7 +199186,7 @@ def index_philips_get_without_preload_content( return response_data.response - def _index_philips_get_serialize( + def _index_php_my_admin_get_serialize( self, page, limit, @@ -195676,7 +199336,7 @@ def _index_philips_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/philips', + resource_path='/index/php-my-admin', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -195693,7 +199353,7 @@ def _index_philips_get_serialize( @validate_call - def index_phoenix_contact_get( + def index_postgressql_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -195728,10 +199388,10 @@ def index_phoenix_contact_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"phoenix-contact\" + ) -> RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination: + """Return vulnerability data stored in index \"postgressql\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` :param page: set the page number of the response :type page: int @@ -195797,7 +199457,7 @@ def index_phoenix_contact_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_phoenix_contact_get_serialize( + _param = self._index_postgressql_get_serialize( page=page, limit=limit, cursor=cursor, @@ -195826,7 +199486,7 @@ def index_phoenix_contact_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", '404': "str", '500': "str", } @@ -195842,7 +199502,7 @@ def index_phoenix_contact_get( @validate_call - def index_phoenix_contact_get_with_http_info( + def index_postgressql_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -195877,10 +199537,10 @@ def index_phoenix_contact_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"phoenix-contact\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination]: + """Return vulnerability data stored in index \"postgressql\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` :param page: set the page number of the response :type page: int @@ -195946,7 +199606,7 @@ def index_phoenix_contact_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_phoenix_contact_get_serialize( + _param = self._index_postgressql_get_serialize( page=page, limit=limit, cursor=cursor, @@ -195975,7 +199635,7 @@ def index_phoenix_contact_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", '404': "str", '500': "str", } @@ -195991,7 +199651,7 @@ def index_phoenix_contact_get_with_http_info( @validate_call - def index_phoenix_contact_get_without_preload_content( + def index_postgressql_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -196027,9 +199687,9 @@ def index_phoenix_contact_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"phoenix-contact\" + """Return vulnerability data stored in index \"postgressql\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Phoenix Contact Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/phoenix-contact?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` :param page: set the page number of the response :type page: int @@ -196095,7 +199755,7 @@ def index_phoenix_contact_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_phoenix_contact_get_serialize( + _param = self._index_postgressql_get_serialize( page=page, limit=limit, cursor=cursor, @@ -196124,7 +199784,7 @@ def index_phoenix_contact_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPhoenixContactAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", '404': "str", '500': "str", } @@ -196135,7 +199795,7 @@ def index_phoenix_contact_get_without_preload_content( return response_data.response - def _index_phoenix_contact_get_serialize( + def _index_postgressql_get_serialize( self, page, limit, @@ -196285,7 +199945,7 @@ def _index_phoenix_contact_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/phoenix-contact', + resource_path='/index/postgressql', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -196302,7 +199962,7 @@ def _index_phoenix_contact_get_serialize( @validate_call - def index_php_my_admin_get( + def index_powerdns_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -196337,10 +199997,10 @@ def index_php_my_admin_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination: - """Return vulnerability data stored in index \"php-my-admin\" + ) -> RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination: + """Return vulnerability data stored in index \"powerdns\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` :param page: set the page number of the response :type page: int @@ -196406,7 +200066,7 @@ def index_php_my_admin_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_php_my_admin_get_serialize( + _param = self._index_powerdns_get_serialize( page=page, limit=limit, cursor=cursor, @@ -196435,7 +200095,7 @@ def index_php_my_admin_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", '404': "str", '500': "str", } @@ -196451,7 +200111,7 @@ def index_php_my_admin_get( @validate_call - def index_php_my_admin_get_with_http_info( + def index_powerdns_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -196486,10 +200146,10 @@ def index_php_my_admin_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination]: - """Return vulnerability data stored in index \"php-my-admin\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination]: + """Return vulnerability data stored in index \"powerdns\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` :param page: set the page number of the response :type page: int @@ -196555,7 +200215,7 @@ def index_php_my_admin_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_php_my_admin_get_serialize( + _param = self._index_powerdns_get_serialize( page=page, limit=limit, cursor=cursor, @@ -196584,7 +200244,7 @@ def index_php_my_admin_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", '404': "str", '500': "str", } @@ -196600,7 +200260,7 @@ def index_php_my_admin_get_with_http_info( @validate_call - def index_php_my_admin_get_without_preload_content( + def index_powerdns_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -196636,9 +200296,9 @@ def index_php_my_admin_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"php-my-admin\" + """Return vulnerability data stored in index \"powerdns\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** phpMyAdmin Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/php-my-admin?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` :param page: set the page number of the response :type page: int @@ -196704,7 +200364,7 @@ def index_php_my_admin_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_php_my_admin_get_serialize( + _param = self._index_powerdns_get_serialize( page=page, limit=limit, cursor=cursor, @@ -196733,7 +200393,7 @@ def index_php_my_admin_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPHPMyAdminPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", '404': "str", '500': "str", } @@ -196744,7 +200404,7 @@ def index_php_my_admin_get_without_preload_content( return response_data.response - def _index_php_my_admin_get_serialize( + def _index_powerdns_get_serialize( self, page, limit, @@ -196894,7 +200554,7 @@ def _index_php_my_admin_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/php-my-admin', + resource_path='/index/powerdns', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -196911,7 +200571,7 @@ def _index_php_my_admin_get_serialize( @validate_call - def index_postgressql_get( + def index_progress_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -196946,10 +200606,10 @@ def index_postgressql_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination: - """Return vulnerability data stored in index \"postgressql\" + ) -> RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination: + """Return vulnerability data stored in index \"progress\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` :param page: set the page number of the response :type page: int @@ -197015,7 +200675,7 @@ def index_postgressql_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_postgressql_get_serialize( + _param = self._index_progress_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197044,7 +200704,7 @@ def index_postgressql_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", '404': "str", '500': "str", } @@ -197060,7 +200720,7 @@ def index_postgressql_get( @validate_call - def index_postgressql_get_with_http_info( + def index_progress_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -197095,10 +200755,10 @@ def index_postgressql_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination]: - """Return vulnerability data stored in index \"postgressql\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination]: + """Return vulnerability data stored in index \"progress\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` :param page: set the page number of the response :type page: int @@ -197164,7 +200824,7 @@ def index_postgressql_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_postgressql_get_serialize( + _param = self._index_progress_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197193,7 +200853,7 @@ def index_postgressql_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", '404': "str", '500': "str", } @@ -197209,7 +200869,7 @@ def index_postgressql_get_with_http_info( @validate_call - def index_postgressql_get_without_preload_content( + def index_progress_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -197245,9 +200905,9 @@ def index_postgressql_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"postgressql\" + """Return vulnerability data stored in index \"progress\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PostgresSQL Security Vulnerabilities ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/postgressql?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` :param page: set the page number of the response :type page: int @@ -197313,7 +200973,7 @@ def index_postgressql_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_postgressql_get_serialize( + _param = self._index_progress_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197342,7 +201002,7 @@ def index_postgressql_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPostgresSQLPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", '404': "str", '500': "str", } @@ -197353,7 +201013,7 @@ def index_postgressql_get_without_preload_content( return response_data.response - def _index_postgressql_get_serialize( + def _index_progress_get_serialize( self, page, limit, @@ -197503,7 +201163,7 @@ def _index_postgressql_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/postgressql', + resource_path='/index/progress', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -197520,7 +201180,7 @@ def _index_postgressql_get_serialize( @validate_call - def index_powerdns_get( + def index_proofpoint_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -197555,10 +201215,10 @@ def index_powerdns_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination: - """Return vulnerability data stored in index \"powerdns\" + ) -> RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination: + """Return vulnerability data stored in index \"proofpoint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` :param page: set the page number of the response :type page: int @@ -197624,7 +201284,7 @@ def index_powerdns_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_powerdns_get_serialize( + _param = self._index_proofpoint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197653,7 +201313,7 @@ def index_powerdns_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", '404': "str", '500': "str", } @@ -197669,7 +201329,7 @@ def index_powerdns_get( @validate_call - def index_powerdns_get_with_http_info( + def index_proofpoint_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -197704,10 +201364,10 @@ def index_powerdns_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination]: - """Return vulnerability data stored in index \"powerdns\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination]: + """Return vulnerability data stored in index \"proofpoint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` :param page: set the page number of the response :type page: int @@ -197773,7 +201433,7 @@ def index_powerdns_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_powerdns_get_serialize( + _param = self._index_proofpoint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197802,7 +201462,7 @@ def index_powerdns_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", '404': "str", '500': "str", } @@ -197818,7 +201478,7 @@ def index_powerdns_get_with_http_info( @validate_call - def index_powerdns_get_without_preload_content( + def index_proofpoint_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -197854,9 +201514,9 @@ def index_powerdns_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"powerdns\" + """Return vulnerability data stored in index \"proofpoint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PowerDNS Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/powerdns?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` :param page: set the page number of the response :type page: int @@ -197922,7 +201582,7 @@ def index_powerdns_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_powerdns_get_serialize( + _param = self._index_proofpoint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -197951,7 +201611,7 @@ def index_powerdns_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPowerDNSPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", '404': "str", '500': "str", } @@ -197962,7 +201622,7 @@ def index_powerdns_get_without_preload_content( return response_data.response - def _index_powerdns_get_serialize( + def _index_proofpoint_get_serialize( self, page, limit, @@ -198112,7 +201772,7 @@ def _index_powerdns_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/powerdns', + resource_path='/index/proofpoint', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -198129,7 +201789,7 @@ def _index_powerdns_get_serialize( @validate_call - def index_progress_get( + def index_ptc_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -198164,10 +201824,10 @@ def index_progress_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination: - """Return vulnerability data stored in index \"progress\" + ) -> RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination: + """Return vulnerability data stored in index \"ptc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` :param page: set the page number of the response :type page: int @@ -198233,7 +201893,7 @@ def index_progress_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_progress_get_serialize( + _param = self._index_ptc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -198262,7 +201922,7 @@ def index_progress_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", '404': "str", '500': "str", } @@ -198278,7 +201938,7 @@ def index_progress_get( @validate_call - def index_progress_get_with_http_info( + def index_ptc_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -198313,10 +201973,10 @@ def index_progress_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination]: - """Return vulnerability data stored in index \"progress\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination]: + """Return vulnerability data stored in index \"ptc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` :param page: set the page number of the response :type page: int @@ -198382,7 +202042,7 @@ def index_progress_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_progress_get_serialize( + _param = self._index_ptc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -198411,7 +202071,7 @@ def index_progress_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", '404': "str", '500': "str", } @@ -198427,7 +202087,7 @@ def index_progress_get_with_http_info( @validate_call - def index_progress_get_without_preload_content( + def index_ptc_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -198463,9 +202123,9 @@ def index_progress_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"progress\" + """Return vulnerability data stored in index \"ptc\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the progress index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Progress Product Alert Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/progress?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` :param page: set the page number of the response :type page: int @@ -198531,7 +202191,7 @@ def index_progress_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_progress_get_serialize( + _param = self._index_ptc_get_serialize( page=page, limit=limit, cursor=cursor, @@ -198560,7 +202220,7 @@ def index_progress_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProgressPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", '404': "str", '500': "str", } @@ -198571,7 +202231,7 @@ def index_progress_get_without_preload_content( return response_data.response - def _index_progress_get_serialize( + def _index_ptc_get_serialize( self, page, limit, @@ -198721,7 +202381,7 @@ def _index_progress_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/progress', + resource_path='/index/ptc', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -198738,7 +202398,7 @@ def _index_progress_get_serialize( @validate_call - def index_proofpoint_get( + def index_pub_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -198773,10 +202433,10 @@ def index_proofpoint_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination: - """Return vulnerability data stored in index \"proofpoint\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"pub\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` :param page: set the page number of the response :type page: int @@ -198842,7 +202502,7 @@ def index_proofpoint_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_proofpoint_get_serialize( + _param = self._index_pub_get_serialize( page=page, limit=limit, cursor=cursor, @@ -198871,7 +202531,7 @@ def index_proofpoint_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -198887,7 +202547,7 @@ def index_proofpoint_get( @validate_call - def index_proofpoint_get_with_http_info( + def index_pub_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -198922,10 +202582,10 @@ def index_proofpoint_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination]: - """Return vulnerability data stored in index \"proofpoint\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"pub\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` :param page: set the page number of the response :type page: int @@ -198991,7 +202651,7 @@ def index_proofpoint_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_proofpoint_get_serialize( + _param = self._index_pub_get_serialize( page=page, limit=limit, cursor=cursor, @@ -199020,7 +202680,7 @@ def index_proofpoint_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -199036,7 +202696,7 @@ def index_proofpoint_get_with_http_info( @validate_call - def index_proofpoint_get_without_preload_content( + def index_pub_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -199072,9 +202732,9 @@ def index_proofpoint_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"proofpoint\" + """Return vulnerability data stored in index \"pub\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Proofpoint Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/proofpoint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` :param page: set the page number of the response :type page: int @@ -199140,7 +202800,7 @@ def index_proofpoint_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_proofpoint_get_serialize( + _param = self._index_pub_get_serialize( page=page, limit=limit, cursor=cursor, @@ -199169,7 +202829,7 @@ def index_proofpoint_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryProofpointPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -199180,7 +202840,7 @@ def index_proofpoint_get_without_preload_content( return response_data.response - def _index_proofpoint_get_serialize( + def _index_pub_get_serialize( self, page, limit, @@ -199330,7 +202990,7 @@ def _index_proofpoint_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/proofpoint', + resource_path='/index/pub', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -199347,7 +203007,7 @@ def _index_proofpoint_get_serialize( @validate_call - def index_ptc_get( + def index_pure_storage_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -199382,10 +203042,10 @@ def index_ptc_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination: - """Return vulnerability data stored in index \"ptc\" + ) -> RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination: + """Return vulnerability data stored in index \"pure-storage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` :param page: set the page number of the response :type page: int @@ -199451,7 +203111,7 @@ def index_ptc_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ptc_get_serialize( + _param = self._index_pure_storage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -199480,7 +203140,7 @@ def index_ptc_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", '404': "str", '500': "str", } @@ -199496,7 +203156,7 @@ def index_ptc_get( @validate_call - def index_ptc_get_with_http_info( + def index_pure_storage_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -199531,10 +203191,10 @@ def index_ptc_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination]: - """Return vulnerability data stored in index \"ptc\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination]: + """Return vulnerability data stored in index \"pure-storage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` :param page: set the page number of the response :type page: int @@ -199600,7 +203260,7 @@ def index_ptc_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ptc_get_serialize( + _param = self._index_pure_storage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -199629,7 +203289,7 @@ def index_ptc_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", '404': "str", '500': "str", } @@ -199645,7 +203305,7 @@ def index_ptc_get_with_http_info( @validate_call - def index_ptc_get_without_preload_content( + def index_pure_storage_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -199681,9 +203341,9 @@ def index_ptc_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ptc\" + """Return vulnerability data stored in index \"pure-storage\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PTC Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ptc?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` :param page: set the page number of the response :type page: int @@ -199749,7 +203409,7 @@ def index_ptc_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ptc_get_serialize( + _param = self._index_pure_storage_get_serialize( page=page, limit=limit, cursor=cursor, @@ -199778,7 +203438,7 @@ def index_ptc_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPTCPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", '404': "str", '500': "str", } @@ -199789,7 +203449,7 @@ def index_ptc_get_without_preload_content( return response_data.response - def _index_ptc_get_serialize( + def _index_pure_storage_get_serialize( self, page, limit, @@ -199939,7 +203599,7 @@ def _index_ptc_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ptc', + resource_path='/index/pure-storage', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -199956,7 +203616,7 @@ def _index_ptc_get_serialize( @validate_call - def index_pub_get( + def index_pypa_advisories_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -199991,10 +203651,10 @@ def index_pub_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"pub\" + ) -> RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"pypa-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -200060,7 +203720,7 @@ def index_pub_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pub_get_serialize( + _param = self._index_pypa_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200089,7 +203749,7 @@ def index_pub_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -200105,7 +203765,7 @@ def index_pub_get( @validate_call - def index_pub_get_with_http_info( + def index_pypa_advisories_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -200140,10 +203800,10 @@ def index_pub_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"pub\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"pypa-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -200209,7 +203869,7 @@ def index_pub_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pub_get_serialize( + _param = self._index_pypa_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200238,7 +203898,7 @@ def index_pub_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -200254,7 +203914,7 @@ def index_pub_get_with_http_info( @validate_call - def index_pub_get_without_preload_content( + def index_pypa_advisories_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -200290,9 +203950,9 @@ def index_pub_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"pub\" + """Return vulnerability data stored in index \"pypa-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pub index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pub (Dart/Flutter) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pub?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -200358,7 +204018,7 @@ def index_pub_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pub_get_serialize( + _param = self._index_pypa_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200387,7 +204047,7 @@ def index_pub_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -200398,7 +204058,7 @@ def index_pub_get_without_preload_content( return response_data.response - def _index_pub_get_serialize( + def _index_pypa_advisories_get_serialize( self, page, limit, @@ -200548,7 +204208,7 @@ def _index_pub_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/pub', + resource_path='/index/pypa-advisories', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -200565,7 +204225,7 @@ def _index_pub_get_serialize( @validate_call - def index_pure_storage_get( + def index_pypi_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -200600,10 +204260,10 @@ def index_pure_storage_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination: - """Return vulnerability data stored in index \"pure-storage\" + ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: + """Return vulnerability data stored in index \"pypi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` :param page: set the page number of the response :type page: int @@ -200669,7 +204329,7 @@ def index_pure_storage_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pure_storage_get_serialize( + _param = self._index_pypi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200698,7 +204358,7 @@ def index_pure_storage_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -200714,7 +204374,7 @@ def index_pure_storage_get( @validate_call - def index_pure_storage_get_with_http_info( + def index_pypi_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -200749,10 +204409,10 @@ def index_pure_storage_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination]: - """Return vulnerability data stored in index \"pure-storage\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: + """Return vulnerability data stored in index \"pypi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` :param page: set the page number of the response :type page: int @@ -200818,7 +204478,7 @@ def index_pure_storage_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pure_storage_get_serialize( + _param = self._index_pypi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200847,7 +204507,7 @@ def index_pure_storage_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -200863,7 +204523,7 @@ def index_pure_storage_get_with_http_info( @validate_call - def index_pure_storage_get_without_preload_content( + def index_pypi_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -200899,9 +204559,9 @@ def index_pure_storage_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"pure-storage\" + """Return vulnerability data stored in index \"pypi\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Pure Storage Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pure-storage?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` :param page: set the page number of the response :type page: int @@ -200967,7 +204627,7 @@ def index_pure_storage_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pure_storage_get_serialize( + _param = self._index_pypi_get_serialize( page=page, limit=limit, cursor=cursor, @@ -200996,7 +204656,7 @@ def index_pure_storage_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPureStoragePaginatePagination", + '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", '404': "str", '500': "str", } @@ -201007,7 +204667,7 @@ def index_pure_storage_get_without_preload_content( return response_data.response - def _index_pure_storage_get_serialize( + def _index_pypi_get_serialize( self, page, limit, @@ -201157,7 +204817,7 @@ def _index_pure_storage_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/pure-storage', + resource_path='/index/pypi', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -201174,7 +204834,7 @@ def _index_pure_storage_get_serialize( @validate_call - def index_pypa_advisories_get( + def index_qnap_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -201209,10 +204869,10 @@ def index_pypa_advisories_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"pypa-advisories\" + ) -> RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"qnap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` :param page: set the page number of the response :type page: int @@ -201278,7 +204938,7 @@ def index_pypa_advisories_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypa_advisories_get_serialize( + _param = self._index_qnap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -201307,7 +204967,7 @@ def index_pypa_advisories_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -201323,7 +204983,7 @@ def index_pypa_advisories_get( @validate_call - def index_pypa_advisories_get_with_http_info( + def index_qnap_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -201358,10 +205018,10 @@ def index_pypa_advisories_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"pypa-advisories\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"qnap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` :param page: set the page number of the response :type page: int @@ -201427,7 +205087,7 @@ def index_pypa_advisories_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypa_advisories_get_serialize( + _param = self._index_qnap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -201456,7 +205116,7 @@ def index_pypa_advisories_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -201472,7 +205132,7 @@ def index_pypa_advisories_get_with_http_info( @validate_call - def index_pypa_advisories_get_without_preload_content( + def index_qnap_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -201508,9 +205168,9 @@ def index_pypa_advisories_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"pypa-advisories\" + """Return vulnerability data stored in index \"qnap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPA Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypa-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` :param page: set the page number of the response :type page: int @@ -201576,7 +205236,7 @@ def index_pypa_advisories_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypa_advisories_get_serialize( + _param = self._index_qnap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -201605,7 +205265,7 @@ def index_pypa_advisories_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryPyPAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -201616,7 +205276,7 @@ def index_pypa_advisories_get_without_preload_content( return response_data.response - def _index_pypa_advisories_get_serialize( + def _index_qnap_get_serialize( self, page, limit, @@ -201766,7 +205426,7 @@ def _index_pypa_advisories_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/pypa-advisories', + resource_path='/index/qnap', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -201783,7 +205443,7 @@ def _index_pypa_advisories_get_serialize( @validate_call - def index_pypi_get( + def index_qqids_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -201818,10 +205478,10 @@ def index_pypi_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination: - """Return vulnerability data stored in index \"pypi\" + ) -> RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination: + """Return vulnerability data stored in index \"qqids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` :param page: set the page number of the response :type page: int @@ -201887,7 +205547,7 @@ def index_pypi_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypi_get_serialize( + _param = self._index_qqids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -201916,7 +205576,7 @@ def index_pypi_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", '404': "str", '500': "str", } @@ -201932,7 +205592,7 @@ def index_pypi_get( @validate_call - def index_pypi_get_with_http_info( + def index_qqids_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -201967,10 +205627,10 @@ def index_pypi_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination]: - """Return vulnerability data stored in index \"pypi\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination]: + """Return vulnerability data stored in index \"qqids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` :param page: set the page number of the response :type page: int @@ -202036,7 +205696,7 @@ def index_pypi_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypi_get_serialize( + _param = self._index_qqids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -202065,7 +205725,7 @@ def index_pypi_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", '404': "str", '500': "str", } @@ -202081,7 +205741,7 @@ def index_pypi_get_with_http_info( @validate_call - def index_pypi_get_without_preload_content( + def index_qqids_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -202117,9 +205777,9 @@ def index_pypi_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"pypi\" + """Return vulnerability data stored in index \"qqids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** PyPi (Python) packages with package versions ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/pypi?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` :param page: set the page number of the response :type page: int @@ -202185,7 +205845,7 @@ def index_pypi_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_pypi_get_serialize( + _param = self._index_qqids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -202214,7 +205874,7 @@ def index_pypi_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiOSSPackagePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", '404': "str", '500': "str", } @@ -202225,7 +205885,7 @@ def index_pypi_get_without_preload_content( return response_data.response - def _index_pypi_get_serialize( + def _index_qqids_get_serialize( self, page, limit, @@ -202375,7 +206035,7 @@ def _index_pypi_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/pypi', + resource_path='/index/qqids', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -202392,7 +206052,7 @@ def _index_pypi_get_serialize( @validate_call - def index_qnap_get( + def index_qualcomm_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -202427,10 +206087,10 @@ def index_qnap_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"qnap\" + ) -> RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination: + """Return vulnerability data stored in index \"qualcomm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` :param page: set the page number of the response :type page: int @@ -202496,7 +206156,7 @@ def index_qnap_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qnap_get_serialize( + _param = self._index_qualcomm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -202525,7 +206185,7 @@ def index_qnap_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", '404': "str", '500': "str", } @@ -202541,7 +206201,7 @@ def index_qnap_get( @validate_call - def index_qnap_get_with_http_info( + def index_qualcomm_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -202576,10 +206236,10 @@ def index_qnap_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"qnap\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination]: + """Return vulnerability data stored in index \"qualcomm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` :param page: set the page number of the response :type page: int @@ -202645,7 +206305,7 @@ def index_qnap_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qnap_get_serialize( + _param = self._index_qualcomm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -202674,7 +206334,7 @@ def index_qnap_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", '404': "str", '500': "str", } @@ -202690,7 +206350,7 @@ def index_qnap_get_with_http_info( @validate_call - def index_qnap_get_without_preload_content( + def index_qualcomm_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -202726,9 +206386,9 @@ def index_qnap_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qnap\" + """Return vulnerability data stored in index \"qualcomm\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** QNAP Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qnap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` :param page: set the page number of the response :type page: int @@ -202794,7 +206454,7 @@ def index_qnap_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qnap_get_serialize( + _param = self._index_qualcomm_get_serialize( page=page, limit=limit, cursor=cursor, @@ -202823,7 +206483,7 @@ def index_qnap_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQNAPAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", '404': "str", '500': "str", } @@ -202834,7 +206494,7 @@ def index_qnap_get_without_preload_content( return response_data.response - def _index_qnap_get_serialize( + def _index_qualcomm_get_serialize( self, page, limit, @@ -202984,7 +206644,7 @@ def _index_qnap_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qnap', + resource_path='/index/qualcomm', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -203001,7 +206661,7 @@ def _index_qnap_get_serialize( @validate_call - def index_qqids_get( + def index_qualys_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203036,10 +206696,10 @@ def index_qqids_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination: - """Return vulnerability data stored in index \"qqids\" + ) -> RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination: + """Return vulnerability data stored in index \"qualys\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` :param page: set the page number of the response :type page: int @@ -203105,7 +206765,7 @@ def index_qqids_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qqids_get_serialize( + _param = self._index_qualys_get_serialize( page=page, limit=limit, cursor=cursor, @@ -203134,7 +206794,7 @@ def index_qqids_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", '404': "str", '500': "str", } @@ -203150,7 +206810,7 @@ def index_qqids_get( @validate_call - def index_qqids_get_with_http_info( + def index_qualys_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203185,10 +206845,10 @@ def index_qqids_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination]: - """Return vulnerability data stored in index \"qqids\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination]: + """Return vulnerability data stored in index \"qualys\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` :param page: set the page number of the response :type page: int @@ -203254,7 +206914,7 @@ def index_qqids_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qqids_get_serialize( + _param = self._index_qualys_get_serialize( page=page, limit=limit, cursor=cursor, @@ -203283,7 +206943,7 @@ def index_qqids_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", '404': "str", '500': "str", } @@ -203299,7 +206959,7 @@ def index_qqids_get_with_http_info( @validate_call - def index_qqids_get_without_preload_content( + def index_qualys_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203335,9 +206995,9 @@ def index_qqids_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qqids\" + """Return vulnerability data stored in index \"qualys\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QIDs ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qqids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` :param page: set the page number of the response :type page: int @@ -203403,7 +207063,7 @@ def index_qqids_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qqids_get_serialize( + _param = self._index_qualys_get_serialize( page=page, limit=limit, cursor=cursor, @@ -203432,7 +207092,7 @@ def index_qqids_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", '404': "str", '500': "str", } @@ -203443,7 +207103,7 @@ def index_qqids_get_without_preload_content( return response_data.response - def _index_qqids_get_serialize( + def _index_qualys_get_serialize( self, page, limit, @@ -203593,7 +207253,7 @@ def _index_qqids_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qqids', + resource_path='/index/qualys', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -203610,7 +207270,7 @@ def _index_qqids_get_serialize( @validate_call - def index_qualcomm_get( + def index_qualys_qids_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203645,10 +207305,10 @@ def index_qualcomm_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination: - """Return vulnerability data stored in index \"qualcomm\" + ) -> RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination: + """Return vulnerability data stored in index \"qualys-qids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` :param page: set the page number of the response :type page: int @@ -203714,7 +207374,7 @@ def index_qualcomm_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualcomm_get_serialize( + _param = self._index_qualys_qids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -203743,7 +207403,7 @@ def index_qualcomm_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", '404': "str", '500': "str", } @@ -203759,7 +207419,7 @@ def index_qualcomm_get( @validate_call - def index_qualcomm_get_with_http_info( + def index_qualys_qids_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203794,10 +207454,10 @@ def index_qualcomm_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination]: - """Return vulnerability data stored in index \"qualcomm\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination]: + """Return vulnerability data stored in index \"qualys-qids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` :param page: set the page number of the response :type page: int @@ -203863,7 +207523,7 @@ def index_qualcomm_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualcomm_get_serialize( + _param = self._index_qualys_qids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -203892,7 +207552,7 @@ def index_qualcomm_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", '404': "str", '500': "str", } @@ -203908,7 +207568,7 @@ def index_qualcomm_get_with_http_info( @validate_call - def index_qualcomm_get_without_preload_content( + def index_qualys_qids_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -203944,9 +207604,9 @@ def index_qualcomm_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qualcomm\" + """Return vulnerability data stored in index \"qualys-qids\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualcomm Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualcomm?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` :param page: set the page number of the response :type page: int @@ -204012,7 +207672,7 @@ def index_qualcomm_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualcomm_get_serialize( + _param = self._index_qualys_qids_get_serialize( page=page, limit=limit, cursor=cursor, @@ -204041,7 +207701,7 @@ def index_qualcomm_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualcommPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", '404': "str", '500': "str", } @@ -204052,7 +207712,7 @@ def index_qualcomm_get_without_preload_content( return response_data.response - def _index_qualcomm_get_serialize( + def _index_qualys_qids_get_serialize( self, page, limit, @@ -204202,7 +207862,7 @@ def _index_qualcomm_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qualcomm', + resource_path='/index/qualys-qids', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -204219,7 +207879,7 @@ def _index_qualcomm_get_serialize( @validate_call - def index_qualys_get( + def index_qubes_qsb_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -204254,10 +207914,10 @@ def index_qualys_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination: - """Return vulnerability data stored in index \"qualys\" + ) -> RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination: + """Return vulnerability data stored in index \"qubes-qsb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` :param page: set the page number of the response :type page: int @@ -204323,7 +207983,7 @@ def index_qualys_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_get_serialize( + _param = self._index_qubes_qsb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -204352,7 +208012,7 @@ def index_qualys_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", '404': "str", '500': "str", } @@ -204368,7 +208028,7 @@ def index_qualys_get( @validate_call - def index_qualys_get_with_http_info( + def index_qubes_qsb_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -204403,10 +208063,10 @@ def index_qualys_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination]: - """Return vulnerability data stored in index \"qualys\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination]: + """Return vulnerability data stored in index \"qubes-qsb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` :param page: set the page number of the response :type page: int @@ -204472,7 +208132,7 @@ def index_qualys_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_get_serialize( + _param = self._index_qubes_qsb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -204501,7 +208161,7 @@ def index_qualys_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", '404': "str", '500': "str", } @@ -204517,7 +208177,7 @@ def index_qualys_get_with_http_info( @validate_call - def index_qualys_get_without_preload_content( + def index_qubes_qsb_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -204553,9 +208213,9 @@ def index_qualys_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qualys\" + """Return vulnerability data stored in index \"qubes-qsb\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` :param page: set the page number of the response :type page: int @@ -204621,7 +208281,7 @@ def index_qualys_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_get_serialize( + _param = self._index_qubes_qsb_get_serialize( page=page, limit=limit, cursor=cursor, @@ -204650,7 +208310,7 @@ def index_qualys_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", '404': "str", '500': "str", } @@ -204661,7 +208321,7 @@ def index_qualys_get_without_preload_content( return response_data.response - def _index_qualys_get_serialize( + def _index_qubes_qsb_get_serialize( self, page, limit, @@ -204811,7 +208471,7 @@ def _index_qualys_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qualys', + resource_path='/index/qubes-qsb', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -204828,7 +208488,7 @@ def _index_qualys_get_serialize( @validate_call - def index_qualys_qids_get( + def index_ransomware_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -204863,10 +208523,10 @@ def index_qualys_qids_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination: - """Return vulnerability data stored in index \"qualys-qids\" + ) -> RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination: + """Return vulnerability data stored in index \"ransomware\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` :param page: set the page number of the response :type page: int @@ -204932,7 +208592,7 @@ def index_qualys_qids_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_qids_get_serialize( + _param = self._index_ransomware_get_serialize( page=page, limit=limit, cursor=cursor, @@ -204961,7 +208621,7 @@ def index_qualys_qids_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", '404': "str", '500': "str", } @@ -204977,7 +208637,7 @@ def index_qualys_qids_get( @validate_call - def index_qualys_qids_get_with_http_info( + def index_ransomware_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -205012,10 +208672,10 @@ def index_qualys_qids_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination]: - """Return vulnerability data stored in index \"qualys-qids\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination]: + """Return vulnerability data stored in index \"ransomware\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` :param page: set the page number of the response :type page: int @@ -205081,7 +208741,7 @@ def index_qualys_qids_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_qids_get_serialize( + _param = self._index_ransomware_get_serialize( page=page, limit=limit, cursor=cursor, @@ -205110,7 +208770,7 @@ def index_qualys_qids_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", '404': "str", '500': "str", } @@ -205126,7 +208786,7 @@ def index_qualys_qids_get_with_http_info( @validate_call - def index_qualys_qids_get_without_preload_content( + def index_ransomware_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -205162,9 +208822,9 @@ def index_qualys_qids_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qualys-qids\" + """Return vulnerability data stored in index \"ransomware\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qualys QID ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qualys-qids?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` :param page: set the page number of the response :type page: int @@ -205230,7 +208890,7 @@ def index_qualys_qids_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qualys_qids_get_serialize( + _param = self._index_ransomware_get_serialize( page=page, limit=limit, cursor=cursor, @@ -205259,7 +208919,7 @@ def index_qualys_qids_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQualysQIDPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", '404': "str", '500': "str", } @@ -205270,7 +208930,7 @@ def index_qualys_qids_get_without_preload_content( return response_data.response - def _index_qualys_qids_get_serialize( + def _index_ransomware_get_serialize( self, page, limit, @@ -205420,7 +209080,7 @@ def _index_qualys_qids_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qualys-qids', + resource_path='/index/ransomware', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -205437,7 +209097,7 @@ def _index_qualys_qids_get_serialize( @validate_call - def index_qubes_qsb_get( + def index_redhat_cves_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -205472,10 +209132,10 @@ def index_qubes_qsb_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination: - """Return vulnerability data stored in index \"qubes-qsb\" + ) -> RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination: + """Return vulnerability data stored in index \"redhat-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` :param page: set the page number of the response :type page: int @@ -205541,7 +209201,7 @@ def index_qubes_qsb_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qubes_qsb_get_serialize( + _param = self._index_redhat_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -205570,7 +209230,7 @@ def index_qubes_qsb_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", '404': "str", '500': "str", } @@ -205586,7 +209246,7 @@ def index_qubes_qsb_get( @validate_call - def index_qubes_qsb_get_with_http_info( + def index_redhat_cves_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -205621,10 +209281,10 @@ def index_qubes_qsb_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination]: - """Return vulnerability data stored in index \"qubes-qsb\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination]: + """Return vulnerability data stored in index \"redhat-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` :param page: set the page number of the response :type page: int @@ -205690,7 +209350,7 @@ def index_qubes_qsb_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qubes_qsb_get_serialize( + _param = self._index_redhat_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -205719,7 +209379,7 @@ def index_qubes_qsb_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", '404': "str", '500': "str", } @@ -205735,7 +209395,7 @@ def index_qubes_qsb_get_with_http_info( @validate_call - def index_qubes_qsb_get_without_preload_content( + def index_redhat_cves_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -205771,9 +209431,9 @@ def index_qubes_qsb_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"qubes-qsb\" + """Return vulnerability data stored in index \"redhat-cves\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Qubes Security Bulletin ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/qubes-qsb?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` :param page: set the page number of the response :type page: int @@ -205839,7 +209499,7 @@ def index_qubes_qsb_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_qubes_qsb_get_serialize( + _param = self._index_redhat_cves_get_serialize( page=page, limit=limit, cursor=cursor, @@ -205868,7 +209528,7 @@ def index_qubes_qsb_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryQSBPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", '404': "str", '500': "str", } @@ -205879,7 +209539,7 @@ def index_qubes_qsb_get_without_preload_content( return response_data.response - def _index_qubes_qsb_get_serialize( + def _index_redhat_cves_get_serialize( self, page, limit, @@ -206029,7 +209689,7 @@ def _index_qubes_qsb_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/qubes-qsb', + resource_path='/index/redhat-cves', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -206046,7 +209706,7 @@ def _index_qubes_qsb_get_serialize( @validate_call - def index_ransomware_get( + def index_redhat_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206081,10 +209741,10 @@ def index_ransomware_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination: - """Return vulnerability data stored in index \"ransomware\" + ) -> RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination: + """Return vulnerability data stored in index \"redhat\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` :param page: set the page number of the response :type page: int @@ -206150,7 +209810,7 @@ def index_ransomware_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ransomware_get_serialize( + _param = self._index_redhat_get_serialize( page=page, limit=limit, cursor=cursor, @@ -206179,7 +209839,7 @@ def index_ransomware_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", '404': "str", '500': "str", } @@ -206195,7 +209855,7 @@ def index_ransomware_get( @validate_call - def index_ransomware_get_with_http_info( + def index_redhat_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206230,10 +209890,10 @@ def index_ransomware_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination]: - """Return vulnerability data stored in index \"ransomware\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination]: + """Return vulnerability data stored in index \"redhat\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` :param page: set the page number of the response :type page: int @@ -206299,7 +209959,7 @@ def index_ransomware_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ransomware_get_serialize( + _param = self._index_redhat_get_serialize( page=page, limit=limit, cursor=cursor, @@ -206328,7 +209988,7 @@ def index_ransomware_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", '404': "str", '500': "str", } @@ -206344,7 +210004,7 @@ def index_ransomware_get_with_http_info( @validate_call - def index_ransomware_get_without_preload_content( + def index_redhat_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206380,9 +210040,9 @@ def index_ransomware_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ransomware\" + """Return vulnerability data stored in index \"redhat\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** VulnCheck Ransomware ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ransomware?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` :param page: set the page number of the response :type page: int @@ -206448,7 +210108,7 @@ def index_ransomware_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ransomware_get_serialize( + _param = self._index_redhat_get_serialize( page=page, limit=limit, cursor=cursor, @@ -206477,7 +210137,7 @@ def index_ransomware_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRansomwareExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", '404': "str", '500': "str", } @@ -206488,7 +210148,7 @@ def index_ransomware_get_without_preload_content( return response_data.response - def _index_ransomware_get_serialize( + def _index_redhat_get_serialize( self, page, limit, @@ -206638,7 +210298,7 @@ def _index_ransomware_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ransomware', + resource_path='/index/redhat', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -206655,7 +210315,7 @@ def _index_ransomware_get_serialize( @validate_call - def index_redhat_cves_get( + def index_renesas_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206690,10 +210350,10 @@ def index_redhat_cves_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination: - """Return vulnerability data stored in index \"redhat-cves\" + ) -> RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination: + """Return vulnerability data stored in index \"renesas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` :param page: set the page number of the response :type page: int @@ -206759,7 +210419,7 @@ def index_redhat_cves_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_cves_get_serialize( + _param = self._index_renesas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -206788,7 +210448,7 @@ def index_redhat_cves_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", '404': "str", '500': "str", } @@ -206804,7 +210464,7 @@ def index_redhat_cves_get( @validate_call - def index_redhat_cves_get_with_http_info( + def index_renesas_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206839,10 +210499,10 @@ def index_redhat_cves_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination]: - """Return vulnerability data stored in index \"redhat-cves\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination]: + """Return vulnerability data stored in index \"renesas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` :param page: set the page number of the response :type page: int @@ -206908,7 +210568,7 @@ def index_redhat_cves_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_cves_get_serialize( + _param = self._index_renesas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -206937,7 +210597,7 @@ def index_redhat_cves_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", '404': "str", '500': "str", } @@ -206953,7 +210613,7 @@ def index_redhat_cves_get_with_http_info( @validate_call - def index_redhat_cves_get_without_preload_content( + def index_renesas_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -206989,9 +210649,9 @@ def index_redhat_cves_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"redhat-cves\" + """Return vulnerability data stored in index \"renesas\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** CSAF data for redhat ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat-cves?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` :param page: set the page number of the response :type page: int @@ -207057,7 +210717,7 @@ def index_redhat_cves_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_cves_get_serialize( + _param = self._index_renesas_get_serialize( page=page, limit=limit, cursor=cursor, @@ -207086,7 +210746,7 @@ def index_redhat_cves_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRhelCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", '404': "str", '500': "str", } @@ -207097,7 +210757,7 @@ def index_redhat_cves_get_without_preload_content( return response_data.response - def _index_redhat_cves_get_serialize( + def _index_renesas_get_serialize( self, page, limit, @@ -207247,7 +210907,7 @@ def _index_redhat_cves_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/redhat-cves', + resource_path='/index/renesas', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -207264,7 +210924,7 @@ def _index_redhat_cves_get_serialize( @validate_call - def index_redhat_get( + def index_revive_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -207299,10 +210959,10 @@ def index_redhat_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination: - """Return vulnerability data stored in index \"redhat\" + ) -> RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination: + """Return vulnerability data stored in index \"revive\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` :param page: set the page number of the response :type page: int @@ -207368,7 +211028,7 @@ def index_redhat_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_get_serialize( + _param = self._index_revive_get_serialize( page=page, limit=limit, cursor=cursor, @@ -207397,7 +211057,7 @@ def index_redhat_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", '404': "str", '500': "str", } @@ -207413,7 +211073,7 @@ def index_redhat_get( @validate_call - def index_redhat_get_with_http_info( + def index_revive_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -207448,10 +211108,10 @@ def index_redhat_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination]: - """Return vulnerability data stored in index \"redhat\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination]: + """Return vulnerability data stored in index \"revive\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` :param page: set the page number of the response :type page: int @@ -207517,7 +211177,7 @@ def index_redhat_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_get_serialize( + _param = self._index_revive_get_serialize( page=page, limit=limit, cursor=cursor, @@ -207546,7 +211206,7 @@ def index_redhat_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", '404': "str", '500': "str", } @@ -207562,7 +211222,7 @@ def index_redhat_get_with_http_info( @validate_call - def index_redhat_get_without_preload_content( + def index_revive_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -207598,9 +211258,9 @@ def index_redhat_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"redhat\" + """Return vulnerability data stored in index \"revive\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Red Hat Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/redhat?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` :param page: set the page number of the response :type page: int @@ -207666,7 +211326,7 @@ def index_redhat_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_redhat_get_serialize( + _param = self._index_revive_get_serialize( page=page, limit=limit, cursor=cursor, @@ -207695,7 +211355,7 @@ def index_redhat_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRedhatCVEPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", '404': "str", '500': "str", } @@ -207706,7 +211366,7 @@ def index_redhat_get_without_preload_content( return response_data.response - def _index_redhat_get_serialize( + def _index_revive_get_serialize( self, page, limit, @@ -207856,7 +211516,7 @@ def _index_redhat_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/redhat', + resource_path='/index/revive', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -207873,7 +211533,7 @@ def _index_redhat_get_serialize( @validate_call - def index_renesas_get( + def index_roche_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -207908,10 +211568,10 @@ def index_renesas_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination: - """Return vulnerability data stored in index \"renesas\" + ) -> RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination: + """Return vulnerability data stored in index \"roche\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` :param page: set the page number of the response :type page: int @@ -207977,7 +211637,7 @@ def index_renesas_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_renesas_get_serialize( + _param = self._index_roche_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208006,7 +211666,7 @@ def index_renesas_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", '404': "str", '500': "str", } @@ -208022,7 +211682,7 @@ def index_renesas_get( @validate_call - def index_renesas_get_with_http_info( + def index_roche_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -208057,10 +211717,10 @@ def index_renesas_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination]: - """Return vulnerability data stored in index \"renesas\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination]: + """Return vulnerability data stored in index \"roche\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` :param page: set the page number of the response :type page: int @@ -208126,7 +211786,7 @@ def index_renesas_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_renesas_get_serialize( + _param = self._index_roche_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208155,7 +211815,7 @@ def index_renesas_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", '404': "str", '500': "str", } @@ -208171,7 +211831,7 @@ def index_renesas_get_with_http_info( @validate_call - def index_renesas_get_without_preload_content( + def index_roche_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -208207,9 +211867,9 @@ def index_renesas_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"renesas\" + """Return vulnerability data stored in index \"roche\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Renesas Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/renesas?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` :param page: set the page number of the response :type page: int @@ -208275,7 +211935,7 @@ def index_renesas_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_renesas_get_serialize( + _param = self._index_roche_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208304,7 +211964,7 @@ def index_renesas_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRenesasPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", '404': "str", '500': "str", } @@ -208315,7 +211975,7 @@ def index_renesas_get_without_preload_content( return response_data.response - def _index_renesas_get_serialize( + def _index_roche_get_serialize( self, page, limit, @@ -208465,7 +212125,7 @@ def _index_renesas_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/renesas', + resource_path='/index/roche', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -208482,7 +212142,7 @@ def _index_renesas_get_serialize( @validate_call - def index_revive_get( + def index_rockwell_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -208517,10 +212177,10 @@ def index_revive_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination: - """Return vulnerability data stored in index \"revive\" + ) -> RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination: + """Return vulnerability data stored in index \"rockwell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` :param page: set the page number of the response :type page: int @@ -208586,7 +212246,7 @@ def index_revive_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_revive_get_serialize( + _param = self._index_rockwell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208615,7 +212275,7 @@ def index_revive_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", '404': "str", '500': "str", } @@ -208631,7 +212291,7 @@ def index_revive_get( @validate_call - def index_revive_get_with_http_info( + def index_rockwell_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -208666,10 +212326,10 @@ def index_revive_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination]: - """Return vulnerability data stored in index \"revive\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination]: + """Return vulnerability data stored in index \"rockwell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` :param page: set the page number of the response :type page: int @@ -208735,7 +212395,7 @@ def index_revive_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_revive_get_serialize( + _param = self._index_rockwell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208764,7 +212424,7 @@ def index_revive_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", '404': "str", '500': "str", } @@ -208780,7 +212440,7 @@ def index_revive_get_with_http_info( @validate_call - def index_revive_get_without_preload_content( + def index_rockwell_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -208816,9 +212476,9 @@ def index_revive_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"revive\" + """Return vulnerability data stored in index \"rockwell\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the revive index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Revive Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/revive?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` :param page: set the page number of the response :type page: int @@ -208884,7 +212544,7 @@ def index_revive_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_revive_get_serialize( + _param = self._index_rockwell_get_serialize( page=page, limit=limit, cursor=cursor, @@ -208913,7 +212573,7 @@ def index_revive_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRevivePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", '404': "str", '500': "str", } @@ -208924,7 +212584,7 @@ def index_revive_get_without_preload_content( return response_data.response - def _index_revive_get_serialize( + def _index_rockwell_get_serialize( self, page, limit, @@ -209074,7 +212734,7 @@ def _index_revive_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/revive', + resource_path='/index/rockwell', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -209091,7 +212751,7 @@ def _index_revive_get_serialize( @validate_call - def index_roche_get( + def index_rocky_errata_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -209126,10 +212786,10 @@ def index_roche_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination: - """Return vulnerability data stored in index \"roche\" + ) -> RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination: + """Return vulnerability data stored in index \"rocky-errata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` :param page: set the page number of the response :type page: int @@ -209195,7 +212855,7 @@ def index_roche_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_roche_get_serialize( + _param = self._index_rocky_errata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -209224,7 +212884,7 @@ def index_roche_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", '404': "str", '500': "str", } @@ -209240,7 +212900,7 @@ def index_roche_get( @validate_call - def index_roche_get_with_http_info( + def index_rocky_errata_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -209275,10 +212935,10 @@ def index_roche_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination]: - """Return vulnerability data stored in index \"roche\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination]: + """Return vulnerability data stored in index \"rocky-errata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` :param page: set the page number of the response :type page: int @@ -209344,7 +213004,7 @@ def index_roche_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_roche_get_serialize( + _param = self._index_rocky_errata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -209373,7 +213033,7 @@ def index_roche_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", '404': "str", '500': "str", } @@ -209389,7 +213049,7 @@ def index_roche_get_with_http_info( @validate_call - def index_roche_get_without_preload_content( + def index_rocky_errata_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -209425,9 +213085,9 @@ def index_roche_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"roche\" + """Return vulnerability data stored in index \"rocky-errata\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the roche index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Roche Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/roche?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` :param page: set the page number of the response :type page: int @@ -209493,7 +213153,7 @@ def index_roche_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_roche_get_serialize( + _param = self._index_rocky_errata_get_serialize( page=page, limit=limit, cursor=cursor, @@ -209522,7 +213182,7 @@ def index_roche_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRochePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", '404': "str", '500': "str", } @@ -209533,7 +213193,7 @@ def index_roche_get_without_preload_content( return response_data.response - def _index_roche_get_serialize( + def _index_rocky_errata_get_serialize( self, page, limit, @@ -209683,7 +213343,7 @@ def _index_roche_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/roche', + resource_path='/index/rocky-errata', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -209700,7 +213360,7 @@ def _index_roche_get_serialize( @validate_call - def index_rockwell_get( + def index_rocky_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -209735,10 +213395,10 @@ def index_rockwell_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination: - """Return vulnerability data stored in index \"rockwell\" + ) -> RenderResponseWithMetadataArrayApiUpdatePaginatePagination: + """Return vulnerability data stored in index \"rocky\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` :param page: set the page number of the response :type page: int @@ -209804,7 +213464,7 @@ def index_rockwell_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rockwell_get_serialize( + _param = self._index_rocky_get_serialize( page=page, limit=limit, cursor=cursor, @@ -209833,7 +213493,7 @@ def index_rockwell_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", '404': "str", '500': "str", } @@ -209849,7 +213509,7 @@ def index_rockwell_get( @validate_call - def index_rockwell_get_with_http_info( + def index_rocky_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -209884,10 +213544,10 @@ def index_rockwell_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination]: - """Return vulnerability data stored in index \"rockwell\" + ) -> ApiResponse[RenderResponseWithMetadataArrayApiUpdatePaginatePagination]: + """Return vulnerability data stored in index \"rocky\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` :param page: set the page number of the response :type page: int @@ -209953,7 +213613,7 @@ def index_rockwell_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rockwell_get_serialize( + _param = self._index_rocky_get_serialize( page=page, limit=limit, cursor=cursor, @@ -209982,7 +213642,7 @@ def index_rockwell_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", '404': "str", '500': "str", } @@ -209998,7 +213658,7 @@ def index_rockwell_get_with_http_info( @validate_call - def index_rockwell_get_without_preload_content( + def index_rocky_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -210034,9 +213694,9 @@ def index_rockwell_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rockwell\" + """Return vulnerability data stored in index \"rocky\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rockwell Automation Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rockwell?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` :param page: set the page number of the response :type page: int @@ -210102,7 +213762,7 @@ def index_rockwell_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rockwell_get_serialize( + _param = self._index_rocky_get_serialize( page=page, limit=limit, cursor=cursor, @@ -210131,7 +213791,7 @@ def index_rockwell_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockwellPaginatePagination", + '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", '404': "str", '500': "str", } @@ -210142,7 +213802,7 @@ def index_rockwell_get_without_preload_content( return response_data.response - def _index_rockwell_get_serialize( + def _index_rocky_get_serialize( self, page, limit, @@ -210292,7 +213952,7 @@ def _index_rockwell_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rockwell', + resource_path='/index/rocky', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -210309,7 +213969,7 @@ def _index_rockwell_get_serialize( @validate_call - def index_rocky_errata_get( + def index_rocky_purls_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -210344,10 +214004,10 @@ def index_rocky_errata_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination: - """Return vulnerability data stored in index \"rocky-errata\" + ) -> RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination: + """Return vulnerability data stored in index \"rocky-purls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` :param page: set the page number of the response :type page: int @@ -210413,7 +214073,7 @@ def index_rocky_errata_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_errata_get_serialize( + _param = self._index_rocky_purls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -210442,7 +214102,7 @@ def index_rocky_errata_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", + '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", '404': "str", '500': "str", } @@ -210458,7 +214118,7 @@ def index_rocky_errata_get( @validate_call - def index_rocky_errata_get_with_http_info( + def index_rocky_purls_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -210493,10 +214153,10 @@ def index_rocky_errata_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination]: - """Return vulnerability data stored in index \"rocky-errata\" + ) -> ApiResponse[RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination]: + """Return vulnerability data stored in index \"rocky-purls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` :param page: set the page number of the response :type page: int @@ -210562,7 +214222,7 @@ def index_rocky_errata_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_errata_get_serialize( + _param = self._index_rocky_purls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -210591,7 +214251,7 @@ def index_rocky_errata_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", + '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", '404': "str", '500': "str", } @@ -210607,7 +214267,7 @@ def index_rocky_errata_get_with_http_info( @validate_call - def index_rocky_errata_get_without_preload_content( + def index_rocky_purls_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -210643,9 +214303,9 @@ def index_rocky_errata_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rocky-errata\" + """Return vulnerability data stored in index \"rocky-purls\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Errata ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-errata?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` :param page: set the page number of the response :type page: int @@ -210711,7 +214371,7 @@ def index_rocky_errata_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_errata_get_serialize( + _param = self._index_rocky_purls_get_serialize( page=page, limit=limit, cursor=cursor, @@ -210740,7 +214400,7 @@ def index_rocky_errata_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRockyErrataPaginatePagination", + '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", '404': "str", '500': "str", } @@ -210751,7 +214411,7 @@ def index_rocky_errata_get_without_preload_content( return response_data.response - def _index_rocky_errata_get_serialize( + def _index_rocky_purls_get_serialize( self, page, limit, @@ -210901,7 +214561,7 @@ def _index_rocky_errata_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rocky-errata', + resource_path='/index/rocky-purls', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -210918,7 +214578,7 @@ def _index_rocky_errata_get_serialize( @validate_call - def index_rocky_get( + def index_rsync_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -210953,10 +214613,10 @@ def index_rocky_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayApiUpdatePaginatePagination: - """Return vulnerability data stored in index \"rocky\" + ) -> RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination: + """Return vulnerability data stored in index \"rsync\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` :param page: set the page number of the response :type page: int @@ -211022,7 +214682,7 @@ def index_rocky_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_get_serialize( + _param = self._index_rsync_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211051,7 +214711,7 @@ def index_rocky_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", '404': "str", '500': "str", } @@ -211067,7 +214727,7 @@ def index_rocky_get( @validate_call - def index_rocky_get_with_http_info( + def index_rsync_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -211102,10 +214762,10 @@ def index_rocky_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayApiUpdatePaginatePagination]: - """Return vulnerability data stored in index \"rocky\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination]: + """Return vulnerability data stored in index \"rsync\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` :param page: set the page number of the response :type page: int @@ -211171,7 +214831,7 @@ def index_rocky_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_get_serialize( + _param = self._index_rsync_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211200,7 +214860,7 @@ def index_rocky_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", '404': "str", '500': "str", } @@ -211216,7 +214876,7 @@ def index_rocky_get_with_http_info( @validate_call - def index_rocky_get_without_preload_content( + def index_rsync_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -211252,9 +214912,9 @@ def index_rocky_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rocky\" + """Return vulnerability data stored in index \"rsync\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Linux Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` :param page: set the page number of the response :type page: int @@ -211320,7 +214980,7 @@ def index_rocky_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_get_serialize( + _param = self._index_rsync_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211349,7 +215009,7 @@ def index_rocky_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayApiUpdatePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", '404': "str", '500': "str", } @@ -211360,7 +215020,7 @@ def index_rocky_get_without_preload_content( return response_data.response - def _index_rocky_get_serialize( + def _index_rsync_get_serialize( self, page, limit, @@ -211510,7 +215170,7 @@ def _index_rocky_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rocky', + resource_path='/index/rsync', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -211527,7 +215187,7 @@ def _index_rocky_get_serialize( @validate_call - def index_rocky_purls_get( + def index_ruckus_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -211562,10 +215222,10 @@ def index_rocky_purls_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination: - """Return vulnerability data stored in index \"rocky-purls\" + ) -> RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination: + """Return vulnerability data stored in index \"ruckus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` :param page: set the page number of the response :type page: int @@ -211631,7 +215291,7 @@ def index_rocky_purls_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_purls_get_serialize( + _param = self._index_ruckus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211660,7 +215320,7 @@ def index_rocky_purls_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", '404': "str", '500': "str", } @@ -211676,7 +215336,7 @@ def index_rocky_purls_get( @validate_call - def index_rocky_purls_get_with_http_info( + def index_ruckus_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -211711,10 +215371,10 @@ def index_rocky_purls_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination]: - """Return vulnerability data stored in index \"rocky-purls\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination]: + """Return vulnerability data stored in index \"ruckus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` :param page: set the page number of the response :type page: int @@ -211780,7 +215440,7 @@ def index_rocky_purls_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_purls_get_serialize( + _param = self._index_ruckus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211809,7 +215469,7 @@ def index_rocky_purls_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", '404': "str", '500': "str", } @@ -211825,7 +215485,7 @@ def index_rocky_purls_get_with_http_info( @validate_call - def index_rocky_purls_get_without_preload_content( + def index_ruckus_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -211861,9 +215521,9 @@ def index_rocky_purls_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rocky-purls\" + """Return vulnerability data stored in index \"ruckus\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rocky Purls ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rocky-purls?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` :param page: set the page number of the response :type page: int @@ -211929,7 +215589,7 @@ def index_rocky_purls_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rocky_purls_get_serialize( + _param = self._index_ruckus_get_serialize( page=page, limit=limit, cursor=cursor, @@ -211958,7 +215618,7 @@ def index_rocky_purls_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayPurlsPurlResponsePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", '404': "str", '500': "str", } @@ -211969,7 +215629,7 @@ def index_rocky_purls_get_without_preload_content( return response_data.response - def _index_rocky_purls_get_serialize( + def _index_ruckus_get_serialize( self, page, limit, @@ -212119,7 +215779,7 @@ def _index_rocky_purls_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rocky-purls', + resource_path='/index/ruckus', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -212136,7 +215796,7 @@ def _index_rocky_purls_get_serialize( @validate_call - def index_rsync_get( + def index_rustsec_advisories_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -212171,10 +215831,10 @@ def index_rsync_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination: - """Return vulnerability data stored in index \"rsync\" + ) -> RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"rustsec-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -212240,7 +215900,7 @@ def index_rsync_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rsync_get_serialize( + _param = self._index_rustsec_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -212269,7 +215929,7 @@ def index_rsync_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -212285,7 +215945,7 @@ def index_rsync_get( @validate_call - def index_rsync_get_with_http_info( + def index_rustsec_advisories_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -212320,10 +215980,10 @@ def index_rsync_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination]: - """Return vulnerability data stored in index \"rsync\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"rustsec-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -212389,7 +216049,7 @@ def index_rsync_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rsync_get_serialize( + _param = self._index_rustsec_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -212418,7 +216078,7 @@ def index_rsync_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -212434,7 +216094,7 @@ def index_rsync_get_with_http_info( @validate_call - def index_rsync_get_without_preload_content( + def index_rustsec_advisories_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -212470,9 +216130,9 @@ def index_rsync_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rsync\" + """Return vulnerability data stored in index \"rustsec-advisories\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Rsync Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rsync?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` :param page: set the page number of the response :type page: int @@ -212538,7 +216198,7 @@ def index_rsync_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rsync_get_serialize( + _param = self._index_rustsec_advisories_get_serialize( page=page, limit=limit, cursor=cursor, @@ -212567,7 +216227,7 @@ def index_rsync_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRsyncPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -212578,7 +216238,7 @@ def index_rsync_get_without_preload_content( return response_data.response - def _index_rsync_get_serialize( + def _index_rustsec_advisories_get_serialize( self, page, limit, @@ -212728,7 +216388,7 @@ def _index_rsync_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rsync', + resource_path='/index/rustsec-advisories', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -212745,7 +216405,7 @@ def _index_rsync_get_serialize( @validate_call - def index_ruckus_get( + def index_sacert_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -212780,10 +216440,10 @@ def index_ruckus_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination: - """Return vulnerability data stored in index \"ruckus\" + ) -> RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"sacert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` :param page: set the page number of the response :type page: int @@ -212849,7 +216509,7 @@ def index_ruckus_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ruckus_get_serialize( + _param = self._index_sacert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -212878,7 +216538,7 @@ def index_ruckus_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -212894,7 +216554,7 @@ def index_ruckus_get( @validate_call - def index_ruckus_get_with_http_info( + def index_sacert_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -212929,10 +216589,10 @@ def index_ruckus_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination]: - """Return vulnerability data stored in index \"ruckus\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"sacert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` :param page: set the page number of the response :type page: int @@ -212998,7 +216658,7 @@ def index_ruckus_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ruckus_get_serialize( + _param = self._index_sacert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -213027,7 +216687,7 @@ def index_ruckus_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -213043,7 +216703,7 @@ def index_ruckus_get_with_http_info( @validate_call - def index_ruckus_get_without_preload_content( + def index_sacert_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -213079,9 +216739,9 @@ def index_ruckus_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"ruckus\" + """Return vulnerability data stored in index \"sacert\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Ruckus Security Bulletins ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/ruckus?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` :param page: set the page number of the response :type page: int @@ -213147,7 +216807,7 @@ def index_ruckus_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_ruckus_get_serialize( + _param = self._index_sacert_get_serialize( page=page, limit=limit, cursor=cursor, @@ -213176,7 +216836,7 @@ def index_ruckus_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRuckusPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -213187,7 +216847,7 @@ def index_ruckus_get_without_preload_content( return response_data.response - def _index_ruckus_get_serialize( + def _index_sacert_get_serialize( self, page, limit, @@ -213337,7 +216997,7 @@ def _index_ruckus_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/ruckus', + resource_path='/index/sacert', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -213354,7 +217014,7 @@ def _index_ruckus_get_serialize( @validate_call - def index_rustsec_advisories_get( + def index_safran_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -213389,10 +217049,10 @@ def index_rustsec_advisories_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"rustsec-advisories\" + ) -> RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination: + """Return vulnerability data stored in index \"safran\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` :param page: set the page number of the response :type page: int @@ -213458,7 +217118,7 @@ def index_rustsec_advisories_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rustsec_advisories_get_serialize( + _param = self._index_safran_get_serialize( page=page, limit=limit, cursor=cursor, @@ -213487,7 +217147,7 @@ def index_rustsec_advisories_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", '404': "str", '500': "str", } @@ -213503,7 +217163,7 @@ def index_rustsec_advisories_get( @validate_call - def index_rustsec_advisories_get_with_http_info( + def index_safran_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -213538,10 +217198,10 @@ def index_rustsec_advisories_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"rustsec-advisories\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination]: + """Return vulnerability data stored in index \"safran\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` :param page: set the page number of the response :type page: int @@ -213607,7 +217267,7 @@ def index_rustsec_advisories_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rustsec_advisories_get_serialize( + _param = self._index_safran_get_serialize( page=page, limit=limit, cursor=cursor, @@ -213636,7 +217296,7 @@ def index_rustsec_advisories_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", '404': "str", '500': "str", } @@ -213652,7 +217312,7 @@ def index_rustsec_advisories_get_with_http_info( @validate_call - def index_rustsec_advisories_get_without_preload_content( + def index_safran_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -213688,9 +217348,9 @@ def index_rustsec_advisories_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"rustsec-advisories\" + """Return vulnerability data stored in index \"safran\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** RustSec Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/rustsec-advisories?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` :param page: set the page number of the response :type page: int @@ -213756,7 +217416,7 @@ def index_rustsec_advisories_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_rustsec_advisories_get_serialize( + _param = self._index_safran_get_serialize( page=page, limit=limit, cursor=cursor, @@ -213785,7 +217445,7 @@ def index_rustsec_advisories_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisoryRustsecAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", '404': "str", '500': "str", } @@ -213796,7 +217456,7 @@ def index_rustsec_advisories_get_without_preload_content( return response_data.response - def _index_rustsec_advisories_get_serialize( + def _index_safran_get_serialize( self, page, limit, @@ -213946,7 +217606,7 @@ def _index_rustsec_advisories_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/rustsec-advisories', + resource_path='/index/safran', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -213963,7 +217623,7 @@ def _index_rustsec_advisories_get_serialize( @validate_call - def index_sacert_get( + def index_saint_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -213998,10 +217658,10 @@ def index_sacert_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"sacert\" + ) -> RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination: + """Return vulnerability data stored in index \"saint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` :param page: set the page number of the response :type page: int @@ -214067,7 +217727,7 @@ def index_sacert_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sacert_get_serialize( + _param = self._index_saint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -214096,7 +217756,7 @@ def index_sacert_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", '404': "str", '500': "str", } @@ -214112,7 +217772,7 @@ def index_sacert_get( @validate_call - def index_sacert_get_with_http_info( + def index_saint_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -214147,10 +217807,10 @@ def index_sacert_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"sacert\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination]: + """Return vulnerability data stored in index \"saint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` :param page: set the page number of the response :type page: int @@ -214216,7 +217876,7 @@ def index_sacert_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sacert_get_serialize( + _param = self._index_saint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -214245,7 +217905,7 @@ def index_sacert_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", '404': "str", '500': "str", } @@ -214261,7 +217921,7 @@ def index_sacert_get_with_http_info( @validate_call - def index_sacert_get_without_preload_content( + def index_saint_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -214297,9 +217957,9 @@ def index_sacert_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"sacert\" + """Return vulnerability data stored in index \"saint\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Saudi CERT ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sacert?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` :param page: set the page number of the response :type page: int @@ -214365,7 +218025,7 @@ def index_sacert_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sacert_get_serialize( + _param = self._index_saint_get_serialize( page=page, limit=limit, cursor=cursor, @@ -214394,7 +218054,7 @@ def index_sacert_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", '404': "str", '500': "str", } @@ -214405,7 +218065,7 @@ def index_sacert_get_without_preload_content( return response_data.response - def _index_sacert_get_serialize( + def _index_saint_get_serialize( self, page, limit, @@ -214555,7 +218215,7 @@ def _index_sacert_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/sacert', + resource_path='/index/saint', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -214572,7 +218232,7 @@ def _index_sacert_get_serialize( @validate_call - def index_safran_get( + def index_salesforce_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -214607,10 +218267,10 @@ def index_safran_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination: - """Return vulnerability data stored in index \"safran\" + ) -> RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination: + """Return vulnerability data stored in index \"salesforce\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` :param page: set the page number of the response :type page: int @@ -214676,7 +218336,7 @@ def index_safran_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_safran_get_serialize( + _param = self._index_salesforce_get_serialize( page=page, limit=limit, cursor=cursor, @@ -214705,7 +218365,7 @@ def index_safran_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", '404': "str", '500': "str", } @@ -214721,7 +218381,7 @@ def index_safran_get( @validate_call - def index_safran_get_with_http_info( + def index_salesforce_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -214756,10 +218416,10 @@ def index_safran_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination]: - """Return vulnerability data stored in index \"safran\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination]: + """Return vulnerability data stored in index \"salesforce\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` :param page: set the page number of the response :type page: int @@ -214825,7 +218485,7 @@ def index_safran_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_safran_get_serialize( + _param = self._index_salesforce_get_serialize( page=page, limit=limit, cursor=cursor, @@ -214854,7 +218514,7 @@ def index_safran_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", '404': "str", '500': "str", } @@ -214870,7 +218530,7 @@ def index_safran_get_with_http_info( @validate_call - def index_safran_get_without_preload_content( + def index_salesforce_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -214906,9 +218566,9 @@ def index_safran_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"safran\" + """Return vulnerability data stored in index \"salesforce\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the safran index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Safran Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/safran?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` :param page: set the page number of the response :type page: int @@ -214974,7 +218634,7 @@ def index_safran_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_safran_get_serialize( + _param = self._index_salesforce_get_serialize( page=page, limit=limit, cursor=cursor, @@ -215003,7 +218663,7 @@ def index_safran_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySafranPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", '404': "str", '500': "str", } @@ -215014,7 +218674,7 @@ def index_safran_get_without_preload_content( return response_data.response - def _index_safran_get_serialize( + def _index_salesforce_get_serialize( self, page, limit, @@ -215164,7 +218824,7 @@ def _index_safran_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/safran', + resource_path='/index/salesforce', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -215181,7 +218841,7 @@ def _index_safran_get_serialize( @validate_call - def index_saint_get( + def index_samba_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -215216,10 +218876,10 @@ def index_saint_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination: - """Return vulnerability data stored in index \"saint\" + ) -> RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination: + """Return vulnerability data stored in index \"samba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` :param page: set the page number of the response :type page: int @@ -215285,7 +218945,7 @@ def index_saint_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_saint_get_serialize( + _param = self._index_samba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -215314,7 +218974,7 @@ def index_saint_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", '404': "str", '500': "str", } @@ -215330,7 +218990,7 @@ def index_saint_get( @validate_call - def index_saint_get_with_http_info( + def index_samba_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -215365,10 +219025,10 @@ def index_saint_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination]: - """Return vulnerability data stored in index \"saint\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination]: + """Return vulnerability data stored in index \"samba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` :param page: set the page number of the response :type page: int @@ -215434,7 +219094,7 @@ def index_saint_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_saint_get_serialize( + _param = self._index_samba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -215463,7 +219123,7 @@ def index_saint_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", '404': "str", '500': "str", } @@ -215479,7 +219139,7 @@ def index_saint_get_with_http_info( @validate_call - def index_saint_get_without_preload_content( + def index_samba_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -215515,9 +219175,9 @@ def index_saint_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"saint\" + """Return vulnerability data stored in index \"samba\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the saint index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAINT Exploits ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/saint?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` :param page: set the page number of the response :type page: int @@ -215583,7 +219243,7 @@ def index_saint_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_saint_get_serialize( + _param = self._index_samba_get_serialize( page=page, limit=limit, cursor=cursor, @@ -215612,7 +219272,7 @@ def index_saint_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", '404': "str", '500': "str", } @@ -215623,7 +219283,7 @@ def index_saint_get_without_preload_content( return response_data.response - def _index_saint_get_serialize( + def _index_samba_get_serialize( self, page, limit, @@ -215773,7 +219433,7 @@ def _index_saint_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/saint', + resource_path='/index/samba', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -215790,7 +219450,7 @@ def _index_saint_get_serialize( @validate_call - def index_salesforce_get( + def index_sandisk_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -215825,10 +219485,10 @@ def index_salesforce_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination: - """Return vulnerability data stored in index \"salesforce\" + ) -> RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination: + """Return vulnerability data stored in index \"sandisk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Sandisk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sandisk?cursor=` :param page: set the page number of the response :type page: int @@ -215894,7 +219554,7 @@ def index_salesforce_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_salesforce_get_serialize( + _param = self._index_sandisk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -215923,7 +219583,7 @@ def index_salesforce_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination", '404': "str", '500': "str", } @@ -215939,7 +219599,7 @@ def index_salesforce_get( @validate_call - def index_salesforce_get_with_http_info( + def index_sandisk_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -215974,10 +219634,10 @@ def index_salesforce_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination]: - """Return vulnerability data stored in index \"salesforce\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination]: + """Return vulnerability data stored in index \"sandisk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Sandisk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sandisk?cursor=` :param page: set the page number of the response :type page: int @@ -216043,7 +219703,7 @@ def index_salesforce_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_salesforce_get_serialize( + _param = self._index_sandisk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -216072,7 +219732,7 @@ def index_salesforce_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination", '404': "str", '500': "str", } @@ -216088,7 +219748,7 @@ def index_salesforce_get_with_http_info( @validate_call - def index_salesforce_get_without_preload_content( + def index_sandisk_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -216124,9 +219784,9 @@ def index_salesforce_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"salesforce\" + """Return vulnerability data stored in index \"sandisk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SalesForce Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/salesforce?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Sandisk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sandisk?cursor=` :param page: set the page number of the response :type page: int @@ -216192,7 +219852,7 @@ def index_salesforce_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_salesforce_get_serialize( + _param = self._index_sandisk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -216221,7 +219881,7 @@ def index_salesforce_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination", '404': "str", '500': "str", } @@ -216232,7 +219892,7 @@ def index_salesforce_get_without_preload_content( return response_data.response - def _index_salesforce_get_serialize( + def _index_sandisk_get_serialize( self, page, limit, @@ -216382,7 +220042,7 @@ def _index_salesforce_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/salesforce', + resource_path='/index/sandisk', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -216399,7 +220059,7 @@ def _index_salesforce_get_serialize( @validate_call - def index_samba_get( + def index_sap_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -216434,10 +220094,10 @@ def index_samba_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination: - """Return vulnerability data stored in index \"samba\" + ) -> RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination: + """Return vulnerability data stored in index \"sap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` :param page: set the page number of the response :type page: int @@ -216503,7 +220163,7 @@ def index_samba_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_samba_get_serialize( + _param = self._index_sap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -216532,7 +220192,7 @@ def index_samba_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", '404': "str", '500': "str", } @@ -216548,7 +220208,7 @@ def index_samba_get( @validate_call - def index_samba_get_with_http_info( + def index_sap_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -216583,10 +220243,10 @@ def index_samba_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination]: - """Return vulnerability data stored in index \"samba\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination]: + """Return vulnerability data stored in index \"sap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` :param page: set the page number of the response :type page: int @@ -216652,7 +220312,7 @@ def index_samba_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_samba_get_serialize( + _param = self._index_sap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -216681,7 +220341,7 @@ def index_samba_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", '404': "str", '500': "str", } @@ -216697,7 +220357,7 @@ def index_samba_get_with_http_info( @validate_call - def index_samba_get_without_preload_content( + def index_sap_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -216733,9 +220393,9 @@ def index_samba_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"samba\" + """Return vulnerability data stored in index \"sap\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the samba index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Samba Security Releases ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/samba?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` :param page: set the page number of the response :type page: int @@ -216801,7 +220461,7 @@ def index_samba_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_samba_get_serialize( + _param = self._index_sap_get_serialize( page=page, limit=limit, cursor=cursor, @@ -216830,7 +220490,7 @@ def index_samba_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", '404': "str", '500': "str", } @@ -216841,7 +220501,7 @@ def index_samba_get_without_preload_content( return response_data.response - def _index_samba_get_serialize( + def _index_sap_get_serialize( self, page, limit, @@ -216991,7 +220651,7 @@ def _index_samba_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/samba', + resource_path='/index/sap', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -217008,7 +220668,7 @@ def _index_samba_get_serialize( @validate_call - def index_sap_get( + def index_schneider_electric_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217043,10 +220703,10 @@ def index_sap_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination: - """Return vulnerability data stored in index \"sap\" + ) -> RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination: + """Return vulnerability data stored in index \"schneider-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` :param page: set the page number of the response :type page: int @@ -217112,7 +220772,7 @@ def index_sap_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sap_get_serialize( + _param = self._index_schneider_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -217141,7 +220801,7 @@ def index_sap_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -217157,7 +220817,7 @@ def index_sap_get( @validate_call - def index_sap_get_with_http_info( + def index_schneider_electric_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217192,10 +220852,10 @@ def index_sap_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination]: - """Return vulnerability data stored in index \"sap\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination]: + """Return vulnerability data stored in index \"schneider-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` :param page: set the page number of the response :type page: int @@ -217261,7 +220921,7 @@ def index_sap_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sap_get_serialize( + _param = self._index_schneider_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -217290,7 +220950,7 @@ def index_sap_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -217306,7 +220966,7 @@ def index_sap_get_with_http_info( @validate_call - def index_sap_get_without_preload_content( + def index_schneider_electric_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217342,9 +221002,9 @@ def index_sap_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"sap\" + """Return vulnerability data stored in index \"schneider-electric\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the sap index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** SAP Security Patch Days ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/sap?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` :param page: set the page number of the response :type page: int @@ -217410,7 +221070,7 @@ def index_sap_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_sap_get_serialize( + _param = self._index_schneider_electric_get_serialize( page=page, limit=limit, cursor=cursor, @@ -217439,7 +221099,7 @@ def index_sap_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySAPPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", '404': "str", '500': "str", } @@ -217450,7 +221110,7 @@ def index_sap_get_without_preload_content( return response_data.response - def _index_sap_get_serialize( + def _index_schneider_electric_get_serialize( self, page, limit, @@ -217600,7 +221260,7 @@ def _index_sap_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/sap', + resource_path='/index/schneider-electric', path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -217617,7 +221277,7 @@ def _index_sap_get_serialize( @validate_call - def index_schneider_electric_get( + def index_schutzwerk_get( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217652,10 +221312,10 @@ def index_schneider_electric_get( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination: - """Return vulnerability data stored in index \"schneider-electric\" + ) -> RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination: + """Return vulnerability data stored in index \"schutzwerk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schutzwerk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schutzwerk?cursor=` :param page: set the page number of the response :type page: int @@ -217721,7 +221381,7 @@ def index_schneider_electric_get( :return: Returns the result object. """ # noqa: E501 - _param = self._index_schneider_electric_get_serialize( + _param = self._index_schutzwerk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -217750,7 +221410,7 @@ def index_schneider_electric_get( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination", '404': "str", '500': "str", } @@ -217766,7 +221426,7 @@ def index_schneider_electric_get( @validate_call - def index_schneider_electric_get_with_http_info( + def index_schutzwerk_get_with_http_info( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217801,10 +221461,10 @@ def index_schneider_electric_get_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination]: - """Return vulnerability data stored in index \"schneider-electric\" + ) -> ApiResponse[RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination]: + """Return vulnerability data stored in index \"schutzwerk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schutzwerk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schutzwerk?cursor=` :param page: set the page number of the response :type page: int @@ -217870,7 +221530,7 @@ def index_schneider_electric_get_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._index_schneider_electric_get_serialize( + _param = self._index_schutzwerk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -217899,7 +221559,7 @@ def index_schneider_electric_get_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination", '404': "str", '500': "str", } @@ -217915,7 +221575,7 @@ def index_schneider_electric_get_with_http_info( @validate_call - def index_schneider_electric_get_without_preload_content( + def index_schutzwerk_get_without_preload_content( self, page: Annotated[Optional[StrictInt], Field(description="set the page number of the response")] = None, limit: Annotated[Optional[StrictInt], Field(description="limit the number of findings in the response")] = None, @@ -217951,9 +221611,9 @@ def index_schneider_electric_get_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Return vulnerability data stored in index \"schneider-electric\" + """Return vulnerability data stored in index \"schutzwerk\" - ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schneider Electric Security Notifications ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schneider-electric?cursor=` + ### Overview This endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \\ By default, a maximum of 100 documents are shown per page. **Index Description:** Schutzwerk Security Advisories ### Paging Over Large Data (cursor) In order to allow users to iterate over large index datasets, this endpoint provides a server-side \"cursor\" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will have a `next_cursor` id that clients will need to pass as a query parameter to the next request like `GET /index/schutzwerk?cursor=` :param page: set the page number of the response :type page: int @@ -218019,7 +221679,7 @@ def index_schneider_electric_get_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._index_schneider_electric_get_serialize( + _param = self._index_schutzwerk_get_serialize( page=page, limit=limit, cursor=cursor, @@ -218048,7 +221708,7 @@ def index_schneider_electric_get_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination", + '200': "RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination", '404': "str", '500': "str", } @@ -218059,7 +221719,7 @@ def index_schneider_electric_get_without_preload_content( return response_data.response - def _index_schneider_electric_get_serialize( + def _index_schutzwerk_get_serialize( self, page, limit, @@ -218209,7 +221869,7 @@ def _index_schneider_electric_get_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/index/schneider-electric', + resource_path='/index/schutzwerk', path_params=_path_params, query_params=_query_params, header_params=_header_params, diff --git a/vulncheck_sdk/api_client.py b/vulncheck_sdk/api_client.py index a5776e98..47d69171 100644 --- a/vulncheck_sdk/api_client.py +++ b/vulncheck_sdk/api_client.py @@ -91,7 +91,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.0.18/python' + self.user_agent = 'OpenAPI-Generator/0.0.19/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/vulncheck_sdk/configuration.py b/vulncheck_sdk/configuration.py index a5c3bff8..8e1b188f 100644 --- a/vulncheck_sdk/configuration.py +++ b/vulncheck_sdk/configuration.py @@ -532,7 +532,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.0\n"\ - "SDK Package Version: 0.0.18".\ + "SDK Package Version: 0.0.19".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/vulncheck_sdk/models/__init__.py b/vulncheck_sdk/models/__init__.py index f5023704..d96003dc 100644 --- a/vulncheck_sdk/models/__init__.py +++ b/vulncheck_sdk/models/__init__.py @@ -214,6 +214,8 @@ from vulncheck_sdk.models.advisory_cwes import AdvisoryCwes from vulncheck_sdk.models.advisory_cycle import AdvisoryCycle from vulncheck_sdk.models.advisory_db_specific import AdvisoryDBSpecific +from vulncheck_sdk.models.advisory_dfn_cert import AdvisoryDFNCert +from vulncheck_sdk.models.advisory_d_link import AdvisoryDLink from vulncheck_sdk.models.advisory_dnn import AdvisoryDNN from vulncheck_sdk.models.advisory_dahua import AdvisoryDahua from vulncheck_sdk.models.advisory_dassault import AdvisoryDassault @@ -276,7 +278,9 @@ from vulncheck_sdk.models.advisory_gh_package import AdvisoryGHPackage from vulncheck_sdk.models.advisory_gh_reference import AdvisoryGHReference from vulncheck_sdk.models.advisory_gh_vulnerabilities import AdvisoryGHVulnerabilities +from vulncheck_sdk.models.advisory_gmo_cyber_security import AdvisoryGMOCyberSecurity from vulncheck_sdk.models.advisory_gallagher import AdvisoryGallagher +from vulncheck_sdk.models.advisory_gen import AdvisoryGen from vulncheck_sdk.models.advisory_genetec import AdvisoryGenetec from vulncheck_sdk.models.advisory_gigabyte import AdvisoryGigabyte from vulncheck_sdk.models.advisory_git_hub_exploit import AdvisoryGitHubExploit @@ -559,8 +563,10 @@ from vulncheck_sdk.models.advisory_saint_exploit import AdvisorySaintExploit from vulncheck_sdk.models.advisory_sales_force import AdvisorySalesForce from vulncheck_sdk.models.advisory_samba import AdvisorySamba +from vulncheck_sdk.models.advisory_sandisk import AdvisorySandisk from vulncheck_sdk.models.advisory_schneider_cve import AdvisorySchneiderCVE from vulncheck_sdk.models.advisory_schneider_electric_advisory import AdvisorySchneiderElectricAdvisory +from vulncheck_sdk.models.advisory_schutzwerk import AdvisorySchutzwerk from vulncheck_sdk.models.advisory_score_set import AdvisoryScoreSet from vulncheck_sdk.models.advisory_sec_fix import AdvisorySecFix from vulncheck_sdk.models.advisory_security_bulletin import AdvisorySecurityBulletin @@ -940,6 +946,8 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_crowd_sec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_curl_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_cvrf_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_d_link_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dnn_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dahua_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_dassault_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination @@ -980,7 +988,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_gas_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_ge_healthcare_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gh_advisory_json_lean_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gallagher_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gen_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_genetec_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_gigabyte_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_git_hub_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination @@ -1139,7 +1149,9 @@ from vulncheck_sdk.models.render_response_with_metadata_array_advisory_saint_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sales_force_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_samba_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_sandisk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schneider_electric_advisory_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination +from vulncheck_sdk.models.render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_bulletin_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_security_lab_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination from vulncheck_sdk.models.render_response_with_metadata_array_advisory_seebug_exploit_paginate_pagination import RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination diff --git a/vulncheck_sdk/models/advisory_cert_be.py b/vulncheck_sdk/models/advisory_cert_be.py index d96fc22b..70197d20 100644 --- a/vulncheck_sdk/models/advisory_cert_be.py +++ b/vulncheck_sdk/models/advisory_cert_be.py @@ -27,14 +27,19 @@ class AdvisoryCertBE(BaseModel): """ AdvisoryCertBE """ # noqa: E501 + affected_software: Optional[List[StrictStr]] = None cve: Optional[List[StrictStr]] = None date_added: Optional[StrictStr] = None id: Optional[StrictStr] = None + mitigation: Optional[StrictStr] = None references: Optional[List[StrictStr]] = None + risk: Optional[StrictStr] = None summary: Optional[StrictStr] = None title: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None url: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["cve", "date_added", "id", "references", "summary", "title", "url"] + vulnerability_type: Optional[List[StrictStr]] = None + __properties: ClassVar[List[str]] = ["affected_software", "cve", "date_added", "id", "mitigation", "references", "risk", "summary", "title", "updated_at", "url", "vulnerability_type"] model_config = ConfigDict( populate_by_name=True, @@ -87,13 +92,18 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "affected_software": obj.get("affected_software"), "cve": obj.get("cve"), "date_added": obj.get("date_added"), "id": obj.get("id"), + "mitigation": obj.get("mitigation"), "references": obj.get("references"), + "risk": obj.get("risk"), "summary": obj.get("summary"), "title": obj.get("title"), - "url": obj.get("url") + "updated_at": obj.get("updated_at"), + "url": obj.get("url"), + "vulnerability_type": obj.get("vulnerability_type") }) return _obj diff --git a/vulncheck_sdk/models/advisory_crowd_sec.py b/vulncheck_sdk/models/advisory_crowd_sec.py index 35c6b390..e8d84cb1 100644 --- a/vulncheck_sdk/models/advisory_crowd_sec.py +++ b/vulncheck_sdk/models/advisory_crowd_sec.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, StrictStr +from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr from typing import Any, ClassVar, Dict, List, Optional from typing import Optional, Set from typing_extensions import Self @@ -29,11 +29,12 @@ class AdvisoryCrowdSec(BaseModel): """ # noqa: E501 cve: Optional[List[StrictStr]] = None date_added: Optional[StrictStr] = None + eitw: Optional[StrictBool] = None first_seen: Optional[StrictStr] = None summary: Optional[StrictStr] = None title: Optional[StrictStr] = None url: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["cve", "date_added", "first_seen", "summary", "title", "url"] + __properties: ClassVar[List[str]] = ["cve", "date_added", "eitw", "first_seen", "summary", "title", "url"] model_config = ConfigDict( populate_by_name=True, @@ -88,6 +89,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "cve": obj.get("cve"), "date_added": obj.get("date_added"), + "eitw": obj.get("eitw"), "first_seen": obj.get("first_seen"), "summary": obj.get("summary"), "title": obj.get("title"), diff --git a/vulncheck_sdk/models/advisory_d_link.py b/vulncheck_sdk/models/advisory_d_link.py new file mode 100644 index 00000000..cac66eed --- /dev/null +++ b/vulncheck_sdk/models/advisory_d_link.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisoryDLink(BaseModel): + """ + AdvisoryDLink + """ # noqa: E501 + cve: Optional[List[StrictStr]] = None + date_added: Optional[StrictStr] = None + id: Optional[StrictStr] = None + summary: Optional[StrictStr] = None + title: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["cve", "date_added", "id", "summary", "title", "updated_at", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisoryDLink from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisoryDLink from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "cve": obj.get("cve"), + "date_added": obj.get("date_added"), + "id": obj.get("id"), + "summary": obj.get("summary"), + "title": obj.get("title"), + "updated_at": obj.get("updated_at"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_dfn_cert.py b/vulncheck_sdk/models/advisory_dfn_cert.py new file mode 100644 index 00000000..a2b3eaac --- /dev/null +++ b/vulncheck_sdk/models/advisory_dfn_cert.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisoryDFNCert(BaseModel): + """ + AdvisoryDFNCert + """ # noqa: E501 + cve: Optional[List[StrictStr]] = None + date_added: Optional[StrictStr] = None + summary_de: Optional[StrictStr] = None + title_de: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["cve", "date_added", "summary_de", "title_de", "updated_at", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisoryDFNCert from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisoryDFNCert from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "cve": obj.get("cve"), + "date_added": obj.get("date_added"), + "summary_de": obj.get("summary_de"), + "title_de": obj.get("title_de"), + "updated_at": obj.get("updated_at"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_gen.py b/vulncheck_sdk/models/advisory_gen.py new file mode 100644 index 00000000..fe71ae21 --- /dev/null +++ b/vulncheck_sdk/models/advisory_gen.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisoryGen(BaseModel): + """ + AdvisoryGen + """ # noqa: E501 + affected: Optional[StrictStr] = None + cve: Optional[List[StrictStr]] = None + cvss_score: Optional[StrictStr] = None + cvss_vector: Optional[StrictStr] = None + date_added: Optional[StrictStr] = None + id: Optional[StrictStr] = Field(default=None, description="not all of them have this") + summary: Optional[StrictStr] = None + title: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["affected", "cve", "cvss_score", "cvss_vector", "date_added", "id", "summary", "title", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisoryGen from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisoryGen from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "affected": obj.get("affected"), + "cve": obj.get("cve"), + "cvss_score": obj.get("cvss_score"), + "cvss_vector": obj.get("cvss_vector"), + "date_added": obj.get("date_added"), + "id": obj.get("id"), + "summary": obj.get("summary"), + "title": obj.get("title"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_gigabyte.py b/vulncheck_sdk/models/advisory_gigabyte.py index f4cf0f04..fcb78765 100644 --- a/vulncheck_sdk/models/advisory_gigabyte.py +++ b/vulncheck_sdk/models/advisory_gigabyte.py @@ -31,7 +31,8 @@ class AdvisoryGigabyte(BaseModel): date_added: Optional[StrictStr] = None link: Optional[StrictStr] = None title: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["cve", "date_added", "link", "title"] + updated_at: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["cve", "date_added", "link", "title", "updated_at"] model_config = ConfigDict( populate_by_name=True, @@ -87,7 +88,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "cve": obj.get("cve"), "date_added": obj.get("date_added"), "link": obj.get("link"), - "title": obj.get("title") + "title": obj.get("title"), + "updated_at": obj.get("updated_at") }) return _obj diff --git a/vulncheck_sdk/models/advisory_gmo_cyber_security.py b/vulncheck_sdk/models/advisory_gmo_cyber_security.py new file mode 100644 index 00000000..57a7789e --- /dev/null +++ b/vulncheck_sdk/models/advisory_gmo_cyber_security.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisoryGMOCyberSecurity(BaseModel): + """ + AdvisoryGMOCyberSecurity + """ # noqa: E501 + affected: Optional[StrictStr] = None + cve: Optional[List[StrictStr]] = None + date_added: Optional[StrictStr] = None + summary_ja: Optional[StrictStr] = None + title_ja: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["affected", "cve", "date_added", "summary_ja", "title_ja", "updated_at", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisoryGMOCyberSecurity from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisoryGMOCyberSecurity from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "affected": obj.get("affected"), + "cve": obj.get("cve"), + "date_added": obj.get("date_added"), + "summary_ja": obj.get("summary_ja"), + "title_ja": obj.get("title_ja"), + "updated_at": obj.get("updated_at"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_hashi_corp.py b/vulncheck_sdk/models/advisory_hashi_corp.py index b338f56d..2247ab13 100644 --- a/vulncheck_sdk/models/advisory_hashi_corp.py +++ b/vulncheck_sdk/models/advisory_hashi_corp.py @@ -36,8 +36,9 @@ class AdvisoryHashiCorp(BaseModel): remediation: Optional[StrictStr] = None summary: Optional[StrictStr] = None title: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None url: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["affected_products", "background", "bulletin_id", "cve", "date_added", "details", "remediation", "summary", "title", "url"] + __properties: ClassVar[List[str]] = ["affected_products", "background", "bulletin_id", "cve", "date_added", "details", "remediation", "summary", "title", "updated_at", "url"] model_config = ConfigDict( populate_by_name=True, @@ -99,6 +100,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "remediation": obj.get("remediation"), "summary": obj.get("summary"), "title": obj.get("title"), + "updated_at": obj.get("updated_at"), "url": obj.get("url") }) return _obj diff --git a/vulncheck_sdk/models/advisory_sandisk.py b/vulncheck_sdk/models/advisory_sandisk.py new file mode 100644 index 00000000..02acb36f --- /dev/null +++ b/vulncheck_sdk/models/advisory_sandisk.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisorySandisk(BaseModel): + """ + AdvisorySandisk + """ # noqa: E501 + cve: Optional[List[StrictStr]] = None + date_added: Optional[StrictStr] = None + summary: Optional[StrictStr] = None + title: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["cve", "date_added", "summary", "title", "updated_at", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisorySandisk from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisorySandisk from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "cve": obj.get("cve"), + "date_added": obj.get("date_added"), + "summary": obj.get("summary"), + "title": obj.get("title"), + "updated_at": obj.get("updated_at"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_schutzwerk.py b/vulncheck_sdk/models/advisory_schutzwerk.py new file mode 100644 index 00000000..072ee887 --- /dev/null +++ b/vulncheck_sdk/models/advisory_schutzwerk.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisorySchutzwerk(BaseModel): + """ + AdvisorySchutzwerk + """ # noqa: E501 + cve: Optional[List[StrictStr]] = None + date_added: Optional[StrictStr] = None + id: Optional[StrictStr] = None + summary: Optional[StrictStr] = None + title: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None + url: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["cve", "date_added", "id", "summary", "title", "updated_at", "url"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisorySchutzwerk from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisorySchutzwerk from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "cve": obj.get("cve"), + "date_added": obj.get("date_added"), + "id": obj.get("id"), + "summary": obj.get("summary"), + "title": obj.get("title"), + "updated_at": obj.get("updated_at"), + "url": obj.get("url") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_sel.py b/vulncheck_sdk/models/advisory_sel.py index 5d0d6a6a..6137bac0 100644 --- a/vulncheck_sdk/models/advisory_sel.py +++ b/vulncheck_sdk/models/advisory_sel.py @@ -31,8 +31,9 @@ class AdvisorySel(BaseModel): cve: Optional[List[StrictStr]] = None date_added: Optional[StrictStr] = None description: Optional[StrictStr] = None + updated_at: Optional[StrictStr] = None url: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["acknowledgement", "cve", "date_added", "description", "url"] + __properties: ClassVar[List[str]] = ["acknowledgement", "cve", "date_added", "description", "updated_at", "url"] model_config = ConfigDict( populate_by_name=True, @@ -89,6 +90,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "cve": obj.get("cve"), "date_added": obj.get("date_added"), "description": obj.get("description"), + "updated_at": obj.get("updated_at"), "url": obj.get("url") }) return _obj diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_d_link_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_d_link_paginate_pagination.py new file mode 100644 index 00000000..085aac29 --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_d_link_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_d_link import AdvisoryDLink +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisoryDLink]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisoryDLink.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py new file mode 100644 index 00000000..d9e1cc40 --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_dfn_cert_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_dfn_cert import AdvisoryDFNCert +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisoryDFNCert]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisoryDFNCert.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gen_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gen_paginate_pagination.py new file mode 100644 index 00000000..bcf02402 --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gen_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_gen import AdvisoryGen +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisoryGen]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisoryGen.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py new file mode 100644 index 00000000..56653dbd --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_gmo_cyber_security_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_gmo_cyber_security import AdvisoryGMOCyberSecurity +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisoryGMOCyberSecurity]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisoryGMOCyberSecurity.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py new file mode 100644 index 00000000..ff15c378 --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_sandisk_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_sandisk import AdvisorySandisk +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisorySandisk]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisorySandisk.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk/models/render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py new file mode 100644 index 00000000..e2e820ca --- /dev/null +++ b/vulncheck_sdk/models/render_response_with_metadata_array_advisory_schutzwerk_paginate_pagination.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Optional, Union +from vulncheck_sdk.models.advisory_schutzwerk import AdvisorySchutzwerk +from vulncheck_sdk.models.paginate_pagination import PaginatePagination +from typing import Optional, Set +from typing_extensions import Self + +class RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination(BaseModel): + """ + RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination + """ # noqa: E501 + benchmark: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="_benchmark") + meta: Optional[PaginatePagination] = Field(default=None, alias="_meta") + data: Optional[List[AdvisorySchutzwerk]] = None + __properties: ClassVar[List[str]] = ["_benchmark", "_meta", "data"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of meta + if self.meta: + _dict['_meta'] = self.meta.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in data (list) + _items = [] + if self.data: + for _item_data in self.data: + if _item_data: + _items.append(_item_data.to_dict()) + _dict['data'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "_benchmark": obj.get("_benchmark"), + "_meta": PaginatePagination.from_dict(obj["_meta"]) if obj.get("_meta") is not None else None, + "data": [AdvisorySchutzwerk.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None + }) + return _obj + + diff --git a/vulncheck_sdk_README.md b/vulncheck_sdk_README.md index c768e325..51550577 100644 --- a/vulncheck_sdk_README.md +++ b/vulncheck_sdk_README.md @@ -4,7 +4,7 @@ Version 3 of the VulnCheck API This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0 -- Package version: 0.0.18 +- Package version: 0.0.19 - Generator version: 7.14.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -239,7 +239,9 @@ Class | Method | HTTP request | Description *IndicesApi* | [**index_debian_purls_get**](docs/IndicesApi.md#index_debian_purls_get) | **GET** /index/debian-purls | Return vulnerability data stored in index \"debian-purls\" *IndicesApi* | [**index_dell_get**](docs/IndicesApi.md#index_dell_get) | **GET** /index/dell | Return vulnerability data stored in index \"dell\" *IndicesApi* | [**index_delta_get**](docs/IndicesApi.md#index_delta_get) | **GET** /index/delta | Return vulnerability data stored in index \"delta\" +*IndicesApi* | [**index_dfn_cert_get**](docs/IndicesApi.md#index_dfn_cert_get) | **GET** /index/dfn-cert | Return vulnerability data stored in index \"dfn-cert\" *IndicesApi* | [**index_django_get**](docs/IndicesApi.md#index_django_get) | **GET** /index/django | Return vulnerability data stored in index \"django\" +*IndicesApi* | [**index_dlink_get**](docs/IndicesApi.md#index_dlink_get) | **GET** /index/dlink | Return vulnerability data stored in index \"dlink\" *IndicesApi* | [**index_dnn_get**](docs/IndicesApi.md#index_dnn_get) | **GET** /index/dnn | Return vulnerability data stored in index \"dnn\" *IndicesApi* | [**index_dotcms_get**](docs/IndicesApi.md#index_dotcms_get) | **GET** /index/dotcms | Return vulnerability data stored in index \"dotcms\" *IndicesApi* | [**index_dragos_get**](docs/IndicesApi.md#index_dragos_get) | **GET** /index/dragos | Return vulnerability data stored in index \"dragos\" @@ -280,6 +282,7 @@ Class | Method | HTTP request | Description *IndicesApi* | [**index_ge_gas_get**](docs/IndicesApi.md#index_ge_gas_get) | **GET** /index/ge-gas | Return vulnerability data stored in index \"ge-gas\" *IndicesApi* | [**index_ge_healthcare_get**](docs/IndicesApi.md#index_ge_healthcare_get) | **GET** /index/ge-healthcare | Return vulnerability data stored in index \"ge-healthcare\" *IndicesApi* | [**index_gem_get**](docs/IndicesApi.md#index_gem_get) | **GET** /index/gem | Return vulnerability data stored in index \"gem\" +*IndicesApi* | [**index_gen_get**](docs/IndicesApi.md#index_gen_get) | **GET** /index/gen | Return vulnerability data stored in index \"gen\" *IndicesApi* | [**index_genetec_get**](docs/IndicesApi.md#index_genetec_get) | **GET** /index/genetec | Return vulnerability data stored in index \"genetec\" *IndicesApi* | [**index_gigabyte_get**](docs/IndicesApi.md#index_gigabyte_get) | **GET** /index/gigabyte | Return vulnerability data stored in index \"gigabyte\" *IndicesApi* | [**index_gitee_exploits_get**](docs/IndicesApi.md#index_gitee_exploits_get) | **GET** /index/gitee-exploits | Return vulnerability data stored in index \"gitee-exploits\" @@ -288,6 +291,7 @@ Class | Method | HTTP request | Description *IndicesApi* | [**index_gitlab_advisories_community_get**](docs/IndicesApi.md#index_gitlab_advisories_community_get) | **GET** /index/gitlab-advisories-community | Return vulnerability data stored in index \"gitlab-advisories-community\" *IndicesApi* | [**index_gitlab_exploits_get**](docs/IndicesApi.md#index_gitlab_exploits_get) | **GET** /index/gitlab-exploits | Return vulnerability data stored in index \"gitlab-exploits\" *IndicesApi* | [**index_glibc_get**](docs/IndicesApi.md#index_glibc_get) | **GET** /index/glibc | Return vulnerability data stored in index \"glibc\" +*IndicesApi* | [**index_gmo_cybersecurity_get**](docs/IndicesApi.md#index_gmo_cybersecurity_get) | **GET** /index/gmo-cybersecurity | Return vulnerability data stored in index \"gmo-cybersecurity\" *IndicesApi* | [**index_gnutls_get**](docs/IndicesApi.md#index_gnutls_get) | **GET** /index/gnutls | Return vulnerability data stored in index \"gnutls\" *IndicesApi* | [**index_go_vulndb_get**](docs/IndicesApi.md#index_go_vulndb_get) | **GET** /index/go-vulndb | Return vulnerability data stored in index \"go-vulndb\" *IndicesApi* | [**index_golang_get**](docs/IndicesApi.md#index_golang_get) | **GET** /index/golang | Return vulnerability data stored in index \"golang\" @@ -459,8 +463,10 @@ Class | Method | HTTP request | Description *IndicesApi* | [**index_saint_get**](docs/IndicesApi.md#index_saint_get) | **GET** /index/saint | Return vulnerability data stored in index \"saint\" *IndicesApi* | [**index_salesforce_get**](docs/IndicesApi.md#index_salesforce_get) | **GET** /index/salesforce | Return vulnerability data stored in index \"salesforce\" *IndicesApi* | [**index_samba_get**](docs/IndicesApi.md#index_samba_get) | **GET** /index/samba | Return vulnerability data stored in index \"samba\" +*IndicesApi* | [**index_sandisk_get**](docs/IndicesApi.md#index_sandisk_get) | **GET** /index/sandisk | Return vulnerability data stored in index \"sandisk\" *IndicesApi* | [**index_sap_get**](docs/IndicesApi.md#index_sap_get) | **GET** /index/sap | Return vulnerability data stored in index \"sap\" *IndicesApi* | [**index_schneider_electric_get**](docs/IndicesApi.md#index_schneider_electric_get) | **GET** /index/schneider-electric | Return vulnerability data stored in index \"schneider-electric\" +*IndicesApi* | [**index_schutzwerk_get**](docs/IndicesApi.md#index_schutzwerk_get) | **GET** /index/schutzwerk | Return vulnerability data stored in index \"schutzwerk\" *IndicesApi* | [**index_sec_consult_get**](docs/IndicesApi.md#index_sec_consult_get) | **GET** /index/sec-consult | Return vulnerability data stored in index \"sec-consult\" *IndicesApi* | [**index_securitylab_get**](docs/IndicesApi.md#index_securitylab_get) | **GET** /index/securitylab | Return vulnerability data stored in index \"securitylab\" *IndicesApi* | [**index_seebug_get**](docs/IndicesApi.md#index_seebug_get) | **GET** /index/seebug | Return vulnerability data stored in index \"seebug\" @@ -762,6 +768,8 @@ Class | Method | HTTP request | Description - [AdvisoryCwes](docs/AdvisoryCwes.md) - [AdvisoryCycle](docs/AdvisoryCycle.md) - [AdvisoryDBSpecific](docs/AdvisoryDBSpecific.md) + - [AdvisoryDFNCert](docs/AdvisoryDFNCert.md) + - [AdvisoryDLink](docs/AdvisoryDLink.md) - [AdvisoryDNN](docs/AdvisoryDNN.md) - [AdvisoryDahua](docs/AdvisoryDahua.md) - [AdvisoryDassault](docs/AdvisoryDassault.md) @@ -824,7 +832,9 @@ Class | Method | HTTP request | Description - [AdvisoryGHPackage](docs/AdvisoryGHPackage.md) - [AdvisoryGHReference](docs/AdvisoryGHReference.md) - [AdvisoryGHVulnerabilities](docs/AdvisoryGHVulnerabilities.md) + - [AdvisoryGMOCyberSecurity](docs/AdvisoryGMOCyberSecurity.md) - [AdvisoryGallagher](docs/AdvisoryGallagher.md) + - [AdvisoryGen](docs/AdvisoryGen.md) - [AdvisoryGenetec](docs/AdvisoryGenetec.md) - [AdvisoryGigabyte](docs/AdvisoryGigabyte.md) - [AdvisoryGitHubExploit](docs/AdvisoryGitHubExploit.md) @@ -1107,8 +1117,10 @@ Class | Method | HTTP request | Description - [AdvisorySaintExploit](docs/AdvisorySaintExploit.md) - [AdvisorySalesForce](docs/AdvisorySalesForce.md) - [AdvisorySamba](docs/AdvisorySamba.md) + - [AdvisorySandisk](docs/AdvisorySandisk.md) - [AdvisorySchneiderCVE](docs/AdvisorySchneiderCVE.md) - [AdvisorySchneiderElectricAdvisory](docs/AdvisorySchneiderElectricAdvisory.md) + - [AdvisorySchutzwerk](docs/AdvisorySchutzwerk.md) - [AdvisoryScoreSet](docs/AdvisoryScoreSet.md) - [AdvisorySecFix](docs/AdvisorySecFix.md) - [AdvisorySecurityBulletin](docs/AdvisorySecurityBulletin.md) @@ -1488,6 +1500,8 @@ Class | Method | HTTP request | Description - [RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryCrowdSecPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryCurlPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryCvrfPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryDFNCertPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryDLinkPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryDNNPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryDahuaPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryDassaultPaginatePagination.md) @@ -1528,7 +1542,9 @@ Class | Method | HTTP request | Description - [RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGEGasPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGEHealthcareAdvisoryPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGHAdvisoryJSONLeanPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGMOCyberSecurityPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGallagherPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGenPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGenetecPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGigabytePaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisoryGitHubExploitPaginatePagination.md) @@ -1687,7 +1703,9 @@ Class | Method | HTTP request | Description - [RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySaintExploitPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySalesForcePaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySambaPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySandiskPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySchneiderElectricAdvisoryPaginatePagination.md) + - [RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySchutzwerkPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySecurityBulletinPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySecurityLabPaginatePagination.md) - [RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination](docs/RenderResponseWithMetadataArrayAdvisorySeebugExploitPaginatePagination.md)