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 RealTimeResponse
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -57,11 +57,11 @@ module Falcon
|
|
57
57
|
# @return [Array<(DomainMultiCommandExecuteResponseWrapper, Integer, Hash)>] DomainMultiCommandExecuteResponseWrapper data, response status code and response headers
|
58
58
|
def batch_active_responder_cmd_with_http_info(body, opts = {})
|
59
59
|
if @api_client.config.debugging
|
60
|
-
@api_client.config.logger.debug 'Calling API:
|
60
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_active_responder_cmd ...'
|
61
61
|
end
|
62
62
|
# verify the required parameter 'body' is set
|
63
63
|
if @api_client.config.client_side_validation && body.nil?
|
64
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
64
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.batch_active_responder_cmd"
|
65
65
|
end
|
66
66
|
# resource path
|
67
67
|
local_var_path = '/real-time-response/combined/batch-active-responder-command/v1'
|
@@ -95,7 +95,7 @@ module Falcon
|
|
95
95
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
96
96
|
|
97
97
|
new_options = opts.merge(
|
98
|
-
:operation => :"
|
98
|
+
:operation => :"RealTimeResponse.batch_active_responder_cmd",
|
99
99
|
:header_params => header_params,
|
100
100
|
:query_params => query_params,
|
101
101
|
:form_params => form_params,
|
@@ -106,7 +106,7 @@ module Falcon
|
|
106
106
|
|
107
107
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
108
108
|
if @api_client.config.debugging
|
109
|
-
@api_client.config.logger.debug "API called:
|
109
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_active_responder_cmd\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
110
110
|
end
|
111
111
|
return data, status_code, headers
|
112
112
|
end
|
@@ -132,11 +132,11 @@ module Falcon
|
|
132
132
|
# @return [Array<(DomainMultiCommandExecuteResponseWrapper, Integer, Hash)>] DomainMultiCommandExecuteResponseWrapper data, response status code and response headers
|
133
133
|
def batch_cmd_with_http_info(body, opts = {})
|
134
134
|
if @api_client.config.debugging
|
135
|
-
@api_client.config.logger.debug 'Calling API:
|
135
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_cmd ...'
|
136
136
|
end
|
137
137
|
# verify the required parameter 'body' is set
|
138
138
|
if @api_client.config.client_side_validation && body.nil?
|
139
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
139
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.batch_cmd"
|
140
140
|
end
|
141
141
|
# resource path
|
142
142
|
local_var_path = '/real-time-response/combined/batch-command/v1'
|
@@ -170,7 +170,7 @@ module Falcon
|
|
170
170
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
171
171
|
|
172
172
|
new_options = opts.merge(
|
173
|
-
:operation => :"
|
173
|
+
:operation => :"RealTimeResponse.batch_cmd",
|
174
174
|
:header_params => header_params,
|
175
175
|
:query_params => query_params,
|
176
176
|
:form_params => form_params,
|
@@ -181,7 +181,7 @@ module Falcon
|
|
181
181
|
|
182
182
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
183
183
|
if @api_client.config.debugging
|
184
|
-
@api_client.config.logger.debug "API called:
|
184
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_cmd\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
185
185
|
end
|
186
186
|
return data, status_code, headers
|
187
187
|
end
|
@@ -207,11 +207,11 @@ module Falcon
|
|
207
207
|
# @return [Array<(DomainBatchGetCommandResponse, Integer, Hash)>] DomainBatchGetCommandResponse data, response status code and response headers
|
208
208
|
def batch_get_cmd_with_http_info(body, opts = {})
|
209
209
|
if @api_client.config.debugging
|
210
|
-
@api_client.config.logger.debug 'Calling API:
|
210
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_get_cmd ...'
|
211
211
|
end
|
212
212
|
# verify the required parameter 'body' is set
|
213
213
|
if @api_client.config.client_side_validation && body.nil?
|
214
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
214
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.batch_get_cmd"
|
215
215
|
end
|
216
216
|
# resource path
|
217
217
|
local_var_path = '/real-time-response/combined/batch-get-command/v1'
|
@@ -245,7 +245,7 @@ module Falcon
|
|
245
245
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
246
246
|
|
247
247
|
new_options = opts.merge(
|
248
|
-
:operation => :"
|
248
|
+
:operation => :"RealTimeResponse.batch_get_cmd",
|
249
249
|
:header_params => header_params,
|
250
250
|
:query_params => query_params,
|
251
251
|
:form_params => form_params,
|
@@ -256,7 +256,7 @@ module Falcon
|
|
256
256
|
|
257
257
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
258
258
|
if @api_client.config.debugging
|
259
|
-
@api_client.config.logger.debug "API called:
|
259
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_get_cmd\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
260
260
|
end
|
261
261
|
return data, status_code, headers
|
262
262
|
end
|
@@ -280,11 +280,11 @@ module Falcon
|
|
280
280
|
# @return [Array<(DomainBatchGetCmdStatusResponse, Integer, Hash)>] DomainBatchGetCmdStatusResponse data, response status code and response headers
|
281
281
|
def batch_get_cmd_status_with_http_info(batch_get_cmd_req_id, opts = {})
|
282
282
|
if @api_client.config.debugging
|
283
|
-
@api_client.config.logger.debug 'Calling API:
|
283
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_get_cmd_status ...'
|
284
284
|
end
|
285
285
|
# verify the required parameter 'batch_get_cmd_req_id' is set
|
286
286
|
if @api_client.config.client_side_validation && batch_get_cmd_req_id.nil?
|
287
|
-
fail ArgumentError, "Missing the required parameter 'batch_get_cmd_req_id' when calling
|
287
|
+
fail ArgumentError, "Missing the required parameter 'batch_get_cmd_req_id' when calling RealTimeResponse.batch_get_cmd_status"
|
288
288
|
end
|
289
289
|
# resource path
|
290
290
|
local_var_path = '/real-time-response/combined/batch-get-command/v1'
|
@@ -313,7 +313,7 @@ module Falcon
|
|
313
313
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
314
314
|
|
315
315
|
new_options = opts.merge(
|
316
|
-
:operation => :"
|
316
|
+
:operation => :"RealTimeResponse.batch_get_cmd_status",
|
317
317
|
:header_params => header_params,
|
318
318
|
:query_params => query_params,
|
319
319
|
:form_params => form_params,
|
@@ -324,7 +324,7 @@ module Falcon
|
|
324
324
|
|
325
325
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
326
326
|
if @api_client.config.debugging
|
327
|
-
@api_client.config.logger.debug "API called:
|
327
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_get_cmd_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
328
328
|
end
|
329
329
|
return data, status_code, headers
|
330
330
|
end
|
@@ -350,11 +350,11 @@ module Falcon
|
|
350
350
|
# @return [Array<(DomainBatchInitSessionResponse, Integer, Hash)>] DomainBatchInitSessionResponse data, response status code and response headers
|
351
351
|
def batch_init_sessions_with_http_info(body, opts = {})
|
352
352
|
if @api_client.config.debugging
|
353
|
-
@api_client.config.logger.debug 'Calling API:
|
353
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_init_sessions ...'
|
354
354
|
end
|
355
355
|
# verify the required parameter 'body' is set
|
356
356
|
if @api_client.config.client_side_validation && body.nil?
|
357
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
357
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.batch_init_sessions"
|
358
358
|
end
|
359
359
|
# resource path
|
360
360
|
local_var_path = '/real-time-response/combined/batch-init-session/v1'
|
@@ -388,7 +388,7 @@ module Falcon
|
|
388
388
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
389
389
|
|
390
390
|
new_options = opts.merge(
|
391
|
-
:operation => :"
|
391
|
+
:operation => :"RealTimeResponse.batch_init_sessions",
|
392
392
|
:header_params => header_params,
|
393
393
|
:query_params => query_params,
|
394
394
|
:form_params => form_params,
|
@@ -399,7 +399,7 @@ module Falcon
|
|
399
399
|
|
400
400
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
401
401
|
if @api_client.config.debugging
|
402
|
-
@api_client.config.logger.debug "API called:
|
402
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_init_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
403
403
|
end
|
404
404
|
return data, status_code, headers
|
405
405
|
end
|
@@ -423,11 +423,11 @@ module Falcon
|
|
423
423
|
# @return [Array<(DomainBatchRefreshSessionResponse, Integer, Hash)>] DomainBatchRefreshSessionResponse data, response status code and response headers
|
424
424
|
def batch_refresh_sessions_with_http_info(body, opts = {})
|
425
425
|
if @api_client.config.debugging
|
426
|
-
@api_client.config.logger.debug 'Calling API:
|
426
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.batch_refresh_sessions ...'
|
427
427
|
end
|
428
428
|
# verify the required parameter 'body' is set
|
429
429
|
if @api_client.config.client_side_validation && body.nil?
|
430
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
430
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.batch_refresh_sessions"
|
431
431
|
end
|
432
432
|
# resource path
|
433
433
|
local_var_path = '/real-time-response/combined/batch-refresh-session/v1'
|
@@ -460,7 +460,7 @@ module Falcon
|
|
460
460
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
461
461
|
|
462
462
|
new_options = opts.merge(
|
463
|
-
:operation => :"
|
463
|
+
:operation => :"RealTimeResponse.batch_refresh_sessions",
|
464
464
|
:header_params => header_params,
|
465
465
|
:query_params => query_params,
|
466
466
|
:form_params => form_params,
|
@@ -471,7 +471,7 @@ module Falcon
|
|
471
471
|
|
472
472
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
473
473
|
if @api_client.config.debugging
|
474
|
-
@api_client.config.logger.debug "API called:
|
474
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#batch_refresh_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
475
475
|
end
|
476
476
|
return data, status_code, headers
|
477
477
|
end
|
@@ -491,11 +491,11 @@ module Falcon
|
|
491
491
|
# @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
|
492
492
|
def r_tr_aggregate_sessions_with_http_info(body, opts = {})
|
493
493
|
if @api_client.config.debugging
|
494
|
-
@api_client.config.logger.debug 'Calling API:
|
494
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_aggregate_sessions ...'
|
495
495
|
end
|
496
496
|
# verify the required parameter 'body' is set
|
497
497
|
if @api_client.config.client_side_validation && body.nil?
|
498
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
498
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_aggregate_sessions"
|
499
499
|
end
|
500
500
|
# resource path
|
501
501
|
local_var_path = '/real-time-response/aggregates/sessions/GET/v1'
|
@@ -526,7 +526,7 @@ module Falcon
|
|
526
526
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
527
527
|
|
528
528
|
new_options = opts.merge(
|
529
|
-
:operation => :"
|
529
|
+
:operation => :"RealTimeResponse.r_tr_aggregate_sessions",
|
530
530
|
:header_params => header_params,
|
531
531
|
:query_params => query_params,
|
532
532
|
:form_params => form_params,
|
@@ -537,7 +537,7 @@ module Falcon
|
|
537
537
|
|
538
538
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
539
539
|
if @api_client.config.debugging
|
540
|
-
@api_client.config.logger.debug "API called:
|
540
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_aggregate_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
541
541
|
end
|
542
542
|
return data, status_code, headers
|
543
543
|
end
|
@@ -559,15 +559,15 @@ module Falcon
|
|
559
559
|
# @return [Array<(DomainStatusResponseWrapper, Integer, Hash)>] DomainStatusResponseWrapper data, response status code and response headers
|
560
560
|
def r_tr_check_active_responder_command_status_with_http_info(cloud_request_id, sequence_id, opts = {})
|
561
561
|
if @api_client.config.debugging
|
562
|
-
@api_client.config.logger.debug 'Calling API:
|
562
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_check_active_responder_command_status ...'
|
563
563
|
end
|
564
564
|
# verify the required parameter 'cloud_request_id' is set
|
565
565
|
if @api_client.config.client_side_validation && cloud_request_id.nil?
|
566
|
-
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling
|
566
|
+
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling RealTimeResponse.r_tr_check_active_responder_command_status"
|
567
567
|
end
|
568
568
|
# verify the required parameter 'sequence_id' is set
|
569
569
|
if @api_client.config.client_side_validation && sequence_id.nil?
|
570
|
-
fail ArgumentError, "Missing the required parameter 'sequence_id' when calling
|
570
|
+
fail ArgumentError, "Missing the required parameter 'sequence_id' when calling RealTimeResponse.r_tr_check_active_responder_command_status"
|
571
571
|
end
|
572
572
|
# resource path
|
573
573
|
local_var_path = '/real-time-response/entities/active-responder-command/v1'
|
@@ -595,7 +595,7 @@ module Falcon
|
|
595
595
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
596
596
|
|
597
597
|
new_options = opts.merge(
|
598
|
-
:operation => :"
|
598
|
+
:operation => :"RealTimeResponse.r_tr_check_active_responder_command_status",
|
599
599
|
:header_params => header_params,
|
600
600
|
:query_params => query_params,
|
601
601
|
:form_params => form_params,
|
@@ -606,7 +606,7 @@ module Falcon
|
|
606
606
|
|
607
607
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
608
608
|
if @api_client.config.debugging
|
609
|
-
@api_client.config.logger.debug "API called:
|
609
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_check_active_responder_command_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
610
610
|
end
|
611
611
|
return data, status_code, headers
|
612
612
|
end
|
@@ -628,15 +628,15 @@ module Falcon
|
|
628
628
|
# @return [Array<(DomainStatusResponseWrapper, Integer, Hash)>] DomainStatusResponseWrapper data, response status code and response headers
|
629
629
|
def r_tr_check_command_status_with_http_info(cloud_request_id, sequence_id, opts = {})
|
630
630
|
if @api_client.config.debugging
|
631
|
-
@api_client.config.logger.debug 'Calling API:
|
631
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_check_command_status ...'
|
632
632
|
end
|
633
633
|
# verify the required parameter 'cloud_request_id' is set
|
634
634
|
if @api_client.config.client_side_validation && cloud_request_id.nil?
|
635
|
-
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling
|
635
|
+
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling RealTimeResponse.r_tr_check_command_status"
|
636
636
|
end
|
637
637
|
# verify the required parameter 'sequence_id' is set
|
638
638
|
if @api_client.config.client_side_validation && sequence_id.nil?
|
639
|
-
fail ArgumentError, "Missing the required parameter 'sequence_id' when calling
|
639
|
+
fail ArgumentError, "Missing the required parameter 'sequence_id' when calling RealTimeResponse.r_tr_check_command_status"
|
640
640
|
end
|
641
641
|
# resource path
|
642
642
|
local_var_path = '/real-time-response/entities/command/v1'
|
@@ -664,7 +664,7 @@ module Falcon
|
|
664
664
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
665
665
|
|
666
666
|
new_options = opts.merge(
|
667
|
-
:operation => :"
|
667
|
+
:operation => :"RealTimeResponse.r_tr_check_command_status",
|
668
668
|
:header_params => header_params,
|
669
669
|
:query_params => query_params,
|
670
670
|
:form_params => form_params,
|
@@ -675,7 +675,7 @@ module Falcon
|
|
675
675
|
|
676
676
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
677
677
|
if @api_client.config.debugging
|
678
|
-
@api_client.config.logger.debug "API called:
|
678
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_check_command_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
679
679
|
end
|
680
680
|
return data, status_code, headers
|
681
681
|
end
|
@@ -697,15 +697,15 @@ module Falcon
|
|
697
697
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
698
698
|
def r_tr_delete_file_with_http_info(ids, session_id, opts = {})
|
699
699
|
if @api_client.config.debugging
|
700
|
-
@api_client.config.logger.debug 'Calling API:
|
700
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_delete_file ...'
|
701
701
|
end
|
702
702
|
# verify the required parameter 'ids' is set
|
703
703
|
if @api_client.config.client_side_validation && ids.nil?
|
704
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
704
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling RealTimeResponse.r_tr_delete_file"
|
705
705
|
end
|
706
706
|
# verify the required parameter 'session_id' is set
|
707
707
|
if @api_client.config.client_side_validation && session_id.nil?
|
708
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
708
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_delete_file"
|
709
709
|
end
|
710
710
|
# resource path
|
711
711
|
local_var_path = '/real-time-response/entities/file/v1'
|
@@ -733,7 +733,7 @@ module Falcon
|
|
733
733
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
734
734
|
|
735
735
|
new_options = opts.merge(
|
736
|
-
:operation => :"
|
736
|
+
:operation => :"RealTimeResponse.r_tr_delete_file",
|
737
737
|
:header_params => header_params,
|
738
738
|
:query_params => query_params,
|
739
739
|
:form_params => form_params,
|
@@ -744,7 +744,7 @@ module Falcon
|
|
744
744
|
|
745
745
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
746
746
|
if @api_client.config.debugging
|
747
|
-
@api_client.config.logger.debug "API called:
|
747
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_delete_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
748
748
|
end
|
749
749
|
return data, status_code, headers
|
750
750
|
end
|
@@ -766,15 +766,15 @@ module Falcon
|
|
766
766
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
767
767
|
def r_tr_delete_file_v2_with_http_info(ids, session_id, opts = {})
|
768
768
|
if @api_client.config.debugging
|
769
|
-
@api_client.config.logger.debug 'Calling API:
|
769
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_delete_file_v2 ...'
|
770
770
|
end
|
771
771
|
# verify the required parameter 'ids' is set
|
772
772
|
if @api_client.config.client_side_validation && ids.nil?
|
773
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
773
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling RealTimeResponse.r_tr_delete_file_v2"
|
774
774
|
end
|
775
775
|
# verify the required parameter 'session_id' is set
|
776
776
|
if @api_client.config.client_side_validation && session_id.nil?
|
777
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
777
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_delete_file_v2"
|
778
778
|
end
|
779
779
|
# resource path
|
780
780
|
local_var_path = '/real-time-response/entities/file/v2'
|
@@ -802,7 +802,7 @@ module Falcon
|
|
802
802
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
803
803
|
|
804
804
|
new_options = opts.merge(
|
805
|
-
:operation => :"
|
805
|
+
:operation => :"RealTimeResponse.r_tr_delete_file_v2",
|
806
806
|
:header_params => header_params,
|
807
807
|
:query_params => query_params,
|
808
808
|
:form_params => form_params,
|
@@ -813,7 +813,7 @@ module Falcon
|
|
813
813
|
|
814
814
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
815
815
|
if @api_client.config.debugging
|
816
|
-
@api_client.config.logger.debug "API called:
|
816
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_delete_file_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
817
817
|
end
|
818
818
|
return data, status_code, headers
|
819
819
|
end
|
@@ -835,15 +835,15 @@ module Falcon
|
|
835
835
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
836
836
|
def r_tr_delete_queued_session_with_http_info(session_id, cloud_request_id, opts = {})
|
837
837
|
if @api_client.config.debugging
|
838
|
-
@api_client.config.logger.debug 'Calling API:
|
838
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_delete_queued_session ...'
|
839
839
|
end
|
840
840
|
# verify the required parameter 'session_id' is set
|
841
841
|
if @api_client.config.client_side_validation && session_id.nil?
|
842
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
842
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_delete_queued_session"
|
843
843
|
end
|
844
844
|
# verify the required parameter 'cloud_request_id' is set
|
845
845
|
if @api_client.config.client_side_validation && cloud_request_id.nil?
|
846
|
-
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling
|
846
|
+
fail ArgumentError, "Missing the required parameter 'cloud_request_id' when calling RealTimeResponse.r_tr_delete_queued_session"
|
847
847
|
end
|
848
848
|
# resource path
|
849
849
|
local_var_path = '/real-time-response/entities/queued-sessions/command/v1'
|
@@ -871,7 +871,7 @@ module Falcon
|
|
871
871
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
872
872
|
|
873
873
|
new_options = opts.merge(
|
874
|
-
:operation => :"
|
874
|
+
:operation => :"RealTimeResponse.r_tr_delete_queued_session",
|
875
875
|
:header_params => header_params,
|
876
876
|
:query_params => query_params,
|
877
877
|
:form_params => form_params,
|
@@ -882,7 +882,7 @@ module Falcon
|
|
882
882
|
|
883
883
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
884
884
|
if @api_client.config.debugging
|
885
|
-
@api_client.config.logger.debug "API called:
|
885
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_delete_queued_session\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
886
886
|
end
|
887
887
|
return data, status_code, headers
|
888
888
|
end
|
@@ -902,11 +902,11 @@ module Falcon
|
|
902
902
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
903
903
|
def r_tr_delete_session_with_http_info(session_id, opts = {})
|
904
904
|
if @api_client.config.debugging
|
905
|
-
@api_client.config.logger.debug 'Calling API:
|
905
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_delete_session ...'
|
906
906
|
end
|
907
907
|
# verify the required parameter 'session_id' is set
|
908
908
|
if @api_client.config.client_side_validation && session_id.nil?
|
909
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
909
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_delete_session"
|
910
910
|
end
|
911
911
|
# resource path
|
912
912
|
local_var_path = '/real-time-response/entities/sessions/v1'
|
@@ -933,7 +933,7 @@ module Falcon
|
|
933
933
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
934
934
|
|
935
935
|
new_options = opts.merge(
|
936
|
-
:operation => :"
|
936
|
+
:operation => :"RealTimeResponse.r_tr_delete_session",
|
937
937
|
:header_params => header_params,
|
938
938
|
:query_params => query_params,
|
939
939
|
:form_params => form_params,
|
@@ -944,7 +944,7 @@ module Falcon
|
|
944
944
|
|
945
945
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
946
946
|
if @api_client.config.debugging
|
947
|
-
@api_client.config.logger.debug "API called:
|
947
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_delete_session\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
948
948
|
end
|
949
949
|
return data, status_code, headers
|
950
950
|
end
|
@@ -964,11 +964,11 @@ module Falcon
|
|
964
964
|
# @return [Array<(DomainCommandExecuteResponseWrapper, Integer, Hash)>] DomainCommandExecuteResponseWrapper data, response status code and response headers
|
965
965
|
def r_tr_execute_active_responder_command_with_http_info(body, opts = {})
|
966
966
|
if @api_client.config.debugging
|
967
|
-
@api_client.config.logger.debug 'Calling API:
|
967
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_execute_active_responder_command ...'
|
968
968
|
end
|
969
969
|
# verify the required parameter 'body' is set
|
970
970
|
if @api_client.config.client_side_validation && body.nil?
|
971
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
971
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_execute_active_responder_command"
|
972
972
|
end
|
973
973
|
# resource path
|
974
974
|
local_var_path = '/real-time-response/entities/active-responder-command/v1'
|
@@ -999,7 +999,7 @@ module Falcon
|
|
999
999
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1000
1000
|
|
1001
1001
|
new_options = opts.merge(
|
1002
|
-
:operation => :"
|
1002
|
+
:operation => :"RealTimeResponse.r_tr_execute_active_responder_command",
|
1003
1003
|
:header_params => header_params,
|
1004
1004
|
:query_params => query_params,
|
1005
1005
|
:form_params => form_params,
|
@@ -1010,7 +1010,7 @@ module Falcon
|
|
1010
1010
|
|
1011
1011
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1012
1012
|
if @api_client.config.debugging
|
1013
|
-
@api_client.config.logger.debug "API called:
|
1013
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_execute_active_responder_command\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1014
1014
|
end
|
1015
1015
|
return data, status_code, headers
|
1016
1016
|
end
|
@@ -1030,11 +1030,11 @@ module Falcon
|
|
1030
1030
|
# @return [Array<(DomainCommandExecuteResponseWrapper, Integer, Hash)>] DomainCommandExecuteResponseWrapper data, response status code and response headers
|
1031
1031
|
def r_tr_execute_command_with_http_info(body, opts = {})
|
1032
1032
|
if @api_client.config.debugging
|
1033
|
-
@api_client.config.logger.debug 'Calling API:
|
1033
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_execute_command ...'
|
1034
1034
|
end
|
1035
1035
|
# verify the required parameter 'body' is set
|
1036
1036
|
if @api_client.config.client_side_validation && body.nil?
|
1037
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1037
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_execute_command"
|
1038
1038
|
end
|
1039
1039
|
# resource path
|
1040
1040
|
local_var_path = '/real-time-response/entities/command/v1'
|
@@ -1065,7 +1065,7 @@ module Falcon
|
|
1065
1065
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1066
1066
|
|
1067
1067
|
new_options = opts.merge(
|
1068
|
-
:operation => :"
|
1068
|
+
:operation => :"RealTimeResponse.r_tr_execute_command",
|
1069
1069
|
:header_params => header_params,
|
1070
1070
|
:query_params => query_params,
|
1071
1071
|
:form_params => form_params,
|
@@ -1076,7 +1076,7 @@ module Falcon
|
|
1076
1076
|
|
1077
1077
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1078
1078
|
if @api_client.config.debugging
|
1079
|
-
@api_client.config.logger.debug "API called:
|
1079
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_execute_command\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1080
1080
|
end
|
1081
1081
|
return data, status_code, headers
|
1082
1082
|
end
|
@@ -1100,15 +1100,15 @@ module Falcon
|
|
1100
1100
|
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
1101
1101
|
def r_tr_get_extracted_file_contents_with_http_info(session_id, sha256, opts = {})
|
1102
1102
|
if @api_client.config.debugging
|
1103
|
-
@api_client.config.logger.debug 'Calling API:
|
1103
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_get_extracted_file_contents ...'
|
1104
1104
|
end
|
1105
1105
|
# verify the required parameter 'session_id' is set
|
1106
1106
|
if @api_client.config.client_side_validation && session_id.nil?
|
1107
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
1107
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_get_extracted_file_contents"
|
1108
1108
|
end
|
1109
1109
|
# verify the required parameter 'sha256' is set
|
1110
1110
|
if @api_client.config.client_side_validation && sha256.nil?
|
1111
|
-
fail ArgumentError, "Missing the required parameter 'sha256' when calling
|
1111
|
+
fail ArgumentError, "Missing the required parameter 'sha256' when calling RealTimeResponse.r_tr_get_extracted_file_contents"
|
1112
1112
|
end
|
1113
1113
|
# resource path
|
1114
1114
|
local_var_path = '/real-time-response/entities/extracted-file-contents/v1'
|
@@ -1137,7 +1137,7 @@ module Falcon
|
|
1137
1137
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1138
1138
|
|
1139
1139
|
new_options = opts.merge(
|
1140
|
-
:operation => :"
|
1140
|
+
:operation => :"RealTimeResponse.r_tr_get_extracted_file_contents",
|
1141
1141
|
:header_params => header_params,
|
1142
1142
|
:query_params => query_params,
|
1143
1143
|
:form_params => form_params,
|
@@ -1148,7 +1148,7 @@ module Falcon
|
|
1148
1148
|
|
1149
1149
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1150
1150
|
if @api_client.config.debugging
|
1151
|
-
@api_client.config.logger.debug "API called:
|
1151
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_get_extracted_file_contents\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1152
1152
|
end
|
1153
1153
|
return data, status_code, headers
|
1154
1154
|
end
|
@@ -1172,11 +1172,11 @@ module Falcon
|
|
1172
1172
|
# @return [Array<(DomainInitResponseWrapper, Integer, Hash)>] DomainInitResponseWrapper data, response status code and response headers
|
1173
1173
|
def r_tr_init_session_with_http_info(body, opts = {})
|
1174
1174
|
if @api_client.config.debugging
|
1175
|
-
@api_client.config.logger.debug 'Calling API:
|
1175
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_init_session ...'
|
1176
1176
|
end
|
1177
1177
|
# verify the required parameter 'body' is set
|
1178
1178
|
if @api_client.config.client_side_validation && body.nil?
|
1179
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1179
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_init_session"
|
1180
1180
|
end
|
1181
1181
|
# resource path
|
1182
1182
|
local_var_path = '/real-time-response/entities/sessions/v1'
|
@@ -1209,7 +1209,7 @@ module Falcon
|
|
1209
1209
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1210
1210
|
|
1211
1211
|
new_options = opts.merge(
|
1212
|
-
:operation => :"
|
1212
|
+
:operation => :"RealTimeResponse.r_tr_init_session",
|
1213
1213
|
:header_params => header_params,
|
1214
1214
|
:query_params => query_params,
|
1215
1215
|
:form_params => form_params,
|
@@ -1220,7 +1220,7 @@ module Falcon
|
|
1220
1220
|
|
1221
1221
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1222
1222
|
if @api_client.config.debugging
|
1223
|
-
@api_client.config.logger.debug "API called:
|
1223
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_init_session\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1224
1224
|
end
|
1225
1225
|
return data, status_code, headers
|
1226
1226
|
end
|
@@ -1246,7 +1246,7 @@ module Falcon
|
|
1246
1246
|
# @return [Array<(DomainListSessionsResponseMsa, Integer, Hash)>] DomainListSessionsResponseMsa data, response status code and response headers
|
1247
1247
|
def r_tr_list_all_sessions_with_http_info(opts = {})
|
1248
1248
|
if @api_client.config.debugging
|
1249
|
-
@api_client.config.logger.debug 'Calling API:
|
1249
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_list_all_sessions ...'
|
1250
1250
|
end
|
1251
1251
|
# resource path
|
1252
1252
|
local_var_path = '/real-time-response/queries/sessions/v1'
|
@@ -1276,7 +1276,7 @@ module Falcon
|
|
1276
1276
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1277
1277
|
|
1278
1278
|
new_options = opts.merge(
|
1279
|
-
:operation => :"
|
1279
|
+
:operation => :"RealTimeResponse.r_tr_list_all_sessions",
|
1280
1280
|
:header_params => header_params,
|
1281
1281
|
:query_params => query_params,
|
1282
1282
|
:form_params => form_params,
|
@@ -1287,7 +1287,7 @@ module Falcon
|
|
1287
1287
|
|
1288
1288
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1289
1289
|
if @api_client.config.debugging
|
1290
|
-
@api_client.config.logger.debug "API called:
|
1290
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_list_all_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1291
1291
|
end
|
1292
1292
|
return data, status_code, headers
|
1293
1293
|
end
|
@@ -1307,11 +1307,11 @@ module Falcon
|
|
1307
1307
|
# @return [Array<(DomainListFilesResponseWrapper, Integer, Hash)>] DomainListFilesResponseWrapper data, response status code and response headers
|
1308
1308
|
def r_tr_list_files_with_http_info(session_id, opts = {})
|
1309
1309
|
if @api_client.config.debugging
|
1310
|
-
@api_client.config.logger.debug 'Calling API:
|
1310
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_list_files ...'
|
1311
1311
|
end
|
1312
1312
|
# verify the required parameter 'session_id' is set
|
1313
1313
|
if @api_client.config.client_side_validation && session_id.nil?
|
1314
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
1314
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_list_files"
|
1315
1315
|
end
|
1316
1316
|
# resource path
|
1317
1317
|
local_var_path = '/real-time-response/entities/file/v1'
|
@@ -1338,7 +1338,7 @@ module Falcon
|
|
1338
1338
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1339
1339
|
|
1340
1340
|
new_options = opts.merge(
|
1341
|
-
:operation => :"
|
1341
|
+
:operation => :"RealTimeResponse.r_tr_list_files",
|
1342
1342
|
:header_params => header_params,
|
1343
1343
|
:query_params => query_params,
|
1344
1344
|
:form_params => form_params,
|
@@ -1349,7 +1349,7 @@ module Falcon
|
|
1349
1349
|
|
1350
1350
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1351
1351
|
if @api_client.config.debugging
|
1352
|
-
@api_client.config.logger.debug "API called:
|
1352
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_list_files\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1353
1353
|
end
|
1354
1354
|
return data, status_code, headers
|
1355
1355
|
end
|
@@ -1369,11 +1369,11 @@ module Falcon
|
|
1369
1369
|
# @return [Array<(DomainListFilesV2ResponseWrapper, Integer, Hash)>] DomainListFilesV2ResponseWrapper data, response status code and response headers
|
1370
1370
|
def r_tr_list_files_v2_with_http_info(session_id, opts = {})
|
1371
1371
|
if @api_client.config.debugging
|
1372
|
-
@api_client.config.logger.debug 'Calling API:
|
1372
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_list_files_v2 ...'
|
1373
1373
|
end
|
1374
1374
|
# verify the required parameter 'session_id' is set
|
1375
1375
|
if @api_client.config.client_side_validation && session_id.nil?
|
1376
|
-
fail ArgumentError, "Missing the required parameter 'session_id' when calling
|
1376
|
+
fail ArgumentError, "Missing the required parameter 'session_id' when calling RealTimeResponse.r_tr_list_files_v2"
|
1377
1377
|
end
|
1378
1378
|
# resource path
|
1379
1379
|
local_var_path = '/real-time-response/entities/file/v2'
|
@@ -1400,7 +1400,7 @@ module Falcon
|
|
1400
1400
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1401
1401
|
|
1402
1402
|
new_options = opts.merge(
|
1403
|
-
:operation => :"
|
1403
|
+
:operation => :"RealTimeResponse.r_tr_list_files_v2",
|
1404
1404
|
:header_params => header_params,
|
1405
1405
|
:query_params => query_params,
|
1406
1406
|
:form_params => form_params,
|
@@ -1411,7 +1411,7 @@ module Falcon
|
|
1411
1411
|
|
1412
1412
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1413
1413
|
if @api_client.config.debugging
|
1414
|
-
@api_client.config.logger.debug "API called:
|
1414
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_list_files_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1415
1415
|
end
|
1416
1416
|
return data, status_code, headers
|
1417
1417
|
end
|
@@ -1431,11 +1431,11 @@ module Falcon
|
|
1431
1431
|
# @return [Array<(DomainQueuedSessionResponseWrapper, Integer, Hash)>] DomainQueuedSessionResponseWrapper data, response status code and response headers
|
1432
1432
|
def r_tr_list_queued_sessions_with_http_info(body, opts = {})
|
1433
1433
|
if @api_client.config.debugging
|
1434
|
-
@api_client.config.logger.debug 'Calling API:
|
1434
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_list_queued_sessions ...'
|
1435
1435
|
end
|
1436
1436
|
# verify the required parameter 'body' is set
|
1437
1437
|
if @api_client.config.client_side_validation && body.nil?
|
1438
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1438
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_list_queued_sessions"
|
1439
1439
|
end
|
1440
1440
|
# resource path
|
1441
1441
|
local_var_path = '/real-time-response/entities/queued-sessions/GET/v1'
|
@@ -1466,7 +1466,7 @@ module Falcon
|
|
1466
1466
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1467
1467
|
|
1468
1468
|
new_options = opts.merge(
|
1469
|
-
:operation => :"
|
1469
|
+
:operation => :"RealTimeResponse.r_tr_list_queued_sessions",
|
1470
1470
|
:header_params => header_params,
|
1471
1471
|
:query_params => query_params,
|
1472
1472
|
:form_params => form_params,
|
@@ -1477,7 +1477,7 @@ module Falcon
|
|
1477
1477
|
|
1478
1478
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1479
1479
|
if @api_client.config.debugging
|
1480
|
-
@api_client.config.logger.debug "API called:
|
1480
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_list_queued_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1481
1481
|
end
|
1482
1482
|
return data, status_code, headers
|
1483
1483
|
end
|
@@ -1497,11 +1497,11 @@ module Falcon
|
|
1497
1497
|
# @return [Array<(DomainSessionResponseWrapper, Integer, Hash)>] DomainSessionResponseWrapper data, response status code and response headers
|
1498
1498
|
def r_tr_list_sessions_with_http_info(body, opts = {})
|
1499
1499
|
if @api_client.config.debugging
|
1500
|
-
@api_client.config.logger.debug 'Calling API:
|
1500
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_list_sessions ...'
|
1501
1501
|
end
|
1502
1502
|
# verify the required parameter 'body' is set
|
1503
1503
|
if @api_client.config.client_side_validation && body.nil?
|
1504
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1504
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_list_sessions"
|
1505
1505
|
end
|
1506
1506
|
# resource path
|
1507
1507
|
local_var_path = '/real-time-response/entities/sessions/GET/v1'
|
@@ -1532,7 +1532,7 @@ module Falcon
|
|
1532
1532
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1533
1533
|
|
1534
1534
|
new_options = opts.merge(
|
1535
|
-
:operation => :"
|
1535
|
+
:operation => :"RealTimeResponse.r_tr_list_sessions",
|
1536
1536
|
:header_params => header_params,
|
1537
1537
|
:query_params => query_params,
|
1538
1538
|
:form_params => form_params,
|
@@ -1543,7 +1543,7 @@ module Falcon
|
|
1543
1543
|
|
1544
1544
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1545
1545
|
if @api_client.config.debugging
|
1546
|
-
@api_client.config.logger.debug "API called:
|
1546
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_list_sessions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1547
1547
|
end
|
1548
1548
|
return data, status_code, headers
|
1549
1549
|
end
|
@@ -1563,11 +1563,11 @@ module Falcon
|
|
1563
1563
|
# @return [Array<(DomainInitResponseWrapper, Integer, Hash)>] DomainInitResponseWrapper data, response status code and response headers
|
1564
1564
|
def r_tr_pulse_session_with_http_info(body, opts = {})
|
1565
1565
|
if @api_client.config.debugging
|
1566
|
-
@api_client.config.logger.debug 'Calling API:
|
1566
|
+
@api_client.config.logger.debug 'Calling API: RealTimeResponse.r_tr_pulse_session ...'
|
1567
1567
|
end
|
1568
1568
|
# verify the required parameter 'body' is set
|
1569
1569
|
if @api_client.config.client_side_validation && body.nil?
|
1570
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1570
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling RealTimeResponse.r_tr_pulse_session"
|
1571
1571
|
end
|
1572
1572
|
# resource path
|
1573
1573
|
local_var_path = '/real-time-response/entities/refresh-session/v1'
|
@@ -1598,7 +1598,7 @@ module Falcon
|
|
1598
1598
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1599
1599
|
|
1600
1600
|
new_options = opts.merge(
|
1601
|
-
:operation => :"
|
1601
|
+
:operation => :"RealTimeResponse.r_tr_pulse_session",
|
1602
1602
|
:header_params => header_params,
|
1603
1603
|
:query_params => query_params,
|
1604
1604
|
:form_params => form_params,
|
@@ -1609,7 +1609,7 @@ module Falcon
|
|
1609
1609
|
|
1610
1610
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1611
1611
|
if @api_client.config.debugging
|
1612
|
-
@api_client.config.logger.debug "API called:
|
1612
|
+
@api_client.config.logger.debug "API called: RealTimeResponse#r_tr_pulse_session\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1613
1613
|
end
|
1614
1614
|
return data, status_code, headers
|
1615
1615
|
end
|