crimson-falcon 0.5.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2151 -1857
- data/lib/crimson-falcon/api/{alerts_api.rb → alerts.rb} +105 -39
- data/lib/crimson-falcon/api/{api_integrations_api.rb → api_integrations.rb} +12 -12
- data/lib/crimson-falcon/api/{aspm_api.rb → aspm.rb} +295 -96
- data/lib/crimson-falcon/api/{certificate_based_exclusions_api.rb → certificate_based_exclusions.rb} +25 -25
- data/lib/crimson-falcon/api/{default_api.rb → cloud_aws_registration.rb} +29 -29
- data/lib/crimson-falcon/api/cloud_azure_registration.rb +105 -0
- data/lib/crimson-falcon/api/{cloud_connect_aws_api.rb → cloud_connect_aws.rb} +35 -35
- data/lib/crimson-falcon/api/cloud_security_assets.rb +179 -0
- data/lib/crimson-falcon/api/{cloud_snapshots_api.rb → cloud_snapshots.rb} +22 -22
- data/lib/crimson-falcon/api/{compliance_assessments_api.rb → compliance_assessments.rb} +34 -34
- data/lib/crimson-falcon/api/{configuration_assessment_api.rb → configuration_assessment.rb} +11 -11
- data/lib/crimson-falcon/api/{configuration_assessment_evaluation_logic_api.rb → configuration_assessment_evaluation_logic.rb} +5 -5
- data/lib/crimson-falcon/api/{container_alerts_api.rb → container_alerts.rb} +20 -20
- data/lib/crimson-falcon/api/{container_detections_api.rb → container_detections.rb} +46 -46
- data/lib/crimson-falcon/api/{container_images_api.rb → container_images.rb} +116 -116
- data/lib/crimson-falcon/api/{container_packages_api.rb → container_packages.rb} +122 -52
- data/lib/crimson-falcon/api/{container_vulnerabilities_api.rb → container_vulnerabilities.rb} +93 -93
- data/lib/crimson-falcon/api/content_update_policies.rb +769 -0
- data/lib/crimson-falcon/api/correlation_rules.rb +505 -0
- data/lib/crimson-falcon/api/{cspg_iacapi_api.rb → cspg_iac.rb} +4 -4
- data/lib/crimson-falcon/api/{cspm_registration_api.rb → cspm_registration.rb} +473 -414
- data/lib/crimson-falcon/api/{custom_ioa_api.rb → custom_ioa.rb} +82 -82
- data/lib/crimson-falcon/api/{custom_storage_api.rb → custom_storage.rb} +136 -136
- data/lib/crimson-falcon/api/{d4c_registration_api.rb → d4c_registration.rb} +97 -178
- data/lib/crimson-falcon/api/{datascanner_api.rb → datascanner.rb} +13 -13
- data/lib/crimson-falcon/api/{delivery_settings_api.rb → delivery_settings.rb} +8 -8
- data/lib/crimson-falcon/api/deployments.rb +115 -0
- data/lib/crimson-falcon/api/{detects_api.rb → detects.rb} +18 -18
- data/lib/crimson-falcon/api/device_content.rb +176 -0
- data/lib/crimson-falcon/api/{device_control_policies_api.rb → device_control_policies.rb} +57 -57
- data/lib/crimson-falcon/api/{discover_api.rb → discover.rb} +119 -53
- data/lib/crimson-falcon/api/{discover_iot_api.rb → discover_iot.rb} +16 -16
- data/lib/crimson-falcon/api/downloads.rb +108 -0
- data/lib/crimson-falcon/api/{downloads_api_api.rb → downloads_api.rb} +4 -73
- data/lib/crimson-falcon/api/{drift_indicators_api.rb → drift_indicators.rb} +38 -38
- data/lib/crimson-falcon/api/{event_schema_api.rb → event_schema.rb} +10 -10
- data/lib/crimson-falcon/api/{event_streams_api.rb → event_streams.rb} +11 -11
- data/lib/crimson-falcon/api/{exposure_management_api.rb → exposure_management.rb} +47 -41
- data/lib/crimson-falcon/api/{falcon_complete_dashboard_api.rb → falcon_complete_dashboard.rb} +73 -73
- data/lib/crimson-falcon/api/{falcon_container_api.rb → falcon_container.rb} +4 -4
- data/lib/crimson-falcon/api/{falcon_container_cli_api.rb → falcon_container_cli.rb} +5 -5
- data/lib/crimson-falcon/api/{falcon_container_image_api.rb → falcon_container_image.rb} +46 -46
- data/lib/crimson-falcon/api/{falconx_sandbox_api.rb → falconx_sandbox.rb} +62 -62
- data/lib/crimson-falcon/api/{field_schema_api.rb → field_schema.rb} +7 -7
- data/lib/crimson-falcon/api/{filevantage_api.rb → filevantage.rb} +149 -149
- data/lib/crimson-falcon/api/{firewall_management_api.rb → firewall_management.rb} +138 -138
- data/lib/crimson-falcon/api/{firewall_policies_api.rb → firewall_policies.rb} +52 -52
- data/lib/crimson-falcon/api/{foundry_logscale_api.rb → foundry_logscale.rb} +65 -65
- data/lib/crimson-falcon/api/{handle_api.rb → handle.rb} +4 -4
- data/lib/crimson-falcon/api/{host_group_api.rb → host_group.rb} +46 -46
- data/lib/crimson-falcon/api/{host_migration_api.rb → host_migration.rb} +49 -49
- data/lib/crimson-falcon/api/{hosts_api.rb → hosts.rb} +50 -50
- data/lib/crimson-falcon/api/{humio_auth_proxy_api.rb → humio_auth_proxy.rb} +37 -37
- data/lib/crimson-falcon/api/{identity_entities_api.rb → identity_entities.rb} +12 -12
- data/lib/crimson-falcon/api/{identity_protection_api.rb → identity_protection.rb} +28 -28
- data/lib/crimson-falcon/api/{image_assessment_policies_api.rb → image_assessment_policies.rb} +44 -44
- data/lib/crimson-falcon/api/{incidents_api.rb → incidents.rb} +22 -22
- data/lib/crimson-falcon/api/{installation_tokens_api.rb → installation_tokens.rb} +29 -29
- data/lib/crimson-falcon/api/{installation_tokens_settings_api.rb → installation_tokens_settings.rb} +5 -5
- data/lib/crimson-falcon/api/{intel_api.rb → intel.rb} +85 -85
- data/lib/crimson-falcon/api/intelligence_indicator_graph.rb +118 -0
- data/lib/crimson-falcon/api/{ioa_exclusions_api.rb → ioa_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{ioc_api.rb → ioc.rb} +61 -61
- data/lib/crimson-falcon/api/{iocs_api.rb → iocs.rb} +21 -21
- data/lib/crimson-falcon/api/{kubernetes_protection_api.rb → kubernetes_protection.rb} +370 -370
- data/lib/crimson-falcon/api/lookup_files.rb +239 -0
- data/lib/crimson-falcon/api/{malquery_api.rb → malquery.rb} +36 -36
- data/lib/crimson-falcon/api/{message_center_api.rb → message_center.rb} +42 -42
- data/lib/crimson-falcon/api/{ml_exclusions_api.rb → ml_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{mobile_enrollment_api.rb → mobile_enrollment.rb} +9 -9
- data/lib/crimson-falcon/api/{mssp_api.rb → mssp.rb} +117 -117
- data/lib/crimson-falcon/api/{oauth2_api.rb → oauth2.rb} +10 -10
- data/lib/crimson-falcon/api/{ods_api.rb → ods.rb} +61 -61
- data/lib/crimson-falcon/api/{overwatch_dashboard_api.rb → overwatch_dashboard.rb} +21 -21
- data/lib/crimson-falcon/api/{prevention_policies_api.rb → prevention_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{quarantine_api.rb → quarantine.rb} +24 -24
- data/lib/crimson-falcon/api/{quick_scan_api.rb → quick_scan.rb} +16 -16
- data/lib/crimson-falcon/api/{quick_scan_pro_api.rb → quick_scan_pro.rb} +25 -25
- data/lib/crimson-falcon/api/{real_time_response_api.rb → real_time_response.rb} +98 -98
- data/lib/crimson-falcon/api/{real_time_response_admin_api.rb → real_time_response_admin.rb} +72 -72
- data/lib/crimson-falcon/api/{real_time_response_audit_api.rb → real_time_response_audit.rb} +4 -4
- data/lib/crimson-falcon/api/{recon_api.rb → recon.rb} +109 -109
- data/lib/crimson-falcon/api/release_notes.rb +287 -0
- data/lib/crimson-falcon/api/releases.rb +125 -0
- data/lib/crimson-falcon/api/{report_executions_api.rb → report_executions.rb} +16 -16
- data/lib/crimson-falcon/api/{response_policies_api.rb → response_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{runtime_detections_api.rb → runtime_detections.rb} +13 -13
- data/lib/crimson-falcon/api/{sample_uploads_api.rb → sample_uploads.rb} +49 -49
- data/lib/crimson-falcon/api/{scheduled_reports_api.rb → scheduled_reports.rb} +12 -12
- data/lib/crimson-falcon/api/{sensor_download_api.rb → sensor_download.rb} +32 -32
- data/lib/crimson-falcon/api/{sensor_update_policies_api.rb → sensor_update_policies.rb} +88 -88
- data/lib/crimson-falcon/api/{sensor_usage_api_api.rb → sensor_usage.rb} +4 -4
- data/lib/crimson-falcon/api/{sensor_visibility_exclusions_api.rb → sensor_visibility_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{spotlight_evaluation_logic_api.rb → spotlight_evaluation_logic.rb} +13 -13
- data/lib/crimson-falcon/api/{spotlight_vulnerabilities_api.rb → spotlight_vulnerabilities.rb} +27 -27
- data/lib/crimson-falcon/api/{threatgraph_api.rb → threatgraph.rb} +42 -42
- data/lib/crimson-falcon/api/{unidentified_containers_api.rb → unidentified_containers.rb} +23 -23
- data/lib/crimson-falcon/api/{user_management_api.rb → user_management.rb} +94 -94
- data/lib/crimson-falcon/api/vulnerabilities.rb +106 -0
- data/lib/crimson-falcon/api/{workflows_api.rb → workflows.rb} +76 -76
- data/lib/crimson-falcon/api/{zero_trust_assessment_api.rb → zero_trust_assessment.rb} +12 -12
- data/lib/crimson-falcon/models/api_create_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_get_entities_rules_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_patch_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_patch_rule_search_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_rule_create_request_v1.rb +354 -0
- data/lib/crimson-falcon/models/api_rule_operation_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_rule_patch_request_v1.rb +311 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1_patch.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_search_v1.rb +276 -0
- data/lib/crimson-falcon/models/api_rule_v1.rb +132 -203
- data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +1 -89
- data/lib/crimson-falcon/models/assets_get_resource_ids_response.rb +261 -0
- data/lib/crimson-falcon/models/assets_get_resources_response.rb +266 -0
- data/lib/crimson-falcon/models/base_set_content_update_policy_precedence_req_v1.rb +242 -0
- data/lib/crimson-falcon/models/content_update_create_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_create_policy_req_v1.rb +259 -0
- data/lib/crimson-falcon/models/content_update_ring_assignment_settings_v1.rb +253 -0
- data/lib/crimson-falcon/models/content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policy_req_v1.rb +269 -0
- data/lib/crimson-falcon/models/dataclassifications_label.rb +267 -0
- data/lib/crimson-falcon/models/dataclassifications_response.rb +284 -0
- data/lib/crimson-falcon/models/dataclassifications_tag.rb +283 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_ring_view.rb +302 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view.rb +309 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_meta.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_paging.rb +262 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_request_swagger.rb +261 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_response_swagger.rb +272 -0
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_req_v1.rb +3 -3
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_response.rb +3 -3
- data/lib/crimson-falcon/models/devicecontent_content_category.rb +234 -0
- data/lib/crimson-falcon/models/devicecontent_state.rb +345 -0
- data/lib/crimson-falcon/models/devicecontentapi_entities_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/devicecontentapi_query_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/domain_aws_account_resource_metadata.rb +66 -1
- data/lib/crimson-falcon/models/domain_benchmark.rb +12 -1
- data/lib/crimson-falcon/models/domain_content_update_policy_resp_v1.rb +474 -0
- data/lib/crimson-falcon/models/domain_content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/domain_discover_api_active_discovery_host.rb +21 -1
- data/lib/crimson-falcon/models/domain_discover_api_application_host.rb +13 -1
- data/lib/crimson-falcon/models/domain_discover_api_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_kestrel_params.rb +239 -0
- data/lib/crimson-falcon/models/domain_lookup_file.rb +453 -0
- data/lib/crimson-falcon/models/domain_lookup_file_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/domain_report_metadata.rb +10 -1
- data/lib/crimson-falcon/models/domain_ring_assignment_settings_v1.rb +267 -0
- data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_update_rule_request_v1.rb +18 -1
- data/lib/crimson-falcon/models/figapi_adversary.rb +235 -0
- data/lib/crimson-falcon/models/figapi_country.rb +245 -0
- data/lib/crimson-falcon/models/figapi_domain.rb +345 -0
- data/lib/crimson-falcon/models/figapi_email_address.rb +252 -0
- data/lib/crimson-falcon/models/figapi_file.rb +299 -0
- data/lib/crimson-falcon/models/figapi_indicator.rb +458 -0
- data/lib/crimson-falcon/models/figapi_ipv4.rb +269 -0
- data/lib/crimson-falcon/models/figapi_ipv6.rb +269 -0
- data/lib/crimson-falcon/models/figapi_mx_record.rb +284 -0
- data/lib/crimson-falcon/models/figapi_name_server.rb +254 -0
- data/lib/crimson-falcon/models/figapi_report.rb +235 -0
- data/lib/crimson-falcon/models/figapi_sector.rb +245 -0
- data/lib/crimson-falcon/models/figapi_threat.rb +235 -0
- data/lib/crimson-falcon/models/figapi_url.rb +247 -0
- data/lib/crimson-falcon/models/figapi_vulnerability.rb +374 -0
- data/lib/crimson-falcon/models/figapi_who_is.rb +261 -0
- data/lib/crimson-falcon/models/figapi_whois_record.rb +306 -0
- data/lib/crimson-falcon/models/figapi_x509_certificate.rb +297 -0
- data/lib/crimson-falcon/models/graph_condition.rb +2 -12
- data/lib/crimson-falcon/models/help.rb +239 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_reference.rb +267 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_source.rb +283 -0
- data/lib/crimson-falcon/models/ingestion_ex_prt_rating_factors.rb +281 -0
- data/lib/crimson-falcon/models/ingestion_reference.rb +255 -0
- data/lib/crimson-falcon/models/inventoryapi_surface_error.rb +260 -0
- data/lib/crimson-falcon/models/{client_fql_statement.rb → inventoryapi_user_external_asset.rb} +16 -28
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create.rb +257 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_request_v1.rb +242 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_result.rb +322 -0
- data/lib/crimson-falcon/models/inventoryapidomain_subsidiary.rb +245 -0
- data/lib/crimson-falcon/models/jsonschema_pivot.rb +19 -1
- data/lib/crimson-falcon/models/jsonschema_signals_extensions.rb +22 -4
- data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +34 -4
- data/lib/crimson-falcon/models/models_api_customer_and_image.rb +15 -1
- data/lib/crimson-falcon/models/models_api_image_combined_export.rb +26 -1
- data/lib/crimson-falcon/models/models_api_package_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_api_package_combined_v2.rb +381 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_application_library.rb +13 -4
- data/lib/crimson-falcon/models/models_container.rb +15 -1
- data/lib/crimson-falcon/models/models_ext_api_image_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_message.rb +239 -0
- data/lib/crimson-falcon/models/models_partial_fingerprints.rb +239 -0
- data/lib/crimson-falcon/models/models_result.rb +339 -0
- data/lib/crimson-falcon/models/models_result_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_location_properties.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location_artifact_location.rb +239 -0
- data/lib/crimson-falcon/models/models_result_physical_location_region.rb +239 -0
- data/lib/crimson-falcon/models/models_result_properties.rb +365 -0
- data/lib/crimson-falcon/models/models_rule.rb +337 -0
- data/lib/crimson-falcon/models/models_rule_default_configuration.rb +239 -0
- data/lib/crimson-falcon/models/models_rule_properties.rb +669 -0
- data/lib/crimson-falcon/models/models_run.rb +255 -0
- data/lib/crimson-falcon/models/models_run_tool.rb +239 -0
- data/lib/crimson-falcon/models/models_run_tool_driver.rb +283 -0
- data/lib/crimson-falcon/models/models_vulnerability_sarif.rb +269 -0
- data/lib/crimson-falcon/models/packages_api_combined_package_v2.rb +266 -0
- data/lib/crimson-falcon/models/policyframework_benchmark.rb +253 -0
- data/lib/crimson-falcon/models/policyframework_control.rb +290 -0
- data/lib/crimson-falcon/models/quickscanpro_query_scan_results_response.rb +10 -1
- data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_patch.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_response_v2.rb +0 -5
- data/lib/crimson-falcon/models/registration_azure_download_certificate_response_v1.rb +0 -5
- data/lib/crimson-falcon/models/registration_iom_event_v2.rb +12 -1
- data/lib/crimson-falcon/models/releasecontents_release_content.rb +327 -0
- data/lib/crimson-falcon/models/releasecontents_release_content_version.rb +267 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_request.rb +241 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_response_wrapper.rb +269 -0
- data/lib/crimson-falcon/models/releasenotes_note_detail.rb +270 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_v1.rb +303 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/releases_release.rb +328 -0
- data/lib/crimson-falcon/models/releases_release_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/resources_app.rb +243 -0
- data/lib/crimson-falcon/models/resources_asset_graph.rb +243 -0
- data/lib/crimson-falcon/models/resources_cloud_context.rb +378 -0
- data/lib/crimson-falcon/models/resources_cloud_resource.rb +604 -0
- data/lib/crimson-falcon/models/resources_compliance.rb +307 -0
- data/lib/crimson-falcon/models/resources_detections.rb +291 -0
- data/lib/crimson-falcon/models/resources_host.rb +390 -0
- data/lib/crimson-falcon/models/resources_relationship.rb +261 -0
- data/lib/crimson-falcon/models/resources_vulnerability.rb +262 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_data.rb +239 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/rest_azure_provision_get_account_script_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/rest_azure_script.rb +276 -0
- data/lib/crimson-falcon/models/rest_cursor_and_limit_meta_info.rb +289 -0
- data/lib/crimson-falcon/models/rest_cursor_meta_info.rb +280 -0
- data/lib/crimson-falcon/models/rest_cursor_response_fields.rb +250 -0
- data/lib/crimson-falcon/models/rest_paging.rb +262 -0
- data/lib/crimson-falcon/models/restapi_indicator_response.rb +271 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_request.rb +255 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_sort_request.rb +267 -0
- data/lib/crimson-falcon/models/sadomain_typosquatting_base_domain.rb +19 -1
- data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +1 -15
- data/lib/crimson-falcon/models/string_wrapper.rb +266 -0
- data/lib/crimson-falcon/models/types_get_executor_nodes_metadata_response.rb +278 -0
- data/lib/crimson-falcon/models/types_get_integration_tasks_metadata_response.rb +267 -0
- data/lib/crimson-falcon/models/v2_for_loop.rb +10 -1
- data/lib/crimson-falcon/models/vulnerabilities_vulnerability_entity_sarif_response.rb +266 -0
- data/lib/crimson-falcon/version.rb +2 -2
- data/lib/crimson-falcon.rb +223 -90
- data/spec/api/{alerts_api_spec.rb → alerts_spec.rb} +21 -10
- data/spec/api/{api_integrations_api_spec.rb → api_integrations_spec.rb} +8 -8
- data/spec/api/{aspm_api_spec.rb → aspm_spec.rb} +51 -8
- data/spec/api/{certificate_based_exclusions_api_spec.rb → certificate_based_exclusions_spec.rb} +8 -8
- data/spec/api/{default_api_spec.rb → cloud_aws_registration_spec.rb} +8 -8
- data/spec/api/cloud_azure_registration_spec.rb +63 -0
- data/spec/api/{cloud_connect_aws_api_spec.rb → cloud_connect_aws_spec.rb} +8 -8
- data/spec/api/cloud_security_assets_spec.rb +78 -0
- data/spec/api/{cloud_snapshots_api_spec.rb → cloud_snapshots_spec.rb} +8 -8
- data/spec/api/{compliance_assessments_api_spec.rb → compliance_assessments_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_evaluation_logic_api_spec.rb → configuration_assessment_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_api_spec.rb → configuration_assessment_spec.rb} +8 -8
- data/spec/api/{container_alerts_api_spec.rb → container_alerts_spec.rb} +12 -12
- data/spec/api/{container_detections_api_spec.rb → container_detections_spec.rb} +18 -18
- data/spec/api/{container_images_api_spec.rb → container_images_spec.rb} +38 -38
- data/spec/api/{container_packages_api_spec.rb → container_packages_spec.rb} +36 -21
- data/spec/api/{container_vulnerabilities_api_spec.rb → container_vulnerabilities_spec.rb} +28 -28
- data/spec/api/content_update_policies_spec.rb +177 -0
- data/spec/api/correlation_rules_spec.rb +137 -0
- data/spec/api/{cspg_iacapi_api_spec.rb → cspg_iac_spec.rb} +8 -8
- data/spec/api/{cspm_registration_api_spec.rb → cspm_registration_spec.rb} +94 -84
- data/spec/api/{custom_ioa_api_spec.rb → custom_ioa_spec.rb} +12 -12
- data/spec/api/{custom_storage_api_spec.rb → custom_storage_spec.rb} +8 -8
- data/spec/api/{d4c_registration_api_spec.rb → d4c_registration_spec.rb} +9 -22
- data/spec/api/{datascanner_api_spec.rb → datascanner_spec.rb} +8 -8
- data/spec/api/{delivery_settings_api_spec.rb → delivery_settings_spec.rb} +8 -8
- data/spec/api/deployments_spec.rb +65 -0
- data/spec/api/{detects_api_spec.rb → detects_spec.rb} +8 -8
- data/spec/api/device_content_spec.rb +77 -0
- data/spec/api/{device_control_policies_api_spec.rb → device_control_policies_spec.rb} +8 -8
- data/spec/api/{discover_iot_api_spec.rb → discover_iot_spec.rb} +8 -8
- data/spec/api/{discover_api_spec.rb → discover_spec.rb} +19 -8
- data/spec/api/{downloads_api_api_spec.rb → downloads_spec.rb} +8 -20
- data/spec/api/{drift_indicators_api_spec.rb → drift_indicators_spec.rb} +16 -16
- data/spec/api/{event_schema_api_spec.rb → event_schema_spec.rb} +8 -8
- data/spec/api/{event_streams_api_spec.rb → event_streams_spec.rb} +8 -8
- data/spec/api/{exposure_management_api_spec.rb → exposure_management_spec.rb} +10 -8
- data/spec/api/{falcon_complete_dashboard_api_spec.rb → falcon_complete_dashboard_spec.rb} +8 -8
- data/spec/api/{falcon_container_cli_api_spec.rb → falcon_container_cli_spec.rb} +8 -8
- data/spec/api/{falcon_container_image_api_spec.rb → falcon_container_image_spec.rb} +13 -13
- data/spec/api/{falcon_container_api_spec.rb → falcon_container_spec.rb} +8 -8
- data/spec/api/{falconx_sandbox_api_spec.rb → falconx_sandbox_spec.rb} +8 -8
- data/spec/api/{field_schema_api_spec.rb → field_schema_spec.rb} +8 -8
- data/spec/api/{filevantage_api_spec.rb → filevantage_spec.rb} +14 -14
- data/spec/api/{firewall_management_api_spec.rb → firewall_management_spec.rb} +16 -16
- data/spec/api/{firewall_policies_api_spec.rb → firewall_policies_spec.rb} +8 -8
- data/spec/api/{foundry_logscale_api_spec.rb → foundry_logscale_spec.rb} +8 -8
- data/spec/api/{handle_api_spec.rb → handle_spec.rb} +8 -8
- data/spec/api/{host_group_api_spec.rb → host_group_spec.rb} +8 -8
- data/spec/api/{host_migration_api_spec.rb → host_migration_spec.rb} +10 -10
- data/spec/api/{hosts_api_spec.rb → hosts_spec.rb} +8 -8
- data/spec/api/{humio_auth_proxy_api_spec.rb → humio_auth_proxy_spec.rb} +8 -8
- data/spec/api/{identity_entities_api_spec.rb → identity_entities_spec.rb} +8 -8
- data/spec/api/{identity_protection_api_spec.rb → identity_protection_spec.rb} +8 -8
- data/spec/api/{image_assessment_policies_api_spec.rb → image_assessment_policies_spec.rb} +8 -8
- data/spec/api/{incidents_api_spec.rb → incidents_spec.rb} +8 -8
- data/spec/api/{installation_tokens_settings_api_spec.rb → installation_tokens_settings_spec.rb} +8 -8
- data/spec/api/{installation_tokens_api_spec.rb → installation_tokens_spec.rb} +8 -8
- data/spec/api/{intel_api_spec.rb → intel_spec.rb} +8 -8
- data/spec/api/intelligence_indicator_graph_spec.rb +66 -0
- data/spec/api/{ioa_exclusions_api_spec.rb → ioa_exclusions_spec.rb} +8 -8
- data/spec/api/{ioc_api_spec.rb → ioc_spec.rb} +8 -8
- data/spec/api/{iocs_api_spec.rb → iocs_spec.rb} +8 -8
- data/spec/api/{kubernetes_protection_api_spec.rb → kubernetes_protection_spec.rb} +66 -66
- data/spec/api/lookup_files_spec.rb +80 -0
- data/spec/api/{malquery_api_spec.rb → malquery_spec.rb} +8 -8
- data/spec/api/{message_center_api_spec.rb → message_center_spec.rb} +8 -8
- data/spec/api/{ml_exclusions_api_spec.rb → ml_exclusions_spec.rb} +8 -8
- data/spec/api/{mobile_enrollment_api_spec.rb → mobile_enrollment_spec.rb} +8 -8
- data/spec/api/{mssp_api_spec.rb → mssp_spec.rb} +8 -8
- data/spec/api/{oauth2_api_spec.rb → oauth2_spec.rb} +8 -8
- data/spec/api/{ods_api_spec.rb → ods_spec.rb} +8 -8
- data/spec/api/{overwatch_dashboard_api_spec.rb → overwatch_dashboard_spec.rb} +8 -8
- data/spec/api/{prevention_policies_api_spec.rb → prevention_policies_spec.rb} +8 -8
- data/spec/api/{quarantine_api_spec.rb → quarantine_spec.rb} +8 -8
- data/spec/api/{quick_scan_pro_api_spec.rb → quick_scan_pro_spec.rb} +8 -8
- data/spec/api/{quick_scan_api_spec.rb → quick_scan_spec.rb} +8 -8
- data/spec/api/{real_time_response_admin_api_spec.rb → real_time_response_admin_spec.rb} +8 -8
- data/spec/api/{real_time_response_audit_api_spec.rb → real_time_response_audit_spec.rb} +8 -8
- data/spec/api/{real_time_response_api_spec.rb → real_time_response_spec.rb} +8 -8
- data/spec/api/{recon_api_spec.rb → recon_spec.rb} +8 -8
- data/spec/api/release_notes_spec.rb +97 -0
- data/spec/api/releases_spec.rb +68 -0
- data/spec/api/{report_executions_api_spec.rb → report_executions_spec.rb} +8 -8
- data/spec/api/{response_policies_api_spec.rb → response_policies_spec.rb} +8 -8
- data/spec/api/{runtime_detections_api_spec.rb → runtime_detections_spec.rb} +11 -11
- data/spec/api/{sample_uploads_api_spec.rb → sample_uploads_spec.rb} +8 -8
- data/spec/api/{scheduled_reports_api_spec.rb → scheduled_reports_spec.rb} +8 -8
- data/spec/api/{sensor_download_api_spec.rb → sensor_download_spec.rb} +8 -8
- data/spec/api/{sensor_update_policies_api_spec.rb → sensor_update_policies_spec.rb} +8 -8
- data/spec/api/{sensor_usage_api_api_spec.rb → sensor_usage_spec.rb} +8 -8
- data/spec/api/{sensor_visibility_exclusions_api_spec.rb → sensor_visibility_exclusions_spec.rb} +8 -8
- data/spec/api/{spotlight_evaluation_logic_api_spec.rb → spotlight_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{spotlight_vulnerabilities_api_spec.rb → spotlight_vulnerabilities_spec.rb} +12 -12
- data/spec/api/{threatgraph_api_spec.rb → threatgraph_spec.rb} +8 -8
- data/spec/api/{unidentified_containers_api_spec.rb → unidentified_containers_spec.rb} +13 -13
- data/spec/api/{user_management_api_spec.rb → user_management_spec.rb} +8 -8
- data/spec/api/vulnerabilities_spec.rb +66 -0
- data/spec/api/{workflows_api_spec.rb → workflows_spec.rb} +8 -8
- data/spec/api/{zero_trust_assessment_api_spec.rb → zero_trust_assessment_spec.rb} +8 -8
- data/spec/models/api_create_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_get_entities_rules_response_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_create_request_v1_spec.rb +111 -0
- data/spec/models/api_rule_operation_v1_spec.rb +69 -0
- data/spec/models/api_rule_patch_request_v1_spec.rb +99 -0
- data/spec/models/api_rule_schedule_v1_patch_spec.rb +51 -0
- data/spec/models/api_rule_schedule_v1_spec.rb +51 -0
- data/spec/models/api_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_v1_spec.rb +16 -34
- data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +0 -36
- data/spec/models/assets_get_resource_ids_response_spec.rb +63 -0
- data/spec/models/assets_get_resources_response_spec.rb +63 -0
- data/spec/models/base_set_content_update_policy_precedence_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policy_req_v1_spec.rb +63 -0
- data/spec/models/content_update_ring_assignment_settings_v1_spec.rb +57 -0
- data/spec/models/content_update_settings_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policy_req_v1_spec.rb +69 -0
- data/spec/models/dataclassifications_label_spec.rb +63 -0
- data/spec/models/dataclassifications_response_spec.rb +75 -0
- data/spec/models/dataclassifications_tag_spec.rb +69 -0
- data/spec/models/deployments_api_deployment_ring_view_spec.rb +87 -0
- data/spec/models/deployments_api_deployment_view_spec.rb +93 -0
- data/spec/models/deployments_api_deployment_view_wrapper_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_meta_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_paging_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_request_swagger_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_response_swagger_spec.rb +63 -0
- data/spec/models/device_control_usb_class_exceptions_req_v1_spec.rb +1 -1
- data/spec/models/device_control_usb_class_exceptions_response_spec.rb +1 -1
- data/spec/models/devicecontent_content_category_spec.rb +51 -0
- data/spec/models/devicecontent_state_spec.rb +117 -0
- data/spec/models/devicecontentapi_entities_response_v1_spec.rb +63 -0
- data/spec/models/devicecontentapi_query_response_v1_spec.rb +63 -0
- data/spec/models/domain_aws_account_resource_metadata_spec.rb +30 -0
- data/spec/models/domain_benchmark_spec.rb +6 -0
- data/spec/models/domain_content_update_policy_resp_v1_spec.rb +153 -0
- data/spec/models/domain_content_update_settings_v1_spec.rb +51 -0
- data/spec/models/domain_discover_api_active_discovery_host_spec.rb +12 -0
- data/spec/models/domain_discover_api_application_host_spec.rb +6 -0
- data/spec/models/domain_discover_api_host_spec.rb +18 -0
- data/spec/models/domain_discover_apiio_t_host_spec.rb +18 -0
- data/spec/models/domain_kestrel_params_spec.rb +51 -0
- data/spec/models/domain_lookup_file_spec.rb +147 -0
- data/spec/models/domain_lookup_file_wrapper_spec.rb +63 -0
- data/spec/models/domain_report_metadata_spec.rb +6 -0
- data/spec/models/domain_ring_assignment_settings_v1_spec.rb +63 -0
- data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
- data/spec/models/domain_update_rule_request_v1_spec.rb +6 -0
- data/spec/models/figapi_adversary_spec.rb +51 -0
- data/spec/models/figapi_country_spec.rb +57 -0
- data/spec/models/figapi_domain_spec.rb +117 -0
- data/spec/models/figapi_email_address_spec.rb +63 -0
- data/spec/models/figapi_file_spec.rb +87 -0
- data/spec/models/figapi_indicator_spec.rb +183 -0
- data/spec/models/figapi_ipv4_spec.rb +69 -0
- data/spec/models/figapi_ipv6_spec.rb +69 -0
- data/spec/models/figapi_mx_record_spec.rb +75 -0
- data/spec/models/figapi_name_server_spec.rb +63 -0
- data/spec/models/figapi_report_spec.rb +51 -0
- data/spec/models/figapi_sector_spec.rb +57 -0
- data/spec/models/figapi_threat_spec.rb +51 -0
- data/spec/models/figapi_url_spec.rb +57 -0
- data/spec/models/figapi_vulnerability_spec.rb +141 -0
- data/spec/models/figapi_who_is_spec.rb +69 -0
- data/spec/models/figapi_whois_record_spec.rb +99 -0
- data/spec/models/figapi_x509_certificate_spec.rb +93 -0
- data/spec/models/graph_condition_spec.rb +0 -6
- data/spec/models/help_spec.rb +51 -0
- data/spec/models/ingestion_cve_exploit_reference_spec.rb +63 -0
- data/spec/models/ingestion_cve_exploit_source_spec.rb +69 -0
- data/spec/models/ingestion_ex_prt_rating_factors_spec.rb +69 -0
- data/spec/models/ingestion_reference_spec.rb +57 -0
- data/spec/models/inventoryapi_surface_error_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_request_v1_spec.rb +51 -0
- data/spec/models/inventoryapi_user_external_asset_create_response_v1_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_spec.rb +57 -0
- data/spec/models/inventoryapi_user_external_asset_result_spec.rb +93 -0
- data/spec/models/inventoryapi_user_external_asset_spec.rb +57 -0
- data/spec/models/inventoryapidomain_subsidiary_spec.rb +57 -0
- data/spec/models/jsonschema_pivot_spec.rb +12 -0
- data/spec/models/jsonschema_signals_extensions_spec.rb +12 -0
- data/spec/models/jsonschema_ui_extensions_spec.rb +18 -0
- data/spec/models/models_api_customer_and_image_spec.rb +6 -0
- data/spec/models/models_api_image_combined_export_spec.rb +12 -0
- data/spec/models/models_api_package_combined_spec.rb +6 -0
- data/spec/models/models_api_package_combined_v2_spec.rb +111 -0
- data/spec/models/models_api_vulnerability_combined_spec.rb +6 -0
- data/spec/models/models_application_library_spec.rb +6 -0
- data/spec/models/models_container_spec.rb +6 -0
- data/spec/models/models_ext_api_image_combined_spec.rb +6 -0
- data/spec/models/models_message_spec.rb +51 -0
- data/spec/models/models_partial_fingerprints_spec.rb +51 -0
- data/spec/models/models_result_location_properties_spec.rb +57 -0
- data/spec/models/models_result_location_spec.rb +57 -0
- data/spec/models/models_result_physical_location_artifact_location_spec.rb +51 -0
- data/spec/models/models_result_physical_location_region_spec.rb +51 -0
- data/spec/models/models_result_physical_location_spec.rb +57 -0
- data/spec/models/models_result_properties_spec.rb +105 -0
- data/spec/models/models_result_spec.rb +93 -0
- data/spec/models/models_rule_default_configuration_spec.rb +51 -0
- data/spec/models/models_rule_properties_spec.rb +231 -0
- data/spec/models/models_rule_spec.rb +93 -0
- data/spec/models/models_run_spec.rb +57 -0
- data/spec/models/models_run_tool_driver_spec.rb +69 -0
- data/spec/models/models_run_tool_spec.rb +51 -0
- data/spec/models/models_vulnerability_sarif_spec.rb +63 -0
- data/spec/models/packages_api_combined_package_v2_spec.rb +63 -0
- data/spec/models/policyframework_benchmark_spec.rb +57 -0
- data/spec/models/policyframework_control_spec.rb +87 -0
- data/spec/models/quickscanpro_query_scan_results_response_spec.rb +6 -0
- data/spec/models/registration_aws_account_ext_v2_spec.rb +12 -0
- data/spec/models/registration_aws_account_patch_spec.rb +12 -0
- data/spec/models/registration_iom_event_v2_spec.rb +6 -0
- data/spec/models/releasecontents_release_content_spec.rb +93 -0
- data/spec/models/releasecontents_release_content_version_spec.rb +63 -0
- data/spec/models/releasenotes_entities_get_request_spec.rb +51 -0
- data/spec/models/releasenotes_entities_get_response_wrapper_spec.rb +63 -0
- data/spec/models/releasenotes_note_detail_spec.rb +69 -0
- data/spec/models/releasenotes_release_note_v1_spec.rb +81 -0
- data/spec/models/releasenotes_release_note_wrapper_v1_spec.rb +63 -0
- data/spec/models/releases_release_spec.rb +99 -0
- data/spec/models/releases_release_wrapper_spec.rb +63 -0
- data/spec/models/resources_app_spec.rb +57 -0
- data/spec/models/resources_asset_graph_spec.rb +57 -0
- data/spec/models/resources_cloud_context_spec.rb +147 -0
- data/spec/models/resources_cloud_resource_spec.rb +291 -0
- data/spec/models/resources_compliance_spec.rb +87 -0
- data/spec/models/resources_detections_spec.rb +81 -0
- data/spec/models/resources_host_spec.rb +147 -0
- data/spec/models/resources_relationship_spec.rb +69 -0
- data/spec/models/resources_vulnerability_spec.rb +63 -0
- data/spec/models/rest_azure_download_script_request_data_spec.rb +51 -0
- data/spec/models/rest_azure_download_script_request_v1_spec.rb +51 -0
- data/spec/models/rest_azure_provision_get_account_script_response_v1_spec.rb +63 -0
- data/spec/models/rest_azure_script_spec.rb +69 -0
- data/spec/models/rest_cursor_and_limit_meta_info_spec.rb +81 -0
- data/spec/models/rest_cursor_meta_info_spec.rb +75 -0
- data/spec/models/rest_cursor_response_fields_spec.rb +57 -0
- data/spec/models/{client_fql_statement_spec.rb → rest_paging_spec.rb} +9 -9
- data/spec/models/restapi_indicator_response_spec.rb +63 -0
- data/spec/models/restapi_indicators_query_request_spec.rb +57 -0
- data/spec/models/restapi_indicators_query_sort_request_spec.rb +63 -0
- data/spec/models/sadomain_typosquatting_base_domain_spec.rb +12 -0
- data/spec/models/sadomain_typosquatting_subdomain_spec.rb +0 -6
- data/spec/models/string_wrapper_spec.rb +63 -0
- data/spec/models/types_get_executor_nodes_metadata_response_spec.rb +75 -0
- data/spec/models/types_get_integration_tasks_metadata_response_spec.rb +69 -0
- data/spec/models/v2_for_loop_spec.rb +6 -0
- data/spec/models/vulnerabilities_vulnerability_entity_sarif_response_spec.rb +63 -0
- data/spec/spec_helper.rb +8 -0
- metadata +2129 -1732
@@ -30,7 +30,7 @@ SOFTWARE.
|
|
30
30
|
require 'cgi'
|
31
31
|
|
32
32
|
module Falcon
|
33
|
-
class
|
33
|
+
class Recon
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -51,11 +51,11 @@ module Falcon
|
|
51
51
|
# @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
|
52
52
|
def aggregate_notifications_exposed_data_records_v1_with_http_info(body, opts = {})
|
53
53
|
if @api_client.config.debugging
|
54
|
-
@api_client.config.logger.debug 'Calling API:
|
54
|
+
@api_client.config.logger.debug 'Calling API: Recon.aggregate_notifications_exposed_data_records_v1 ...'
|
55
55
|
end
|
56
56
|
# verify the required parameter 'body' is set
|
57
57
|
if @api_client.config.client_side_validation && body.nil?
|
58
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
58
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.aggregate_notifications_exposed_data_records_v1"
|
59
59
|
end
|
60
60
|
# resource path
|
61
61
|
local_var_path = '/recon/aggregates/notifications-exposed-data-records/GET/v1'
|
@@ -86,7 +86,7 @@ module Falcon
|
|
86
86
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
87
87
|
|
88
88
|
new_options = opts.merge(
|
89
|
-
:operation => :"
|
89
|
+
:operation => :"Recon.aggregate_notifications_exposed_data_records_v1",
|
90
90
|
:header_params => header_params,
|
91
91
|
:query_params => query_params,
|
92
92
|
:form_params => form_params,
|
@@ -97,7 +97,7 @@ module Falcon
|
|
97
97
|
|
98
98
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
99
99
|
if @api_client.config.debugging
|
100
|
-
@api_client.config.logger.debug "API called:
|
100
|
+
@api_client.config.logger.debug "API called: Recon#aggregate_notifications_exposed_data_records_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
101
101
|
end
|
102
102
|
return data, status_code, headers
|
103
103
|
end
|
@@ -117,11 +117,11 @@ module Falcon
|
|
117
117
|
# @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
|
118
118
|
def aggregate_notifications_v1_with_http_info(body, opts = {})
|
119
119
|
if @api_client.config.debugging
|
120
|
-
@api_client.config.logger.debug 'Calling API:
|
120
|
+
@api_client.config.logger.debug 'Calling API: Recon.aggregate_notifications_v1 ...'
|
121
121
|
end
|
122
122
|
# verify the required parameter 'body' is set
|
123
123
|
if @api_client.config.client_side_validation && body.nil?
|
124
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
124
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.aggregate_notifications_v1"
|
125
125
|
end
|
126
126
|
# resource path
|
127
127
|
local_var_path = '/recon/aggregates/notifications/GET/v1'
|
@@ -152,7 +152,7 @@ module Falcon
|
|
152
152
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
153
153
|
|
154
154
|
new_options = opts.merge(
|
155
|
-
:operation => :"
|
155
|
+
:operation => :"Recon.aggregate_notifications_v1",
|
156
156
|
:header_params => header_params,
|
157
157
|
:query_params => query_params,
|
158
158
|
:form_params => form_params,
|
@@ -163,7 +163,7 @@ module Falcon
|
|
163
163
|
|
164
164
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
165
165
|
if @api_client.config.debugging
|
166
|
-
@api_client.config.logger.debug "API called:
|
166
|
+
@api_client.config.logger.debug "API called: Recon#aggregate_notifications_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
167
167
|
end
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
@@ -183,11 +183,11 @@ module Falcon
|
|
183
183
|
# @return [Array<(DomainActionEntitiesResponseV1, Integer, Hash)>] DomainActionEntitiesResponseV1 data, response status code and response headers
|
184
184
|
def create_actions_v1_with_http_info(body, opts = {})
|
185
185
|
if @api_client.config.debugging
|
186
|
-
@api_client.config.logger.debug 'Calling API:
|
186
|
+
@api_client.config.logger.debug 'Calling API: Recon.create_actions_v1 ...'
|
187
187
|
end
|
188
188
|
# verify the required parameter 'body' is set
|
189
189
|
if @api_client.config.client_side_validation && body.nil?
|
190
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
190
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.create_actions_v1"
|
191
191
|
end
|
192
192
|
# resource path
|
193
193
|
local_var_path = '/recon/entities/actions/v1'
|
@@ -218,7 +218,7 @@ module Falcon
|
|
218
218
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
219
219
|
|
220
220
|
new_options = opts.merge(
|
221
|
-
:operation => :"
|
221
|
+
:operation => :"Recon.create_actions_v1",
|
222
222
|
:header_params => header_params,
|
223
223
|
:query_params => query_params,
|
224
224
|
:form_params => form_params,
|
@@ -229,7 +229,7 @@ module Falcon
|
|
229
229
|
|
230
230
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
231
231
|
if @api_client.config.debugging
|
232
|
-
@api_client.config.logger.debug "API called:
|
232
|
+
@api_client.config.logger.debug "API called: Recon#create_actions_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
233
233
|
end
|
234
234
|
return data, status_code, headers
|
235
235
|
end
|
@@ -249,11 +249,11 @@ module Falcon
|
|
249
249
|
# @return [Array<(DomainLaunchExportJobResponseV1, Integer, Hash)>] DomainLaunchExportJobResponseV1 data, response status code and response headers
|
250
250
|
def create_export_jobs_v1_with_http_info(body, opts = {})
|
251
251
|
if @api_client.config.debugging
|
252
|
-
@api_client.config.logger.debug 'Calling API:
|
252
|
+
@api_client.config.logger.debug 'Calling API: Recon.create_export_jobs_v1 ...'
|
253
253
|
end
|
254
254
|
# verify the required parameter 'body' is set
|
255
255
|
if @api_client.config.client_side_validation && body.nil?
|
256
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
256
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.create_export_jobs_v1"
|
257
257
|
end
|
258
258
|
# resource path
|
259
259
|
local_var_path = '/recon/entities/exports/v1'
|
@@ -284,7 +284,7 @@ module Falcon
|
|
284
284
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
285
285
|
|
286
286
|
new_options = opts.merge(
|
287
|
-
:operation => :"
|
287
|
+
:operation => :"Recon.create_export_jobs_v1",
|
288
288
|
:header_params => header_params,
|
289
289
|
:query_params => query_params,
|
290
290
|
:form_params => form_params,
|
@@ -295,7 +295,7 @@ module Falcon
|
|
295
295
|
|
296
296
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
297
297
|
if @api_client.config.debugging
|
298
|
-
@api_client.config.logger.debug "API called:
|
298
|
+
@api_client.config.logger.debug "API called: Recon#create_export_jobs_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
299
299
|
end
|
300
300
|
return data, status_code, headers
|
301
301
|
end
|
@@ -315,11 +315,11 @@ module Falcon
|
|
315
315
|
# @return [Array<(DomainRulesEntitiesResponseV1, Integer, Hash)>] DomainRulesEntitiesResponseV1 data, response status code and response headers
|
316
316
|
def create_rules_v1_with_http_info(body, opts = {})
|
317
317
|
if @api_client.config.debugging
|
318
|
-
@api_client.config.logger.debug 'Calling API:
|
318
|
+
@api_client.config.logger.debug 'Calling API: Recon.create_rules_v1 ...'
|
319
319
|
end
|
320
320
|
# verify the required parameter 'body' is set
|
321
321
|
if @api_client.config.client_side_validation && body.nil?
|
322
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
322
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.create_rules_v1"
|
323
323
|
end
|
324
324
|
# resource path
|
325
325
|
local_var_path = '/recon/entities/rules/v1'
|
@@ -350,7 +350,7 @@ module Falcon
|
|
350
350
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
351
351
|
|
352
352
|
new_options = opts.merge(
|
353
|
-
:operation => :"
|
353
|
+
:operation => :"Recon.create_rules_v1",
|
354
354
|
:header_params => header_params,
|
355
355
|
:query_params => query_params,
|
356
356
|
:form_params => form_params,
|
@@ -361,7 +361,7 @@ module Falcon
|
|
361
361
|
|
362
362
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
363
363
|
if @api_client.config.debugging
|
364
|
-
@api_client.config.logger.debug "API called:
|
364
|
+
@api_client.config.logger.debug "API called: Recon#create_rules_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
365
365
|
end
|
366
366
|
return data, status_code, headers
|
367
367
|
end
|
@@ -381,11 +381,11 @@ module Falcon
|
|
381
381
|
# @return [Array<(DomainQueryResponse, Integer, Hash)>] DomainQueryResponse data, response status code and response headers
|
382
382
|
def delete_action_v1_with_http_info(id, opts = {})
|
383
383
|
if @api_client.config.debugging
|
384
|
-
@api_client.config.logger.debug 'Calling API:
|
384
|
+
@api_client.config.logger.debug 'Calling API: Recon.delete_action_v1 ...'
|
385
385
|
end
|
386
386
|
# verify the required parameter 'id' is set
|
387
387
|
if @api_client.config.client_side_validation && id.nil?
|
388
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
388
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling Recon.delete_action_v1"
|
389
389
|
end
|
390
390
|
# resource path
|
391
391
|
local_var_path = '/recon/entities/actions/v1'
|
@@ -412,7 +412,7 @@ module Falcon
|
|
412
412
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
413
413
|
|
414
414
|
new_options = opts.merge(
|
415
|
-
:operation => :"
|
415
|
+
:operation => :"Recon.delete_action_v1",
|
416
416
|
:header_params => header_params,
|
417
417
|
:query_params => query_params,
|
418
418
|
:form_params => form_params,
|
@@ -423,7 +423,7 @@ module Falcon
|
|
423
423
|
|
424
424
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
425
425
|
if @api_client.config.debugging
|
426
|
-
@api_client.config.logger.debug "API called:
|
426
|
+
@api_client.config.logger.debug "API called: Recon#delete_action_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
427
427
|
end
|
428
428
|
return data, status_code, headers
|
429
429
|
end
|
@@ -443,11 +443,11 @@ module Falcon
|
|
443
443
|
# @return [Array<(DomainExportJobIDResponseV1, Integer, Hash)>] DomainExportJobIDResponseV1 data, response status code and response headers
|
444
444
|
def delete_export_jobs_v1_with_http_info(ids, opts = {})
|
445
445
|
if @api_client.config.debugging
|
446
|
-
@api_client.config.logger.debug 'Calling API:
|
446
|
+
@api_client.config.logger.debug 'Calling API: Recon.delete_export_jobs_v1 ...'
|
447
447
|
end
|
448
448
|
# verify the required parameter 'ids' is set
|
449
449
|
if @api_client.config.client_side_validation && ids.nil?
|
450
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
450
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.delete_export_jobs_v1"
|
451
451
|
end
|
452
452
|
# resource path
|
453
453
|
local_var_path = '/recon/entities/exports/v1'
|
@@ -474,7 +474,7 @@ module Falcon
|
|
474
474
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
475
475
|
|
476
476
|
new_options = opts.merge(
|
477
|
-
:operation => :"
|
477
|
+
:operation => :"Recon.delete_export_jobs_v1",
|
478
478
|
:header_params => header_params,
|
479
479
|
:query_params => query_params,
|
480
480
|
:form_params => form_params,
|
@@ -485,7 +485,7 @@ module Falcon
|
|
485
485
|
|
486
486
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
487
487
|
if @api_client.config.debugging
|
488
|
-
@api_client.config.logger.debug "API called:
|
488
|
+
@api_client.config.logger.debug "API called: Recon#delete_export_jobs_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
489
489
|
end
|
490
490
|
return data, status_code, headers
|
491
491
|
end
|
@@ -505,11 +505,11 @@ module Falcon
|
|
505
505
|
# @return [Array<(DomainNotificationIDResponse, Integer, Hash)>] DomainNotificationIDResponse data, response status code and response headers
|
506
506
|
def delete_notifications_v1_with_http_info(ids, opts = {})
|
507
507
|
if @api_client.config.debugging
|
508
|
-
@api_client.config.logger.debug 'Calling API:
|
508
|
+
@api_client.config.logger.debug 'Calling API: Recon.delete_notifications_v1 ...'
|
509
509
|
end
|
510
510
|
# verify the required parameter 'ids' is set
|
511
511
|
if @api_client.config.client_side_validation && ids.nil?
|
512
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
512
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.delete_notifications_v1"
|
513
513
|
end
|
514
514
|
# resource path
|
515
515
|
local_var_path = '/recon/entities/notifications/v1'
|
@@ -536,7 +536,7 @@ module Falcon
|
|
536
536
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
537
537
|
|
538
538
|
new_options = opts.merge(
|
539
|
-
:operation => :"
|
539
|
+
:operation => :"Recon.delete_notifications_v1",
|
540
540
|
:header_params => header_params,
|
541
541
|
:query_params => query_params,
|
542
542
|
:form_params => form_params,
|
@@ -547,7 +547,7 @@ module Falcon
|
|
547
547
|
|
548
548
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
549
549
|
if @api_client.config.debugging
|
550
|
-
@api_client.config.logger.debug "API called:
|
550
|
+
@api_client.config.logger.debug "API called: Recon#delete_notifications_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
551
551
|
end
|
552
552
|
return data, status_code, headers
|
553
553
|
end
|
@@ -569,11 +569,11 @@ module Falcon
|
|
569
569
|
# @return [Array<(DomainRuleQueryResponseV1, Integer, Hash)>] DomainRuleQueryResponseV1 data, response status code and response headers
|
570
570
|
def delete_rules_v1_with_http_info(ids, opts = {})
|
571
571
|
if @api_client.config.debugging
|
572
|
-
@api_client.config.logger.debug 'Calling API:
|
572
|
+
@api_client.config.logger.debug 'Calling API: Recon.delete_rules_v1 ...'
|
573
573
|
end
|
574
574
|
# verify the required parameter 'ids' is set
|
575
575
|
if @api_client.config.client_side_validation && ids.nil?
|
576
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
576
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.delete_rules_v1"
|
577
577
|
end
|
578
578
|
# resource path
|
579
579
|
local_var_path = '/recon/entities/rules/v1'
|
@@ -601,7 +601,7 @@ module Falcon
|
|
601
601
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
602
602
|
|
603
603
|
new_options = opts.merge(
|
604
|
-
:operation => :"
|
604
|
+
:operation => :"Recon.delete_rules_v1",
|
605
605
|
:header_params => header_params,
|
606
606
|
:query_params => query_params,
|
607
607
|
:form_params => form_params,
|
@@ -612,7 +612,7 @@ module Falcon
|
|
612
612
|
|
613
613
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
614
614
|
if @api_client.config.debugging
|
615
|
-
@api_client.config.logger.debug "API called:
|
615
|
+
@api_client.config.logger.debug "API called: Recon#delete_rules_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
616
616
|
end
|
617
617
|
return data, status_code, headers
|
618
618
|
end
|
@@ -632,11 +632,11 @@ module Falcon
|
|
632
632
|
# @return [Array<(DomainActionEntitiesResponseV1, Integer, Hash)>] DomainActionEntitiesResponseV1 data, response status code and response headers
|
633
633
|
def get_actions_v1_with_http_info(ids, opts = {})
|
634
634
|
if @api_client.config.debugging
|
635
|
-
@api_client.config.logger.debug 'Calling API:
|
635
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_actions_v1 ...'
|
636
636
|
end
|
637
637
|
# verify the required parameter 'ids' is set
|
638
638
|
if @api_client.config.client_side_validation && ids.nil?
|
639
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
639
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_actions_v1"
|
640
640
|
end
|
641
641
|
# resource path
|
642
642
|
local_var_path = '/recon/entities/actions/v1'
|
@@ -663,7 +663,7 @@ module Falcon
|
|
663
663
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
664
664
|
|
665
665
|
new_options = opts.merge(
|
666
|
-
:operation => :"
|
666
|
+
:operation => :"Recon.get_actions_v1",
|
667
667
|
:header_params => header_params,
|
668
668
|
:query_params => query_params,
|
669
669
|
:form_params => form_params,
|
@@ -674,7 +674,7 @@ module Falcon
|
|
674
674
|
|
675
675
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
676
676
|
if @api_client.config.debugging
|
677
|
-
@api_client.config.logger.debug "API called:
|
677
|
+
@api_client.config.logger.debug "API called: Recon#get_actions_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
678
678
|
end
|
679
679
|
return data, status_code, headers
|
680
680
|
end
|
@@ -694,11 +694,11 @@ module Falcon
|
|
694
694
|
# @return [Array<(DomainExportJobEntitiesResponseV1, Integer, Hash)>] DomainExportJobEntitiesResponseV1 data, response status code and response headers
|
695
695
|
def get_export_jobs_v1_with_http_info(ids, opts = {})
|
696
696
|
if @api_client.config.debugging
|
697
|
-
@api_client.config.logger.debug 'Calling API:
|
697
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_export_jobs_v1 ...'
|
698
698
|
end
|
699
699
|
# verify the required parameter 'ids' is set
|
700
700
|
if @api_client.config.client_side_validation && ids.nil?
|
701
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
701
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_export_jobs_v1"
|
702
702
|
end
|
703
703
|
# resource path
|
704
704
|
local_var_path = '/recon/entities/exports/v1'
|
@@ -725,7 +725,7 @@ module Falcon
|
|
725
725
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
726
726
|
|
727
727
|
new_options = opts.merge(
|
728
|
-
:operation => :"
|
728
|
+
:operation => :"Recon.get_export_jobs_v1",
|
729
729
|
:header_params => header_params,
|
730
730
|
:query_params => query_params,
|
731
731
|
:form_params => form_params,
|
@@ -736,7 +736,7 @@ module Falcon
|
|
736
736
|
|
737
737
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
738
738
|
if @api_client.config.debugging
|
739
|
-
@api_client.config.logger.debug "API called:
|
739
|
+
@api_client.config.logger.debug "API called: Recon#get_export_jobs_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
740
740
|
end
|
741
741
|
return data, status_code, headers
|
742
742
|
end
|
@@ -756,11 +756,11 @@ module Falcon
|
|
756
756
|
# @return [Array<(Array<Integer>, Integer, Hash)>] Array<Integer> data, response status code and response headers
|
757
757
|
def get_file_content_for_export_jobs_v1_with_http_info(id, opts = {})
|
758
758
|
if @api_client.config.debugging
|
759
|
-
@api_client.config.logger.debug 'Calling API:
|
759
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_file_content_for_export_jobs_v1 ...'
|
760
760
|
end
|
761
761
|
# verify the required parameter 'id' is set
|
762
762
|
if @api_client.config.client_side_validation && id.nil?
|
763
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
763
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling Recon.get_file_content_for_export_jobs_v1"
|
764
764
|
end
|
765
765
|
# resource path
|
766
766
|
local_var_path = '/recon/entities/export-files/v1'
|
@@ -787,7 +787,7 @@ module Falcon
|
|
787
787
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
788
788
|
|
789
789
|
new_options = opts.merge(
|
790
|
-
:operation => :"
|
790
|
+
:operation => :"Recon.get_file_content_for_export_jobs_v1",
|
791
791
|
:header_params => header_params,
|
792
792
|
:query_params => query_params,
|
793
793
|
:form_params => form_params,
|
@@ -798,7 +798,7 @@ module Falcon
|
|
798
798
|
|
799
799
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
800
800
|
if @api_client.config.debugging
|
801
|
-
@api_client.config.logger.debug "API called:
|
801
|
+
@api_client.config.logger.debug "API called: Recon#get_file_content_for_export_jobs_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
802
802
|
end
|
803
803
|
return data, status_code, headers
|
804
804
|
end
|
@@ -820,11 +820,11 @@ module Falcon
|
|
820
820
|
# @return [Array<(DomainNotificationDetailsResponseV1, Integer, Hash)>] DomainNotificationDetailsResponseV1 data, response status code and response headers
|
821
821
|
def get_notifications_detailed_translated_v1_with_http_info(ids, opts = {})
|
822
822
|
if @api_client.config.debugging
|
823
|
-
@api_client.config.logger.debug 'Calling API:
|
823
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_notifications_detailed_translated_v1 ...'
|
824
824
|
end
|
825
825
|
# verify the required parameter 'ids' is set
|
826
826
|
if @api_client.config.client_side_validation && ids.nil?
|
827
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
827
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_notifications_detailed_translated_v1"
|
828
828
|
end
|
829
829
|
# resource path
|
830
830
|
local_var_path = '/recon/entities/notifications-detailed-translated/v1'
|
@@ -851,7 +851,7 @@ module Falcon
|
|
851
851
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
852
852
|
|
853
853
|
new_options = opts.merge(
|
854
|
-
:operation => :"
|
854
|
+
:operation => :"Recon.get_notifications_detailed_translated_v1",
|
855
855
|
:header_params => header_params,
|
856
856
|
:query_params => query_params,
|
857
857
|
:form_params => form_params,
|
@@ -862,7 +862,7 @@ module Falcon
|
|
862
862
|
|
863
863
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
864
864
|
if @api_client.config.debugging
|
865
|
-
@api_client.config.logger.debug "API called:
|
865
|
+
@api_client.config.logger.debug "API called: Recon#get_notifications_detailed_translated_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
866
866
|
end
|
867
867
|
return data, status_code, headers
|
868
868
|
end
|
@@ -884,11 +884,11 @@ module Falcon
|
|
884
884
|
# @return [Array<(DomainNotificationDetailsResponseV1, Integer, Hash)>] DomainNotificationDetailsResponseV1 data, response status code and response headers
|
885
885
|
def get_notifications_detailed_v1_with_http_info(ids, opts = {})
|
886
886
|
if @api_client.config.debugging
|
887
|
-
@api_client.config.logger.debug 'Calling API:
|
887
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_notifications_detailed_v1 ...'
|
888
888
|
end
|
889
889
|
# verify the required parameter 'ids' is set
|
890
890
|
if @api_client.config.client_side_validation && ids.nil?
|
891
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
891
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_notifications_detailed_v1"
|
892
892
|
end
|
893
893
|
# resource path
|
894
894
|
local_var_path = '/recon/entities/notifications-detailed/v1'
|
@@ -915,7 +915,7 @@ module Falcon
|
|
915
915
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
916
916
|
|
917
917
|
new_options = opts.merge(
|
918
|
-
:operation => :"
|
918
|
+
:operation => :"Recon.get_notifications_detailed_v1",
|
919
919
|
:header_params => header_params,
|
920
920
|
:query_params => query_params,
|
921
921
|
:form_params => form_params,
|
@@ -926,7 +926,7 @@ module Falcon
|
|
926
926
|
|
927
927
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
928
928
|
if @api_client.config.debugging
|
929
|
-
@api_client.config.logger.debug "API called:
|
929
|
+
@api_client.config.logger.debug "API called: Recon#get_notifications_detailed_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
930
930
|
end
|
931
931
|
return data, status_code, headers
|
932
932
|
end
|
@@ -946,11 +946,11 @@ module Falcon
|
|
946
946
|
# @return [Array<(ApiNotificationExposedDataRecordEntitiesResponseV1, Integer, Hash)>] ApiNotificationExposedDataRecordEntitiesResponseV1 data, response status code and response headers
|
947
947
|
def get_notifications_exposed_data_records_v1_with_http_info(ids, opts = {})
|
948
948
|
if @api_client.config.debugging
|
949
|
-
@api_client.config.logger.debug 'Calling API:
|
949
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_notifications_exposed_data_records_v1 ...'
|
950
950
|
end
|
951
951
|
# verify the required parameter 'ids' is set
|
952
952
|
if @api_client.config.client_side_validation && ids.nil?
|
953
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
953
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_notifications_exposed_data_records_v1"
|
954
954
|
end
|
955
955
|
# resource path
|
956
956
|
local_var_path = '/recon/entities/notifications-exposed-data-records/v1'
|
@@ -977,7 +977,7 @@ module Falcon
|
|
977
977
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
978
978
|
|
979
979
|
new_options = opts.merge(
|
980
|
-
:operation => :"
|
980
|
+
:operation => :"Recon.get_notifications_exposed_data_records_v1",
|
981
981
|
:header_params => header_params,
|
982
982
|
:query_params => query_params,
|
983
983
|
:form_params => form_params,
|
@@ -988,7 +988,7 @@ module Falcon
|
|
988
988
|
|
989
989
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
990
990
|
if @api_client.config.debugging
|
991
|
-
@api_client.config.logger.debug "API called:
|
991
|
+
@api_client.config.logger.debug "API called: Recon#get_notifications_exposed_data_records_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
992
992
|
end
|
993
993
|
return data, status_code, headers
|
994
994
|
end
|
@@ -1008,11 +1008,11 @@ module Falcon
|
|
1008
1008
|
# @return [Array<(DomainNotificationEntitiesResponseV1, Integer, Hash)>] DomainNotificationEntitiesResponseV1 data, response status code and response headers
|
1009
1009
|
def get_notifications_translated_v1_with_http_info(ids, opts = {})
|
1010
1010
|
if @api_client.config.debugging
|
1011
|
-
@api_client.config.logger.debug 'Calling API:
|
1011
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_notifications_translated_v1 ...'
|
1012
1012
|
end
|
1013
1013
|
# verify the required parameter 'ids' is set
|
1014
1014
|
if @api_client.config.client_side_validation && ids.nil?
|
1015
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1015
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_notifications_translated_v1"
|
1016
1016
|
end
|
1017
1017
|
# resource path
|
1018
1018
|
local_var_path = '/recon/entities/notifications-translated/v1'
|
@@ -1039,7 +1039,7 @@ module Falcon
|
|
1039
1039
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1040
1040
|
|
1041
1041
|
new_options = opts.merge(
|
1042
|
-
:operation => :"
|
1042
|
+
:operation => :"Recon.get_notifications_translated_v1",
|
1043
1043
|
:header_params => header_params,
|
1044
1044
|
:query_params => query_params,
|
1045
1045
|
:form_params => form_params,
|
@@ -1050,7 +1050,7 @@ module Falcon
|
|
1050
1050
|
|
1051
1051
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1052
1052
|
if @api_client.config.debugging
|
1053
|
-
@api_client.config.logger.debug "API called:
|
1053
|
+
@api_client.config.logger.debug "API called: Recon#get_notifications_translated_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1054
1054
|
end
|
1055
1055
|
return data, status_code, headers
|
1056
1056
|
end
|
@@ -1070,11 +1070,11 @@ module Falcon
|
|
1070
1070
|
# @return [Array<(DomainNotificationEntitiesResponseV1, Integer, Hash)>] DomainNotificationEntitiesResponseV1 data, response status code and response headers
|
1071
1071
|
def get_notifications_v1_with_http_info(ids, opts = {})
|
1072
1072
|
if @api_client.config.debugging
|
1073
|
-
@api_client.config.logger.debug 'Calling API:
|
1073
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_notifications_v1 ...'
|
1074
1074
|
end
|
1075
1075
|
# verify the required parameter 'ids' is set
|
1076
1076
|
if @api_client.config.client_side_validation && ids.nil?
|
1077
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1077
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_notifications_v1"
|
1078
1078
|
end
|
1079
1079
|
# resource path
|
1080
1080
|
local_var_path = '/recon/entities/notifications/v1'
|
@@ -1101,7 +1101,7 @@ module Falcon
|
|
1101
1101
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1102
1102
|
|
1103
1103
|
new_options = opts.merge(
|
1104
|
-
:operation => :"
|
1104
|
+
:operation => :"Recon.get_notifications_v1",
|
1105
1105
|
:header_params => header_params,
|
1106
1106
|
:query_params => query_params,
|
1107
1107
|
:form_params => form_params,
|
@@ -1112,7 +1112,7 @@ module Falcon
|
|
1112
1112
|
|
1113
1113
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1114
1114
|
if @api_client.config.debugging
|
1115
|
-
@api_client.config.logger.debug "API called:
|
1115
|
+
@api_client.config.logger.debug "API called: Recon#get_notifications_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1116
1116
|
end
|
1117
1117
|
return data, status_code, headers
|
1118
1118
|
end
|
@@ -1132,11 +1132,11 @@ module Falcon
|
|
1132
1132
|
# @return [Array<(DomainRulesEntitiesResponseV1, Integer, Hash)>] DomainRulesEntitiesResponseV1 data, response status code and response headers
|
1133
1133
|
def get_rules_v1_with_http_info(ids, opts = {})
|
1134
1134
|
if @api_client.config.debugging
|
1135
|
-
@api_client.config.logger.debug 'Calling API:
|
1135
|
+
@api_client.config.logger.debug 'Calling API: Recon.get_rules_v1 ...'
|
1136
1136
|
end
|
1137
1137
|
# verify the required parameter 'ids' is set
|
1138
1138
|
if @api_client.config.client_side_validation && ids.nil?
|
1139
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1139
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Recon.get_rules_v1"
|
1140
1140
|
end
|
1141
1141
|
# resource path
|
1142
1142
|
local_var_path = '/recon/entities/rules/v1'
|
@@ -1163,7 +1163,7 @@ module Falcon
|
|
1163
1163
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1164
1164
|
|
1165
1165
|
new_options = opts.merge(
|
1166
|
-
:operation => :"
|
1166
|
+
:operation => :"Recon.get_rules_v1",
|
1167
1167
|
:header_params => header_params,
|
1168
1168
|
:query_params => query_params,
|
1169
1169
|
:form_params => form_params,
|
@@ -1174,7 +1174,7 @@ module Falcon
|
|
1174
1174
|
|
1175
1175
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1176
1176
|
if @api_client.config.debugging
|
1177
|
-
@api_client.config.logger.debug "API called:
|
1177
|
+
@api_client.config.logger.debug "API called: Recon#get_rules_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1178
1178
|
end
|
1179
1179
|
return data, status_code, headers
|
1180
1180
|
end
|
@@ -1194,11 +1194,11 @@ module Falcon
|
|
1194
1194
|
# @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
|
1195
1195
|
def preview_rule_v1_with_http_info(body, opts = {})
|
1196
1196
|
if @api_client.config.debugging
|
1197
|
-
@api_client.config.logger.debug 'Calling API:
|
1197
|
+
@api_client.config.logger.debug 'Calling API: Recon.preview_rule_v1 ...'
|
1198
1198
|
end
|
1199
1199
|
# verify the required parameter 'body' is set
|
1200
1200
|
if @api_client.config.client_side_validation && body.nil?
|
1201
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1201
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.preview_rule_v1"
|
1202
1202
|
end
|
1203
1203
|
# resource path
|
1204
1204
|
local_var_path = '/recon/aggregates/rules-preview/GET/v1'
|
@@ -1229,7 +1229,7 @@ module Falcon
|
|
1229
1229
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1230
1230
|
|
1231
1231
|
new_options = opts.merge(
|
1232
|
-
:operation => :"
|
1232
|
+
:operation => :"Recon.preview_rule_v1",
|
1233
1233
|
:header_params => header_params,
|
1234
1234
|
:query_params => query_params,
|
1235
1235
|
:form_params => form_params,
|
@@ -1240,7 +1240,7 @@ module Falcon
|
|
1240
1240
|
|
1241
1241
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1242
1242
|
if @api_client.config.debugging
|
1243
|
-
@api_client.config.logger.debug "API called:
|
1243
|
+
@api_client.config.logger.debug "API called: Recon#preview_rule_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1244
1244
|
end
|
1245
1245
|
return data, status_code, headers
|
1246
1246
|
end
|
@@ -1268,14 +1268,14 @@ module Falcon
|
|
1268
1268
|
# @return [Array<(DomainQueryResponse, Integer, Hash)>] DomainQueryResponse data, response status code and response headers
|
1269
1269
|
def query_actions_v1_with_http_info(opts = {})
|
1270
1270
|
if @api_client.config.debugging
|
1271
|
-
@api_client.config.logger.debug 'Calling API:
|
1271
|
+
@api_client.config.logger.debug 'Calling API: Recon.query_actions_v1 ...'
|
1272
1272
|
end
|
1273
1273
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
1274
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1274
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_actions_v1, must be smaller than or equal to 500.'
|
1275
1275
|
end
|
1276
1276
|
|
1277
1277
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
1278
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1278
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_actions_v1, must be greater than or equal to 1.'
|
1279
1279
|
end
|
1280
1280
|
|
1281
1281
|
# resource path
|
@@ -1307,7 +1307,7 @@ module Falcon
|
|
1307
1307
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1308
1308
|
|
1309
1309
|
new_options = opts.merge(
|
1310
|
-
:operation => :"
|
1310
|
+
:operation => :"Recon.query_actions_v1",
|
1311
1311
|
:header_params => header_params,
|
1312
1312
|
:query_params => query_params,
|
1313
1313
|
:form_params => form_params,
|
@@ -1318,7 +1318,7 @@ module Falcon
|
|
1318
1318
|
|
1319
1319
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1320
1320
|
if @api_client.config.debugging
|
1321
|
-
@api_client.config.logger.debug "API called:
|
1321
|
+
@api_client.config.logger.debug "API called: Recon#query_actions_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1322
1322
|
end
|
1323
1323
|
return data, status_code, headers
|
1324
1324
|
end
|
@@ -1346,14 +1346,14 @@ module Falcon
|
|
1346
1346
|
# @return [Array<(DomainQueryResponse, Integer, Hash)>] DomainQueryResponse data, response status code and response headers
|
1347
1347
|
def query_notifications_exposed_data_records_v1_with_http_info(opts = {})
|
1348
1348
|
if @api_client.config.debugging
|
1349
|
-
@api_client.config.logger.debug 'Calling API:
|
1349
|
+
@api_client.config.logger.debug 'Calling API: Recon.query_notifications_exposed_data_records_v1 ...'
|
1350
1350
|
end
|
1351
1351
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
1352
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1352
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_notifications_exposed_data_records_v1, must be smaller than or equal to 500.'
|
1353
1353
|
end
|
1354
1354
|
|
1355
1355
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
1356
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1356
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_notifications_exposed_data_records_v1, must be greater than or equal to 1.'
|
1357
1357
|
end
|
1358
1358
|
|
1359
1359
|
# resource path
|
@@ -1385,7 +1385,7 @@ module Falcon
|
|
1385
1385
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1386
1386
|
|
1387
1387
|
new_options = opts.merge(
|
1388
|
-
:operation => :"
|
1388
|
+
:operation => :"Recon.query_notifications_exposed_data_records_v1",
|
1389
1389
|
:header_params => header_params,
|
1390
1390
|
:query_params => query_params,
|
1391
1391
|
:form_params => form_params,
|
@@ -1396,7 +1396,7 @@ module Falcon
|
|
1396
1396
|
|
1397
1397
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1398
1398
|
if @api_client.config.debugging
|
1399
|
-
@api_client.config.logger.debug "API called:
|
1399
|
+
@api_client.config.logger.debug "API called: Recon#query_notifications_exposed_data_records_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1400
1400
|
end
|
1401
1401
|
return data, status_code, headers
|
1402
1402
|
end
|
@@ -1424,14 +1424,14 @@ module Falcon
|
|
1424
1424
|
# @return [Array<(DomainQueryResponse, Integer, Hash)>] DomainQueryResponse data, response status code and response headers
|
1425
1425
|
def query_notifications_v1_with_http_info(opts = {})
|
1426
1426
|
if @api_client.config.debugging
|
1427
|
-
@api_client.config.logger.debug 'Calling API:
|
1427
|
+
@api_client.config.logger.debug 'Calling API: Recon.query_notifications_v1 ...'
|
1428
1428
|
end
|
1429
1429
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
1430
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1430
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_notifications_v1, must be smaller than or equal to 500.'
|
1431
1431
|
end
|
1432
1432
|
|
1433
1433
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
1434
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1434
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_notifications_v1, must be greater than or equal to 1.'
|
1435
1435
|
end
|
1436
1436
|
|
1437
1437
|
# resource path
|
@@ -1463,7 +1463,7 @@ module Falcon
|
|
1463
1463
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1464
1464
|
|
1465
1465
|
new_options = opts.merge(
|
1466
|
-
:operation => :"
|
1466
|
+
:operation => :"Recon.query_notifications_v1",
|
1467
1467
|
:header_params => header_params,
|
1468
1468
|
:query_params => query_params,
|
1469
1469
|
:form_params => form_params,
|
@@ -1474,7 +1474,7 @@ module Falcon
|
|
1474
1474
|
|
1475
1475
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1476
1476
|
if @api_client.config.debugging
|
1477
|
-
@api_client.config.logger.debug "API called:
|
1477
|
+
@api_client.config.logger.debug "API called: Recon#query_notifications_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1478
1478
|
end
|
1479
1479
|
return data, status_code, headers
|
1480
1480
|
end
|
@@ -1504,14 +1504,14 @@ module Falcon
|
|
1504
1504
|
# @return [Array<(DomainRuleQueryResponseV1, Integer, Hash)>] DomainRuleQueryResponseV1 data, response status code and response headers
|
1505
1505
|
def query_rules_v1_with_http_info(opts = {})
|
1506
1506
|
if @api_client.config.debugging
|
1507
|
-
@api_client.config.logger.debug 'Calling API:
|
1507
|
+
@api_client.config.logger.debug 'Calling API: Recon.query_rules_v1 ...'
|
1508
1508
|
end
|
1509
1509
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
1510
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1510
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_rules_v1, must be smaller than or equal to 500.'
|
1511
1511
|
end
|
1512
1512
|
|
1513
1513
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
1514
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1514
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Recon.query_rules_v1, must be greater than or equal to 1.'
|
1515
1515
|
end
|
1516
1516
|
|
1517
1517
|
# resource path
|
@@ -1544,7 +1544,7 @@ module Falcon
|
|
1544
1544
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1545
1545
|
|
1546
1546
|
new_options = opts.merge(
|
1547
|
-
:operation => :"
|
1547
|
+
:operation => :"Recon.query_rules_v1",
|
1548
1548
|
:header_params => header_params,
|
1549
1549
|
:query_params => query_params,
|
1550
1550
|
:form_params => form_params,
|
@@ -1555,7 +1555,7 @@ module Falcon
|
|
1555
1555
|
|
1556
1556
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1557
1557
|
if @api_client.config.debugging
|
1558
|
-
@api_client.config.logger.debug "API called:
|
1558
|
+
@api_client.config.logger.debug "API called: Recon#query_rules_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1559
1559
|
end
|
1560
1560
|
return data, status_code, headers
|
1561
1561
|
end
|
@@ -1575,11 +1575,11 @@ module Falcon
|
|
1575
1575
|
# @return [Array<(DomainActionEntitiesResponseV1, Integer, Hash)>] DomainActionEntitiesResponseV1 data, response status code and response headers
|
1576
1576
|
def update_action_v1_with_http_info(body, opts = {})
|
1577
1577
|
if @api_client.config.debugging
|
1578
|
-
@api_client.config.logger.debug 'Calling API:
|
1578
|
+
@api_client.config.logger.debug 'Calling API: Recon.update_action_v1 ...'
|
1579
1579
|
end
|
1580
1580
|
# verify the required parameter 'body' is set
|
1581
1581
|
if @api_client.config.client_side_validation && body.nil?
|
1582
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1582
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.update_action_v1"
|
1583
1583
|
end
|
1584
1584
|
# resource path
|
1585
1585
|
local_var_path = '/recon/entities/actions/v1'
|
@@ -1610,7 +1610,7 @@ module Falcon
|
|
1610
1610
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1611
1611
|
|
1612
1612
|
new_options = opts.merge(
|
1613
|
-
:operation => :"
|
1613
|
+
:operation => :"Recon.update_action_v1",
|
1614
1614
|
:header_params => header_params,
|
1615
1615
|
:query_params => query_params,
|
1616
1616
|
:form_params => form_params,
|
@@ -1621,7 +1621,7 @@ module Falcon
|
|
1621
1621
|
|
1622
1622
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1623
1623
|
if @api_client.config.debugging
|
1624
|
-
@api_client.config.logger.debug "API called:
|
1624
|
+
@api_client.config.logger.debug "API called: Recon#update_action_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1625
1625
|
end
|
1626
1626
|
return data, status_code, headers
|
1627
1627
|
end
|
@@ -1641,11 +1641,11 @@ module Falcon
|
|
1641
1641
|
# @return [Array<(DomainNotificationEntitiesResponseV1, Integer, Hash)>] DomainNotificationEntitiesResponseV1 data, response status code and response headers
|
1642
1642
|
def update_notifications_v1_with_http_info(body, opts = {})
|
1643
1643
|
if @api_client.config.debugging
|
1644
|
-
@api_client.config.logger.debug 'Calling API:
|
1644
|
+
@api_client.config.logger.debug 'Calling API: Recon.update_notifications_v1 ...'
|
1645
1645
|
end
|
1646
1646
|
# verify the required parameter 'body' is set
|
1647
1647
|
if @api_client.config.client_side_validation && body.nil?
|
1648
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1648
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.update_notifications_v1"
|
1649
1649
|
end
|
1650
1650
|
# resource path
|
1651
1651
|
local_var_path = '/recon/entities/notifications/v1'
|
@@ -1676,7 +1676,7 @@ module Falcon
|
|
1676
1676
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1677
1677
|
|
1678
1678
|
new_options = opts.merge(
|
1679
|
-
:operation => :"
|
1679
|
+
:operation => :"Recon.update_notifications_v1",
|
1680
1680
|
:header_params => header_params,
|
1681
1681
|
:query_params => query_params,
|
1682
1682
|
:form_params => form_params,
|
@@ -1687,7 +1687,7 @@ module Falcon
|
|
1687
1687
|
|
1688
1688
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1689
1689
|
if @api_client.config.debugging
|
1690
|
-
@api_client.config.logger.debug "API called:
|
1690
|
+
@api_client.config.logger.debug "API called: Recon#update_notifications_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1691
1691
|
end
|
1692
1692
|
return data, status_code, headers
|
1693
1693
|
end
|
@@ -1707,11 +1707,11 @@ module Falcon
|
|
1707
1707
|
# @return [Array<(DomainRulesEntitiesResponseV1, Integer, Hash)>] DomainRulesEntitiesResponseV1 data, response status code and response headers
|
1708
1708
|
def update_rules_v1_with_http_info(body, opts = {})
|
1709
1709
|
if @api_client.config.debugging
|
1710
|
-
@api_client.config.logger.debug 'Calling API:
|
1710
|
+
@api_client.config.logger.debug 'Calling API: Recon.update_rules_v1 ...'
|
1711
1711
|
end
|
1712
1712
|
# verify the required parameter 'body' is set
|
1713
1713
|
if @api_client.config.client_side_validation && body.nil?
|
1714
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1714
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Recon.update_rules_v1"
|
1715
1715
|
end
|
1716
1716
|
# resource path
|
1717
1717
|
local_var_path = '/recon/entities/rules/v1'
|
@@ -1742,7 +1742,7 @@ module Falcon
|
|
1742
1742
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1743
1743
|
|
1744
1744
|
new_options = opts.merge(
|
1745
|
-
:operation => :"
|
1745
|
+
:operation => :"Recon.update_rules_v1",
|
1746
1746
|
:header_params => header_params,
|
1747
1747
|
:query_params => query_params,
|
1748
1748
|
:form_params => form_params,
|
@@ -1753,7 +1753,7 @@ module Falcon
|
|
1753
1753
|
|
1754
1754
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1755
1755
|
if @api_client.config.debugging
|
1756
|
-
@api_client.config.logger.debug "API called:
|
1756
|
+
@api_client.config.logger.debug "API called: Recon#update_rules_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1757
1757
|
end
|
1758
1758
|
return data, status_code, headers
|
1759
1759
|
end
|