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 CustomIoa
|
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<(ApiRulesResponse, Integer, Hash)>] ApiRulesResponse data, response status code and response headers
|
52
52
|
def create_rule_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: CustomIoa.create_rule ...'
|
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 CustomIoa.create_rule"
|
59
59
|
end
|
60
60
|
# resource path
|
61
61
|
local_var_path = '/ioarules/entities/rules/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 => :"CustomIoa.create_rule",
|
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: CustomIoa#create_rule\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<(ApiRuleGroupsResponse, Integer, Hash)>] ApiRuleGroupsResponse data, response status code and response headers
|
118
118
|
def create_rule_group_mixin0_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: CustomIoa.create_rule_group_mixin0 ...'
|
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 CustomIoa.create_rule_group_mixin0"
|
125
125
|
end
|
126
126
|
# resource path
|
127
127
|
local_var_path = '/ioarules/entities/rule-groups/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 => :"CustomIoa.create_rule_group_mixin0",
|
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: CustomIoa#create_rule_group_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
167
167
|
end
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
@@ -185,11 +185,11 @@ module Falcon
|
|
185
185
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
186
186
|
def delete_rule_groups_mixin0_with_http_info(ids, opts = {})
|
187
187
|
if @api_client.config.debugging
|
188
|
-
@api_client.config.logger.debug 'Calling API:
|
188
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.delete_rule_groups_mixin0 ...'
|
189
189
|
end
|
190
190
|
# verify the required parameter 'ids' is set
|
191
191
|
if @api_client.config.client_side_validation && ids.nil?
|
192
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
192
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.delete_rule_groups_mixin0"
|
193
193
|
end
|
194
194
|
# resource path
|
195
195
|
local_var_path = '/ioarules/entities/rule-groups/v1'
|
@@ -217,7 +217,7 @@ module Falcon
|
|
217
217
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
218
218
|
|
219
219
|
new_options = opts.merge(
|
220
|
-
:operation => :"
|
220
|
+
:operation => :"CustomIoa.delete_rule_groups_mixin0",
|
221
221
|
:header_params => header_params,
|
222
222
|
:query_params => query_params,
|
223
223
|
:form_params => form_params,
|
@@ -228,7 +228,7 @@ module Falcon
|
|
228
228
|
|
229
229
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
230
230
|
if @api_client.config.debugging
|
231
|
-
@api_client.config.logger.debug "API called:
|
231
|
+
@api_client.config.logger.debug "API called: CustomIoa#delete_rule_groups_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
232
232
|
end
|
233
233
|
return data, status_code, headers
|
234
234
|
end
|
@@ -239,8 +239,8 @@ module Falcon
|
|
239
239
|
# @param [Hash] opts the optional parameters
|
240
240
|
# @option opts [String] :comment Explains why the entity is being deleted
|
241
241
|
# @return [MsaReplyMetaOnly]
|
242
|
-
def
|
243
|
-
data, _status_code, _headers =
|
242
|
+
def delete_rules(rule_group_id, ids, opts = {})
|
243
|
+
data, _status_code, _headers = delete_rules_with_http_info(rule_group_id, ids, opts)
|
244
244
|
data
|
245
245
|
end
|
246
246
|
|
@@ -250,17 +250,17 @@ module Falcon
|
|
250
250
|
# @param [Hash] opts the optional parameters
|
251
251
|
# @option opts [String] :comment Explains why the entity is being deleted
|
252
252
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
253
|
-
def
|
253
|
+
def delete_rules_with_http_info(rule_group_id, ids, opts = {})
|
254
254
|
if @api_client.config.debugging
|
255
|
-
@api_client.config.logger.debug 'Calling API:
|
255
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.delete_rules ...'
|
256
256
|
end
|
257
257
|
# verify the required parameter 'rule_group_id' is set
|
258
258
|
if @api_client.config.client_side_validation && rule_group_id.nil?
|
259
|
-
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling
|
259
|
+
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling CustomIoa.delete_rules"
|
260
260
|
end
|
261
261
|
# verify the required parameter 'ids' is set
|
262
262
|
if @api_client.config.client_side_validation && ids.nil?
|
263
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
263
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.delete_rules"
|
264
264
|
end
|
265
265
|
# resource path
|
266
266
|
local_var_path = '/ioarules/entities/rules/v1'
|
@@ -289,7 +289,7 @@ module Falcon
|
|
289
289
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
290
290
|
|
291
291
|
new_options = opts.merge(
|
292
|
-
:operation => :"
|
292
|
+
:operation => :"CustomIoa.delete_rules",
|
293
293
|
:header_params => header_params,
|
294
294
|
:query_params => query_params,
|
295
295
|
:form_params => form_params,
|
@@ -300,7 +300,7 @@ module Falcon
|
|
300
300
|
|
301
301
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
302
302
|
if @api_client.config.debugging
|
303
|
-
@api_client.config.logger.debug "API called:
|
303
|
+
@api_client.config.logger.debug "API called: CustomIoa#delete_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
304
304
|
end
|
305
305
|
return data, status_code, headers
|
306
306
|
end
|
@@ -320,11 +320,11 @@ module Falcon
|
|
320
320
|
# @return [Array<(ApiPatternsResponse, Integer, Hash)>] ApiPatternsResponse data, response status code and response headers
|
321
321
|
def get_patterns_with_http_info(ids, opts = {})
|
322
322
|
if @api_client.config.debugging
|
323
|
-
@api_client.config.logger.debug 'Calling API:
|
323
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_patterns ...'
|
324
324
|
end
|
325
325
|
# verify the required parameter 'ids' is set
|
326
326
|
if @api_client.config.client_side_validation && ids.nil?
|
327
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
327
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.get_patterns"
|
328
328
|
end
|
329
329
|
# resource path
|
330
330
|
local_var_path = '/ioarules/entities/pattern-severities/v1'
|
@@ -351,7 +351,7 @@ module Falcon
|
|
351
351
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
352
352
|
|
353
353
|
new_options = opts.merge(
|
354
|
-
:operation => :"
|
354
|
+
:operation => :"CustomIoa.get_patterns",
|
355
355
|
:header_params => header_params,
|
356
356
|
:query_params => query_params,
|
357
357
|
:form_params => form_params,
|
@@ -362,7 +362,7 @@ module Falcon
|
|
362
362
|
|
363
363
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
364
364
|
if @api_client.config.debugging
|
365
|
-
@api_client.config.logger.debug "API called:
|
365
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_patterns\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
366
366
|
end
|
367
367
|
return data, status_code, headers
|
368
368
|
end
|
@@ -382,11 +382,11 @@ module Falcon
|
|
382
382
|
# @return [Array<(ApiPlatformsResponse, Integer, Hash)>] ApiPlatformsResponse data, response status code and response headers
|
383
383
|
def get_platforms_mixin0_with_http_info(ids, opts = {})
|
384
384
|
if @api_client.config.debugging
|
385
|
-
@api_client.config.logger.debug 'Calling API:
|
385
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_platforms_mixin0 ...'
|
386
386
|
end
|
387
387
|
# verify the required parameter 'ids' is set
|
388
388
|
if @api_client.config.client_side_validation && ids.nil?
|
389
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
389
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.get_platforms_mixin0"
|
390
390
|
end
|
391
391
|
# resource path
|
392
392
|
local_var_path = '/ioarules/entities/platforms/v1'
|
@@ -413,7 +413,7 @@ module Falcon
|
|
413
413
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
414
414
|
|
415
415
|
new_options = opts.merge(
|
416
|
-
:operation => :"
|
416
|
+
:operation => :"CustomIoa.get_platforms_mixin0",
|
417
417
|
:header_params => header_params,
|
418
418
|
:query_params => query_params,
|
419
419
|
:form_params => form_params,
|
@@ -424,7 +424,7 @@ module Falcon
|
|
424
424
|
|
425
425
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
426
426
|
if @api_client.config.debugging
|
427
|
-
@api_client.config.logger.debug "API called:
|
427
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_platforms_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
428
428
|
end
|
429
429
|
return data, status_code, headers
|
430
430
|
end
|
@@ -444,11 +444,11 @@ module Falcon
|
|
444
444
|
# @return [Array<(ApiRuleGroupsResponse, Integer, Hash)>] ApiRuleGroupsResponse data, response status code and response headers
|
445
445
|
def get_rule_groups_mixin0_with_http_info(ids, opts = {})
|
446
446
|
if @api_client.config.debugging
|
447
|
-
@api_client.config.logger.debug 'Calling API:
|
447
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_rule_groups_mixin0 ...'
|
448
448
|
end
|
449
449
|
# verify the required parameter 'ids' is set
|
450
450
|
if @api_client.config.client_side_validation && ids.nil?
|
451
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
451
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.get_rule_groups_mixin0"
|
452
452
|
end
|
453
453
|
# resource path
|
454
454
|
local_var_path = '/ioarules/entities/rule-groups/v1'
|
@@ -475,7 +475,7 @@ module Falcon
|
|
475
475
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
476
476
|
|
477
477
|
new_options = opts.merge(
|
478
|
-
:operation => :"
|
478
|
+
:operation => :"CustomIoa.get_rule_groups_mixin0",
|
479
479
|
:header_params => header_params,
|
480
480
|
:query_params => query_params,
|
481
481
|
:form_params => form_params,
|
@@ -486,7 +486,7 @@ module Falcon
|
|
486
486
|
|
487
487
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
488
488
|
if @api_client.config.debugging
|
489
|
-
@api_client.config.logger.debug "API called:
|
489
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_rule_groups_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
490
490
|
end
|
491
491
|
return data, status_code, headers
|
492
492
|
end
|
@@ -506,11 +506,11 @@ module Falcon
|
|
506
506
|
# @return [Array<(ApiRuleTypesResponse, Integer, Hash)>] ApiRuleTypesResponse data, response status code and response headers
|
507
507
|
def get_rule_types_with_http_info(ids, opts = {})
|
508
508
|
if @api_client.config.debugging
|
509
|
-
@api_client.config.logger.debug 'Calling API:
|
509
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_rule_types ...'
|
510
510
|
end
|
511
511
|
# verify the required parameter 'ids' is set
|
512
512
|
if @api_client.config.client_side_validation && ids.nil?
|
513
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
513
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.get_rule_types"
|
514
514
|
end
|
515
515
|
# resource path
|
516
516
|
local_var_path = '/ioarules/entities/rule-types/v1'
|
@@ -537,7 +537,7 @@ module Falcon
|
|
537
537
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
538
538
|
|
539
539
|
new_options = opts.merge(
|
540
|
-
:operation => :"
|
540
|
+
:operation => :"CustomIoa.get_rule_types",
|
541
541
|
:header_params => header_params,
|
542
542
|
:query_params => query_params,
|
543
543
|
:form_params => form_params,
|
@@ -548,7 +548,7 @@ module Falcon
|
|
548
548
|
|
549
549
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
550
550
|
if @api_client.config.debugging
|
551
|
-
@api_client.config.logger.debug "API called:
|
551
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_rule_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
552
552
|
end
|
553
553
|
return data, status_code, headers
|
554
554
|
end
|
@@ -568,11 +568,11 @@ module Falcon
|
|
568
568
|
# @return [Array<(ApiRulesResponse, Integer, Hash)>] ApiRulesResponse data, response status code and response headers
|
569
569
|
def get_rules_get_with_http_info(body, opts = {})
|
570
570
|
if @api_client.config.debugging
|
571
|
-
@api_client.config.logger.debug 'Calling API:
|
571
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_rules_get ...'
|
572
572
|
end
|
573
573
|
# verify the required parameter 'body' is set
|
574
574
|
if @api_client.config.client_side_validation && body.nil?
|
575
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
575
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling CustomIoa.get_rules_get"
|
576
576
|
end
|
577
577
|
# resource path
|
578
578
|
local_var_path = '/ioarules/entities/rules/GET/v1'
|
@@ -603,7 +603,7 @@ module Falcon
|
|
603
603
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
604
604
|
|
605
605
|
new_options = opts.merge(
|
606
|
-
:operation => :"
|
606
|
+
:operation => :"CustomIoa.get_rules_get",
|
607
607
|
:header_params => header_params,
|
608
608
|
:query_params => query_params,
|
609
609
|
:form_params => form_params,
|
@@ -614,7 +614,7 @@ module Falcon
|
|
614
614
|
|
615
615
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
616
616
|
if @api_client.config.debugging
|
617
|
-
@api_client.config.logger.debug "API called:
|
617
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_rules_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
618
618
|
end
|
619
619
|
return data, status_code, headers
|
620
620
|
end
|
@@ -634,11 +634,11 @@ module Falcon
|
|
634
634
|
# @return [Array<(ApiRulesResponse, Integer, Hash)>] ApiRulesResponse data, response status code and response headers
|
635
635
|
def get_rules_mixin0_with_http_info(ids, opts = {})
|
636
636
|
if @api_client.config.debugging
|
637
|
-
@api_client.config.logger.debug 'Calling API:
|
637
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.get_rules_mixin0 ...'
|
638
638
|
end
|
639
639
|
# verify the required parameter 'ids' is set
|
640
640
|
if @api_client.config.client_side_validation && ids.nil?
|
641
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
641
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling CustomIoa.get_rules_mixin0"
|
642
642
|
end
|
643
643
|
# resource path
|
644
644
|
local_var_path = '/ioarules/entities/rules/v1'
|
@@ -665,7 +665,7 @@ module Falcon
|
|
665
665
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
666
666
|
|
667
667
|
new_options = opts.merge(
|
668
|
-
:operation => :"
|
668
|
+
:operation => :"CustomIoa.get_rules_mixin0",
|
669
669
|
:header_params => header_params,
|
670
670
|
:query_params => query_params,
|
671
671
|
:form_params => form_params,
|
@@ -676,7 +676,7 @@ module Falcon
|
|
676
676
|
|
677
677
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
678
678
|
if @api_client.config.debugging
|
679
|
-
@api_client.config.logger.debug "API called:
|
679
|
+
@api_client.config.logger.debug "API called: CustomIoa#get_rules_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
680
680
|
end
|
681
681
|
return data, status_code, headers
|
682
682
|
end
|
@@ -698,7 +698,7 @@ module Falcon
|
|
698
698
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
699
699
|
def query_patterns_with_http_info(opts = {})
|
700
700
|
if @api_client.config.debugging
|
701
|
-
@api_client.config.logger.debug 'Calling API:
|
701
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_patterns ...'
|
702
702
|
end
|
703
703
|
# resource path
|
704
704
|
local_var_path = '/ioarules/queries/pattern-severities/v1'
|
@@ -726,7 +726,7 @@ module Falcon
|
|
726
726
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
727
727
|
|
728
728
|
new_options = opts.merge(
|
729
|
-
:operation => :"
|
729
|
+
:operation => :"CustomIoa.query_patterns",
|
730
730
|
:header_params => header_params,
|
731
731
|
:query_params => query_params,
|
732
732
|
:form_params => form_params,
|
@@ -737,7 +737,7 @@ module Falcon
|
|
737
737
|
|
738
738
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
739
739
|
if @api_client.config.debugging
|
740
|
-
@api_client.config.logger.debug "API called:
|
740
|
+
@api_client.config.logger.debug "API called: CustomIoa#query_patterns\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
741
741
|
end
|
742
742
|
return data, status_code, headers
|
743
743
|
end
|
@@ -759,7 +759,7 @@ module Falcon
|
|
759
759
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
760
760
|
def query_platforms_mixin0_with_http_info(opts = {})
|
761
761
|
if @api_client.config.debugging
|
762
|
-
@api_client.config.logger.debug 'Calling API:
|
762
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_platforms_mixin0 ...'
|
763
763
|
end
|
764
764
|
# resource path
|
765
765
|
local_var_path = '/ioarules/queries/platforms/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 => :"CustomIoa.query_platforms_mixin0",
|
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: CustomIoa#query_platforms_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
802
802
|
end
|
803
803
|
return data, status_code, headers
|
804
804
|
end
|
@@ -826,7 +826,7 @@ module Falcon
|
|
826
826
|
# @return [Array<(ApiRuleGroupsResponse, Integer, Hash)>] ApiRuleGroupsResponse data, response status code and response headers
|
827
827
|
def query_rule_groups_full_with_http_info(opts = {})
|
828
828
|
if @api_client.config.debugging
|
829
|
-
@api_client.config.logger.debug 'Calling API:
|
829
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_rule_groups_full ...'
|
830
830
|
end
|
831
831
|
allowable_values = ["created_by", "created_on", "enabled", "modified_by", "modified_on", "name"]
|
832
832
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -861,7 +861,7 @@ module Falcon
|
|
861
861
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
862
862
|
|
863
863
|
new_options = opts.merge(
|
864
|
-
:operation => :"
|
864
|
+
:operation => :"CustomIoa.query_rule_groups_full",
|
865
865
|
:header_params => header_params,
|
866
866
|
:query_params => query_params,
|
867
867
|
:form_params => form_params,
|
@@ -872,7 +872,7 @@ module Falcon
|
|
872
872
|
|
873
873
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
874
874
|
if @api_client.config.debugging
|
875
|
-
@api_client.config.logger.debug "API called:
|
875
|
+
@api_client.config.logger.debug "API called: CustomIoa#query_rule_groups_full\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
876
876
|
end
|
877
877
|
return data, status_code, headers
|
878
878
|
end
|
@@ -900,7 +900,7 @@ module Falcon
|
|
900
900
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
901
901
|
def query_rule_groups_mixin0_with_http_info(opts = {})
|
902
902
|
if @api_client.config.debugging
|
903
|
-
@api_client.config.logger.debug 'Calling API:
|
903
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_rule_groups_mixin0 ...'
|
904
904
|
end
|
905
905
|
allowable_values = ["created_by", "created_on", "enabled", "modified_by", "modified_on", "name"]
|
906
906
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -935,7 +935,7 @@ module Falcon
|
|
935
935
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
936
936
|
|
937
937
|
new_options = opts.merge(
|
938
|
-
:operation => :"
|
938
|
+
:operation => :"CustomIoa.query_rule_groups_mixin0",
|
939
939
|
:header_params => header_params,
|
940
940
|
:query_params => query_params,
|
941
941
|
:form_params => form_params,
|
@@ -946,7 +946,7 @@ module Falcon
|
|
946
946
|
|
947
947
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
948
948
|
if @api_client.config.debugging
|
949
|
-
@api_client.config.logger.debug "API called:
|
949
|
+
@api_client.config.logger.debug "API called: CustomIoa#query_rule_groups_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
950
950
|
end
|
951
951
|
return data, status_code, headers
|
952
952
|
end
|
@@ -968,7 +968,7 @@ module Falcon
|
|
968
968
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
969
969
|
def query_rule_types_with_http_info(opts = {})
|
970
970
|
if @api_client.config.debugging
|
971
|
-
@api_client.config.logger.debug 'Calling API:
|
971
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_rule_types ...'
|
972
972
|
end
|
973
973
|
# resource path
|
974
974
|
local_var_path = '/ioarules/queries/rule-types/v1'
|
@@ -996,7 +996,7 @@ module Falcon
|
|
996
996
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
997
997
|
|
998
998
|
new_options = opts.merge(
|
999
|
-
:operation => :"
|
999
|
+
:operation => :"CustomIoa.query_rule_types",
|
1000
1000
|
:header_params => header_params,
|
1001
1001
|
:query_params => query_params,
|
1002
1002
|
:form_params => form_params,
|
@@ -1007,7 +1007,7 @@ module Falcon
|
|
1007
1007
|
|
1008
1008
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1009
1009
|
if @api_client.config.debugging
|
1010
|
-
@api_client.config.logger.debug "API called:
|
1010
|
+
@api_client.config.logger.debug "API called: CustomIoa#query_rule_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1011
1011
|
end
|
1012
1012
|
return data, status_code, headers
|
1013
1013
|
end
|
@@ -1035,7 +1035,7 @@ module Falcon
|
|
1035
1035
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1036
1036
|
def query_rules_mixin0_with_http_info(opts = {})
|
1037
1037
|
if @api_client.config.debugging
|
1038
|
-
@api_client.config.logger.debug 'Calling API:
|
1038
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.query_rules_mixin0 ...'
|
1039
1039
|
end
|
1040
1040
|
allowable_values = ["rules.created_by", "rules.created_on", "rules.current_version.action_label", "rules.current_version.description", "rules.current_version.modified_by", "rules.current_version.modified_on", "rules.current_version.name", "rules.current_version.pattern_severity", "rules.enabled", "rules.ruletype_name"]
|
1041
1041
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1070,7 +1070,7 @@ module Falcon
|
|
1070
1070
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1071
1071
|
|
1072
1072
|
new_options = opts.merge(
|
1073
|
-
:operation => :"
|
1073
|
+
:operation => :"CustomIoa.query_rules_mixin0",
|
1074
1074
|
:header_params => header_params,
|
1075
1075
|
:query_params => query_params,
|
1076
1076
|
:form_params => form_params,
|
@@ -1081,7 +1081,7 @@ module Falcon
|
|
1081
1081
|
|
1082
1082
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1083
1083
|
if @api_client.config.debugging
|
1084
|
-
@api_client.config.logger.debug "API called:
|
1084
|
+
@api_client.config.logger.debug "API called: CustomIoa#query_rules_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1085
1085
|
end
|
1086
1086
|
return data, status_code, headers
|
1087
1087
|
end
|
@@ -1101,11 +1101,11 @@ module Falcon
|
|
1101
1101
|
# @return [Array<(ApiRuleGroupsResponse, Integer, Hash)>] ApiRuleGroupsResponse data, response status code and response headers
|
1102
1102
|
def update_rule_group_mixin0_with_http_info(body, opts = {})
|
1103
1103
|
if @api_client.config.debugging
|
1104
|
-
@api_client.config.logger.debug 'Calling API:
|
1104
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.update_rule_group_mixin0 ...'
|
1105
1105
|
end
|
1106
1106
|
# verify the required parameter 'body' is set
|
1107
1107
|
if @api_client.config.client_side_validation && body.nil?
|
1108
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1108
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling CustomIoa.update_rule_group_mixin0"
|
1109
1109
|
end
|
1110
1110
|
# resource path
|
1111
1111
|
local_var_path = '/ioarules/entities/rule-groups/v1'
|
@@ -1136,7 +1136,7 @@ module Falcon
|
|
1136
1136
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1137
1137
|
|
1138
1138
|
new_options = opts.merge(
|
1139
|
-
:operation => :"
|
1139
|
+
:operation => :"CustomIoa.update_rule_group_mixin0",
|
1140
1140
|
:header_params => header_params,
|
1141
1141
|
:query_params => query_params,
|
1142
1142
|
:form_params => form_params,
|
@@ -1147,7 +1147,7 @@ module Falcon
|
|
1147
1147
|
|
1148
1148
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1149
1149
|
if @api_client.config.debugging
|
1150
|
-
@api_client.config.logger.debug "API called:
|
1150
|
+
@api_client.config.logger.debug "API called: CustomIoa#update_rule_group_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1151
1151
|
end
|
1152
1152
|
return data, status_code, headers
|
1153
1153
|
end
|
@@ -1156,8 +1156,8 @@ module Falcon
|
|
1156
1156
|
# @param body [ApiRuleUpdatesRequestV1]
|
1157
1157
|
# @param [Hash] opts the optional parameters
|
1158
1158
|
# @return [ApiRulesResponse]
|
1159
|
-
def
|
1160
|
-
data, _status_code, _headers =
|
1159
|
+
def update_rules(body, opts = {})
|
1160
|
+
data, _status_code, _headers = update_rules_with_http_info(body, opts)
|
1161
1161
|
data
|
1162
1162
|
end
|
1163
1163
|
|
@@ -1165,13 +1165,13 @@ module Falcon
|
|
1165
1165
|
# @param body [ApiRuleUpdatesRequestV1]
|
1166
1166
|
# @param [Hash] opts the optional parameters
|
1167
1167
|
# @return [Array<(ApiRulesResponse, Integer, Hash)>] ApiRulesResponse data, response status code and response headers
|
1168
|
-
def
|
1168
|
+
def update_rules_with_http_info(body, opts = {})
|
1169
1169
|
if @api_client.config.debugging
|
1170
|
-
@api_client.config.logger.debug 'Calling API:
|
1170
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.update_rules ...'
|
1171
1171
|
end
|
1172
1172
|
# verify the required parameter 'body' is set
|
1173
1173
|
if @api_client.config.client_side_validation && body.nil?
|
1174
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1174
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling CustomIoa.update_rules"
|
1175
1175
|
end
|
1176
1176
|
# resource path
|
1177
1177
|
local_var_path = '/ioarules/entities/rules/v1'
|
@@ -1202,7 +1202,7 @@ module Falcon
|
|
1202
1202
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1203
1203
|
|
1204
1204
|
new_options = opts.merge(
|
1205
|
-
:operation => :"
|
1205
|
+
:operation => :"CustomIoa.update_rules",
|
1206
1206
|
:header_params => header_params,
|
1207
1207
|
:query_params => query_params,
|
1208
1208
|
:form_params => form_params,
|
@@ -1213,7 +1213,7 @@ module Falcon
|
|
1213
1213
|
|
1214
1214
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1215
1215
|
if @api_client.config.debugging
|
1216
|
-
@api_client.config.logger.debug "API called:
|
1216
|
+
@api_client.config.logger.debug "API called: CustomIoa#update_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1217
1217
|
end
|
1218
1218
|
return data, status_code, headers
|
1219
1219
|
end
|
@@ -1233,11 +1233,11 @@ module Falcon
|
|
1233
1233
|
# @return [Array<(ApiRulesResponse, Integer, Hash)>] ApiRulesResponse data, response status code and response headers
|
1234
1234
|
def update_rules_v2_with_http_info(body, opts = {})
|
1235
1235
|
if @api_client.config.debugging
|
1236
|
-
@api_client.config.logger.debug 'Calling API:
|
1236
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.update_rules_v2 ...'
|
1237
1237
|
end
|
1238
1238
|
# verify the required parameter 'body' is set
|
1239
1239
|
if @api_client.config.client_side_validation && body.nil?
|
1240
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1240
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling CustomIoa.update_rules_v2"
|
1241
1241
|
end
|
1242
1242
|
# resource path
|
1243
1243
|
local_var_path = '/ioarules/entities/rules/v2'
|
@@ -1268,7 +1268,7 @@ module Falcon
|
|
1268
1268
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1269
1269
|
|
1270
1270
|
new_options = opts.merge(
|
1271
|
-
:operation => :"
|
1271
|
+
:operation => :"CustomIoa.update_rules_v2",
|
1272
1272
|
:header_params => header_params,
|
1273
1273
|
:query_params => query_params,
|
1274
1274
|
:form_params => form_params,
|
@@ -1279,7 +1279,7 @@ module Falcon
|
|
1279
1279
|
|
1280
1280
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1281
1281
|
if @api_client.config.debugging
|
1282
|
-
@api_client.config.logger.debug "API called:
|
1282
|
+
@api_client.config.logger.debug "API called: CustomIoa#update_rules_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1283
1283
|
end
|
1284
1284
|
return data, status_code, headers
|
1285
1285
|
end
|
@@ -1299,11 +1299,11 @@ module Falcon
|
|
1299
1299
|
# @return [Array<(ApiValidationResponseV1, Integer, Hash)>] ApiValidationResponseV1 data, response status code and response headers
|
1300
1300
|
def validate_with_http_info(body, opts = {})
|
1301
1301
|
if @api_client.config.debugging
|
1302
|
-
@api_client.config.logger.debug 'Calling API:
|
1302
|
+
@api_client.config.logger.debug 'Calling API: CustomIoa.validate ...'
|
1303
1303
|
end
|
1304
1304
|
# verify the required parameter 'body' is set
|
1305
1305
|
if @api_client.config.client_side_validation && body.nil?
|
1306
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1306
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling CustomIoa.validate"
|
1307
1307
|
end
|
1308
1308
|
# resource path
|
1309
1309
|
local_var_path = '/ioarules/entities/rules/validate/v1'
|
@@ -1334,7 +1334,7 @@ module Falcon
|
|
1334
1334
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1335
1335
|
|
1336
1336
|
new_options = opts.merge(
|
1337
|
-
:operation => :"
|
1337
|
+
:operation => :"CustomIoa.validate",
|
1338
1338
|
:header_params => header_params,
|
1339
1339
|
:query_params => query_params,
|
1340
1340
|
:form_params => form_params,
|
@@ -1345,7 +1345,7 @@ module Falcon
|
|
1345
1345
|
|
1346
1346
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1347
1347
|
if @api_client.config.debugging
|
1348
|
-
@api_client.config.logger.debug "API called:
|
1348
|
+
@api_client.config.logger.debug "API called: CustomIoa#validate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1349
1349
|
end
|
1350
1350
|
return data, status_code, headers
|
1351
1351
|
end
|