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 FirewallManagement
|
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<(FwmgrApiAggregatesResponse, Integer, Hash)>] FwmgrApiAggregatesResponse data, response status code and response headers
|
52
52
|
def aggregate_events_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: FirewallManagement.aggregate_events ...'
|
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 FirewallManagement.aggregate_events"
|
59
59
|
end
|
60
60
|
# resource path
|
61
61
|
local_var_path = '/fwmgr/aggregates/events/GET/v1'
|
@@ -86,7 +86,7 @@ module Falcon
|
|
86
86
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
87
87
|
|
88
88
|
new_options = opts.merge(
|
89
|
-
:operation => :"
|
89
|
+
:operation => :"FirewallManagement.aggregate_events",
|
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: FirewallManagement#aggregate_events\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<(FwmgrApiAggregatesResponse, Integer, Hash)>] FwmgrApiAggregatesResponse data, response status code and response headers
|
118
118
|
def aggregate_policy_rules_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: FirewallManagement.aggregate_policy_rules ...'
|
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 FirewallManagement.aggregate_policy_rules"
|
125
125
|
end
|
126
126
|
# resource path
|
127
127
|
local_var_path = '/fwmgr/aggregates/policy-rules/GET/v1'
|
@@ -152,7 +152,7 @@ module Falcon
|
|
152
152
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
153
153
|
|
154
154
|
new_options = opts.merge(
|
155
|
-
:operation => :"
|
155
|
+
:operation => :"FirewallManagement.aggregate_policy_rules",
|
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: FirewallManagement#aggregate_policy_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
167
167
|
end
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
@@ -183,11 +183,11 @@ module Falcon
|
|
183
183
|
# @return [Array<(FwmgrApiAggregatesResponse, Integer, Hash)>] FwmgrApiAggregatesResponse data, response status code and response headers
|
184
184
|
def aggregate_rule_groups_with_http_info(body, opts = {})
|
185
185
|
if @api_client.config.debugging
|
186
|
-
@api_client.config.logger.debug 'Calling API:
|
186
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.aggregate_rule_groups ...'
|
187
187
|
end
|
188
188
|
# verify the required parameter 'body' is set
|
189
189
|
if @api_client.config.client_side_validation && body.nil?
|
190
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
190
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.aggregate_rule_groups"
|
191
191
|
end
|
192
192
|
# resource path
|
193
193
|
local_var_path = '/fwmgr/aggregates/rule-groups/GET/v1'
|
@@ -218,7 +218,7 @@ module Falcon
|
|
218
218
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
219
219
|
|
220
220
|
new_options = opts.merge(
|
221
|
-
:operation => :"
|
221
|
+
:operation => :"FirewallManagement.aggregate_rule_groups",
|
222
222
|
:header_params => header_params,
|
223
223
|
:query_params => query_params,
|
224
224
|
:form_params => form_params,
|
@@ -229,7 +229,7 @@ module Falcon
|
|
229
229
|
|
230
230
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
231
231
|
if @api_client.config.debugging
|
232
|
-
@api_client.config.logger.debug "API called:
|
232
|
+
@api_client.config.logger.debug "API called: FirewallManagement#aggregate_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
233
233
|
end
|
234
234
|
return data, status_code, headers
|
235
235
|
end
|
@@ -249,11 +249,11 @@ module Falcon
|
|
249
249
|
# @return [Array<(FwmgrApiAggregatesResponse, Integer, Hash)>] FwmgrApiAggregatesResponse data, response status code and response headers
|
250
250
|
def aggregate_rules_with_http_info(body, opts = {})
|
251
251
|
if @api_client.config.debugging
|
252
|
-
@api_client.config.logger.debug 'Calling API:
|
252
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.aggregate_rules ...'
|
253
253
|
end
|
254
254
|
# verify the required parameter 'body' is set
|
255
255
|
if @api_client.config.client_side_validation && body.nil?
|
256
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
256
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.aggregate_rules"
|
257
257
|
end
|
258
258
|
# resource path
|
259
259
|
local_var_path = '/fwmgr/aggregates/rules/GET/v1'
|
@@ -284,7 +284,7 @@ module Falcon
|
|
284
284
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
285
285
|
|
286
286
|
new_options = opts.merge(
|
287
|
-
:operation => :"
|
287
|
+
:operation => :"FirewallManagement.aggregate_rules",
|
288
288
|
:header_params => header_params,
|
289
289
|
:query_params => query_params,
|
290
290
|
:form_params => form_params,
|
@@ -295,7 +295,7 @@ module Falcon
|
|
295
295
|
|
296
296
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
297
297
|
if @api_client.config.debugging
|
298
|
-
@api_client.config.logger.debug "API called:
|
298
|
+
@api_client.config.logger.debug "API called: FirewallManagement#aggregate_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
299
299
|
end
|
300
300
|
return data, status_code, headers
|
301
301
|
end
|
@@ -321,11 +321,11 @@ module Falcon
|
|
321
321
|
# @return [Array<(FwmgrApiNetworkLocationsResponse, Integer, Hash)>] FwmgrApiNetworkLocationsResponse data, response status code and response headers
|
322
322
|
def create_network_locations_with_http_info(body, opts = {})
|
323
323
|
if @api_client.config.debugging
|
324
|
-
@api_client.config.logger.debug 'Calling API:
|
324
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.create_network_locations ...'
|
325
325
|
end
|
326
326
|
# verify the required parameter 'body' is set
|
327
327
|
if @api_client.config.client_side_validation && body.nil?
|
328
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
328
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.create_network_locations"
|
329
329
|
end
|
330
330
|
# resource path
|
331
331
|
local_var_path = '/fwmgr/entities/network-locations/v1'
|
@@ -359,7 +359,7 @@ module Falcon
|
|
359
359
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
360
360
|
|
361
361
|
new_options = opts.merge(
|
362
|
-
:operation => :"
|
362
|
+
:operation => :"FirewallManagement.create_network_locations",
|
363
363
|
:header_params => header_params,
|
364
364
|
:query_params => query_params,
|
365
365
|
:form_params => form_params,
|
@@ -370,7 +370,7 @@ module Falcon
|
|
370
370
|
|
371
371
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
372
372
|
if @api_client.config.debugging
|
373
|
-
@api_client.config.logger.debug "API called:
|
373
|
+
@api_client.config.logger.debug "API called: FirewallManagement#create_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
374
374
|
end
|
375
375
|
return data, status_code, headers
|
376
376
|
end
|
@@ -396,11 +396,11 @@ module Falcon
|
|
396
396
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
397
397
|
def create_rule_group_with_http_info(body, opts = {})
|
398
398
|
if @api_client.config.debugging
|
399
|
-
@api_client.config.logger.debug 'Calling API:
|
399
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.create_rule_group ...'
|
400
400
|
end
|
401
401
|
# verify the required parameter 'body' is set
|
402
402
|
if @api_client.config.client_side_validation && body.nil?
|
403
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
403
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.create_rule_group"
|
404
404
|
end
|
405
405
|
# resource path
|
406
406
|
local_var_path = '/fwmgr/entities/rule-groups/v1'
|
@@ -434,7 +434,7 @@ module Falcon
|
|
434
434
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
435
435
|
|
436
436
|
new_options = opts.merge(
|
437
|
-
:operation => :"
|
437
|
+
:operation => :"FirewallManagement.create_rule_group",
|
438
438
|
:header_params => header_params,
|
439
439
|
:query_params => query_params,
|
440
440
|
:form_params => form_params,
|
@@ -445,7 +445,7 @@ module Falcon
|
|
445
445
|
|
446
446
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
447
447
|
if @api_client.config.debugging
|
448
|
-
@api_client.config.logger.debug "API called:
|
448
|
+
@api_client.config.logger.debug "API called: FirewallManagement#create_rule_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
449
449
|
end
|
450
450
|
return data, status_code, headers
|
451
451
|
end
|
@@ -471,11 +471,11 @@ module Falcon
|
|
471
471
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
472
472
|
def create_rule_group_validation_with_http_info(body, opts = {})
|
473
473
|
if @api_client.config.debugging
|
474
|
-
@api_client.config.logger.debug 'Calling API:
|
474
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.create_rule_group_validation ...'
|
475
475
|
end
|
476
476
|
# verify the required parameter 'body' is set
|
477
477
|
if @api_client.config.client_side_validation && body.nil?
|
478
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
478
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.create_rule_group_validation"
|
479
479
|
end
|
480
480
|
# resource path
|
481
481
|
local_var_path = '/fwmgr/entities/rule-groups/validation/v1'
|
@@ -509,7 +509,7 @@ module Falcon
|
|
509
509
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
510
510
|
|
511
511
|
new_options = opts.merge(
|
512
|
-
:operation => :"
|
512
|
+
:operation => :"FirewallManagement.create_rule_group_validation",
|
513
513
|
:header_params => header_params,
|
514
514
|
:query_params => query_params,
|
515
515
|
:form_params => form_params,
|
@@ -520,7 +520,7 @@ module Falcon
|
|
520
520
|
|
521
521
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
522
522
|
if @api_client.config.debugging
|
523
|
-
@api_client.config.logger.debug "API called:
|
523
|
+
@api_client.config.logger.debug "API called: FirewallManagement#create_rule_group_validation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
524
524
|
end
|
525
525
|
return data, status_code, headers
|
526
526
|
end
|
@@ -540,11 +540,11 @@ module Falcon
|
|
540
540
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
541
541
|
def delete_network_locations_with_http_info(ids, opts = {})
|
542
542
|
if @api_client.config.debugging
|
543
|
-
@api_client.config.logger.debug 'Calling API:
|
543
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.delete_network_locations ...'
|
544
544
|
end
|
545
545
|
# verify the required parameter 'ids' is set
|
546
546
|
if @api_client.config.client_side_validation && ids.nil?
|
547
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
547
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.delete_network_locations"
|
548
548
|
end
|
549
549
|
# resource path
|
550
550
|
local_var_path = '/fwmgr/entities/network-locations/v1'
|
@@ -571,7 +571,7 @@ module Falcon
|
|
571
571
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
572
572
|
|
573
573
|
new_options = opts.merge(
|
574
|
-
:operation => :"
|
574
|
+
:operation => :"FirewallManagement.delete_network_locations",
|
575
575
|
:header_params => header_params,
|
576
576
|
:query_params => query_params,
|
577
577
|
:form_params => form_params,
|
@@ -582,7 +582,7 @@ module Falcon
|
|
582
582
|
|
583
583
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
584
584
|
if @api_client.config.debugging
|
585
|
-
@api_client.config.logger.debug "API called:
|
585
|
+
@api_client.config.logger.debug "API called: FirewallManagement#delete_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
586
586
|
end
|
587
587
|
return data, status_code, headers
|
588
588
|
end
|
@@ -592,8 +592,8 @@ module Falcon
|
|
592
592
|
# @param [Hash] opts the optional parameters
|
593
593
|
# @option opts [String] :comment Audit log comment for this action
|
594
594
|
# @return [FwmgrApiQueryResponse]
|
595
|
-
def
|
596
|
-
data, _status_code, _headers =
|
595
|
+
def delete_rule_groups(ids, opts = {})
|
596
|
+
data, _status_code, _headers = delete_rule_groups_with_http_info(ids, opts)
|
597
597
|
data
|
598
598
|
end
|
599
599
|
|
@@ -602,13 +602,13 @@ module Falcon
|
|
602
602
|
# @param [Hash] opts the optional parameters
|
603
603
|
# @option opts [String] :comment Audit log comment for this action
|
604
604
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
605
|
-
def
|
605
|
+
def delete_rule_groups_with_http_info(ids, opts = {})
|
606
606
|
if @api_client.config.debugging
|
607
|
-
@api_client.config.logger.debug 'Calling API:
|
607
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.delete_rule_groups ...'
|
608
608
|
end
|
609
609
|
# verify the required parameter 'ids' is set
|
610
610
|
if @api_client.config.client_side_validation && ids.nil?
|
611
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
611
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.delete_rule_groups"
|
612
612
|
end
|
613
613
|
# resource path
|
614
614
|
local_var_path = '/fwmgr/entities/rule-groups/v1'
|
@@ -636,7 +636,7 @@ module Falcon
|
|
636
636
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
637
637
|
|
638
638
|
new_options = opts.merge(
|
639
|
-
:operation => :"
|
639
|
+
:operation => :"FirewallManagement.delete_rule_groups",
|
640
640
|
:header_params => header_params,
|
641
641
|
:query_params => query_params,
|
642
642
|
:form_params => form_params,
|
@@ -647,7 +647,7 @@ module Falcon
|
|
647
647
|
|
648
648
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
649
649
|
if @api_client.config.debugging
|
650
|
-
@api_client.config.logger.debug "API called:
|
650
|
+
@api_client.config.logger.debug "API called: FirewallManagement#delete_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
651
651
|
end
|
652
652
|
return data, status_code, headers
|
653
653
|
end
|
@@ -667,11 +667,11 @@ module Falcon
|
|
667
667
|
# @return [Array<(FwmgrApiEventsResponse, Integer, Hash)>] FwmgrApiEventsResponse data, response status code and response headers
|
668
668
|
def get_events_with_http_info(ids, opts = {})
|
669
669
|
if @api_client.config.debugging
|
670
|
-
@api_client.config.logger.debug 'Calling API:
|
670
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_events ...'
|
671
671
|
end
|
672
672
|
# verify the required parameter 'ids' is set
|
673
673
|
if @api_client.config.client_side_validation && ids.nil?
|
674
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
674
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_events"
|
675
675
|
end
|
676
676
|
# resource path
|
677
677
|
local_var_path = '/fwmgr/entities/events/v1'
|
@@ -698,7 +698,7 @@ module Falcon
|
|
698
698
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
699
699
|
|
700
700
|
new_options = opts.merge(
|
701
|
-
:operation => :"
|
701
|
+
:operation => :"FirewallManagement.get_events",
|
702
702
|
:header_params => header_params,
|
703
703
|
:query_params => query_params,
|
704
704
|
:form_params => form_params,
|
@@ -709,7 +709,7 @@ module Falcon
|
|
709
709
|
|
710
710
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
711
711
|
if @api_client.config.debugging
|
712
|
-
@api_client.config.logger.debug "API called:
|
712
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
713
713
|
end
|
714
714
|
return data, status_code, headers
|
715
715
|
end
|
@@ -729,11 +729,11 @@ module Falcon
|
|
729
729
|
# @return [Array<(FwmgrApiFirewallFieldsResponse, Integer, Hash)>] FwmgrApiFirewallFieldsResponse data, response status code and response headers
|
730
730
|
def get_firewall_fields_with_http_info(ids, opts = {})
|
731
731
|
if @api_client.config.debugging
|
732
|
-
@api_client.config.logger.debug 'Calling API:
|
732
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_firewall_fields ...'
|
733
733
|
end
|
734
734
|
# verify the required parameter 'ids' is set
|
735
735
|
if @api_client.config.client_side_validation && ids.nil?
|
736
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
736
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_firewall_fields"
|
737
737
|
end
|
738
738
|
# resource path
|
739
739
|
local_var_path = '/fwmgr/entities/firewall-fields/v1'
|
@@ -760,7 +760,7 @@ module Falcon
|
|
760
760
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
761
761
|
|
762
762
|
new_options = opts.merge(
|
763
|
-
:operation => :"
|
763
|
+
:operation => :"FirewallManagement.get_firewall_fields",
|
764
764
|
:header_params => header_params,
|
765
765
|
:query_params => query_params,
|
766
766
|
:form_params => form_params,
|
@@ -771,7 +771,7 @@ module Falcon
|
|
771
771
|
|
772
772
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
773
773
|
if @api_client.config.debugging
|
774
|
-
@api_client.config.logger.debug "API called:
|
774
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_firewall_fields\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
775
775
|
end
|
776
776
|
return data, status_code, headers
|
777
777
|
end
|
@@ -793,11 +793,11 @@ module Falcon
|
|
793
793
|
# @return [Array<(FwmgrApiNetworkLocationSummariesResponse, Integer, Hash)>] FwmgrApiNetworkLocationSummariesResponse data, response status code and response headers
|
794
794
|
def get_network_locations_with_http_info(ids, opts = {})
|
795
795
|
if @api_client.config.debugging
|
796
|
-
@api_client.config.logger.debug 'Calling API:
|
796
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_network_locations ...'
|
797
797
|
end
|
798
798
|
# verify the required parameter 'ids' is set
|
799
799
|
if @api_client.config.client_side_validation && ids.nil?
|
800
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
800
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_network_locations"
|
801
801
|
end
|
802
802
|
# resource path
|
803
803
|
local_var_path = '/fwmgr/entities/network-locations/v1'
|
@@ -824,7 +824,7 @@ module Falcon
|
|
824
824
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
825
825
|
|
826
826
|
new_options = opts.merge(
|
827
|
-
:operation => :"
|
827
|
+
:operation => :"FirewallManagement.get_network_locations",
|
828
828
|
:header_params => header_params,
|
829
829
|
:query_params => query_params,
|
830
830
|
:form_params => form_params,
|
@@ -835,7 +835,7 @@ module Falcon
|
|
835
835
|
|
836
836
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
837
837
|
if @api_client.config.debugging
|
838
|
-
@api_client.config.logger.debug "API called:
|
838
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
839
839
|
end
|
840
840
|
return data, status_code, headers
|
841
841
|
end
|
@@ -857,11 +857,11 @@ module Falcon
|
|
857
857
|
# @return [Array<(FwmgrApiNetworkLocationsResponse, Integer, Hash)>] FwmgrApiNetworkLocationsResponse data, response status code and response headers
|
858
858
|
def get_network_locations_details_with_http_info(ids, opts = {})
|
859
859
|
if @api_client.config.debugging
|
860
|
-
@api_client.config.logger.debug 'Calling API:
|
860
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_network_locations_details ...'
|
861
861
|
end
|
862
862
|
# verify the required parameter 'ids' is set
|
863
863
|
if @api_client.config.client_side_validation && ids.nil?
|
864
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
864
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_network_locations_details"
|
865
865
|
end
|
866
866
|
# resource path
|
867
867
|
local_var_path = '/fwmgr/entities/network-locations-details/v1'
|
@@ -888,7 +888,7 @@ module Falcon
|
|
888
888
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
889
889
|
|
890
890
|
new_options = opts.merge(
|
891
|
-
:operation => :"
|
891
|
+
:operation => :"FirewallManagement.get_network_locations_details",
|
892
892
|
:header_params => header_params,
|
893
893
|
:query_params => query_params,
|
894
894
|
:form_params => form_params,
|
@@ -899,7 +899,7 @@ module Falcon
|
|
899
899
|
|
900
900
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
901
901
|
if @api_client.config.debugging
|
902
|
-
@api_client.config.logger.debug "API called:
|
902
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_network_locations_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
903
903
|
end
|
904
904
|
return data, status_code, headers
|
905
905
|
end
|
@@ -919,11 +919,11 @@ module Falcon
|
|
919
919
|
# @return [Array<(FwmgrApiPlatformsResponse, Integer, Hash)>] FwmgrApiPlatformsResponse data, response status code and response headers
|
920
920
|
def get_platforms_with_http_info(ids, opts = {})
|
921
921
|
if @api_client.config.debugging
|
922
|
-
@api_client.config.logger.debug 'Calling API:
|
922
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_platforms ...'
|
923
923
|
end
|
924
924
|
# verify the required parameter 'ids' is set
|
925
925
|
if @api_client.config.client_side_validation && ids.nil?
|
926
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
926
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_platforms"
|
927
927
|
end
|
928
928
|
# resource path
|
929
929
|
local_var_path = '/fwmgr/entities/platforms/v1'
|
@@ -950,7 +950,7 @@ module Falcon
|
|
950
950
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
951
951
|
|
952
952
|
new_options = opts.merge(
|
953
|
-
:operation => :"
|
953
|
+
:operation => :"FirewallManagement.get_platforms",
|
954
954
|
:header_params => header_params,
|
955
955
|
:query_params => query_params,
|
956
956
|
:form_params => form_params,
|
@@ -961,7 +961,7 @@ module Falcon
|
|
961
961
|
|
962
962
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
963
963
|
if @api_client.config.debugging
|
964
|
-
@api_client.config.logger.debug "API called:
|
964
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_platforms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
965
965
|
end
|
966
966
|
return data, status_code, headers
|
967
967
|
end
|
@@ -981,11 +981,11 @@ module Falcon
|
|
981
981
|
# @return [Array<(FwmgrApiPolicyContainersResponse, Integer, Hash)>] FwmgrApiPolicyContainersResponse data, response status code and response headers
|
982
982
|
def get_policy_containers_with_http_info(ids, opts = {})
|
983
983
|
if @api_client.config.debugging
|
984
|
-
@api_client.config.logger.debug 'Calling API:
|
984
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_policy_containers ...'
|
985
985
|
end
|
986
986
|
# verify the required parameter 'ids' is set
|
987
987
|
if @api_client.config.client_side_validation && ids.nil?
|
988
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
988
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_policy_containers"
|
989
989
|
end
|
990
990
|
# resource path
|
991
991
|
local_var_path = '/fwmgr/entities/policies/v1'
|
@@ -1012,7 +1012,7 @@ module Falcon
|
|
1012
1012
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1013
1013
|
|
1014
1014
|
new_options = opts.merge(
|
1015
|
-
:operation => :"
|
1015
|
+
:operation => :"FirewallManagement.get_policy_containers",
|
1016
1016
|
:header_params => header_params,
|
1017
1017
|
:query_params => query_params,
|
1018
1018
|
:form_params => form_params,
|
@@ -1023,7 +1023,7 @@ module Falcon
|
|
1023
1023
|
|
1024
1024
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1025
1025
|
if @api_client.config.debugging
|
1026
|
-
@api_client.config.logger.debug "API called:
|
1026
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_policy_containers\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1027
1027
|
end
|
1028
1028
|
return data, status_code, headers
|
1029
1029
|
end
|
@@ -1032,8 +1032,8 @@ module Falcon
|
|
1032
1032
|
# @param ids [Array<String>] The IDs of the rule groups to retrieve
|
1033
1033
|
# @param [Hash] opts the optional parameters
|
1034
1034
|
# @return [FwmgrApiRuleGroupsResponse]
|
1035
|
-
def
|
1036
|
-
data, _status_code, _headers =
|
1035
|
+
def get_rule_groups(ids, opts = {})
|
1036
|
+
data, _status_code, _headers = get_rule_groups_with_http_info(ids, opts)
|
1037
1037
|
data
|
1038
1038
|
end
|
1039
1039
|
|
@@ -1041,13 +1041,13 @@ module Falcon
|
|
1041
1041
|
# @param ids [Array<String>] The IDs of the rule groups to retrieve
|
1042
1042
|
# @param [Hash] opts the optional parameters
|
1043
1043
|
# @return [Array<(FwmgrApiRuleGroupsResponse, Integer, Hash)>] FwmgrApiRuleGroupsResponse data, response status code and response headers
|
1044
|
-
def
|
1044
|
+
def get_rule_groups_with_http_info(ids, opts = {})
|
1045
1045
|
if @api_client.config.debugging
|
1046
|
-
@api_client.config.logger.debug 'Calling API:
|
1046
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_rule_groups ...'
|
1047
1047
|
end
|
1048
1048
|
# verify the required parameter 'ids' is set
|
1049
1049
|
if @api_client.config.client_side_validation && ids.nil?
|
1050
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1050
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_rule_groups"
|
1051
1051
|
end
|
1052
1052
|
# resource path
|
1053
1053
|
local_var_path = '/fwmgr/entities/rule-groups/v1'
|
@@ -1074,7 +1074,7 @@ module Falcon
|
|
1074
1074
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1075
1075
|
|
1076
1076
|
new_options = opts.merge(
|
1077
|
-
:operation => :"
|
1077
|
+
:operation => :"FirewallManagement.get_rule_groups",
|
1078
1078
|
:header_params => header_params,
|
1079
1079
|
:query_params => query_params,
|
1080
1080
|
:form_params => form_params,
|
@@ -1085,7 +1085,7 @@ module Falcon
|
|
1085
1085
|
|
1086
1086
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1087
1087
|
if @api_client.config.debugging
|
1088
|
-
@api_client.config.logger.debug "API called:
|
1088
|
+
@api_client.config.logger.debug "API called: FirewallManagement#get_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1089
1089
|
end
|
1090
1090
|
return data, status_code, headers
|
1091
1091
|
end
|
@@ -1094,8 +1094,8 @@ module Falcon
|
|
1094
1094
|
# @param ids [Array<String>] The rules to retrieve, identified by ID
|
1095
1095
|
# @param [Hash] opts the optional parameters
|
1096
1096
|
# @return [FwmgrApiRulesResponse]
|
1097
|
-
def
|
1098
|
-
data, _status_code, _headers =
|
1097
|
+
def get_rules(ids, opts = {})
|
1098
|
+
data, _status_code, _headers = get_rules_with_http_info(ids, opts)
|
1099
1099
|
data
|
1100
1100
|
end
|
1101
1101
|
|
@@ -1103,13 +1103,13 @@ module Falcon
|
|
1103
1103
|
# @param ids [Array<String>] The rules to retrieve, identified by ID
|
1104
1104
|
# @param [Hash] opts the optional parameters
|
1105
1105
|
# @return [Array<(FwmgrApiRulesResponse, Integer, Hash)>] FwmgrApiRulesResponse data, response status code and response headers
|
1106
|
-
def
|
1106
|
+
def get_rules_with_http_info(ids, opts = {})
|
1107
1107
|
if @api_client.config.debugging
|
1108
|
-
@api_client.config.logger.debug 'Calling API:
|
1108
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.get_rules ...'
|
1109
1109
|
end
|
1110
1110
|
# verify the required parameter 'ids' is set
|
1111
1111
|
if @api_client.config.client_side_validation && ids.nil?
|
1112
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1112
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FirewallManagement.get_rules"
|
1113
1113
|
end
|
1114
1114
|
# resource path
|
1115
1115
|
local_var_path = '/fwmgr/entities/rules/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 => :"FirewallManagement.get_rules",
|
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(:GET, 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: FirewallManagement#get_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1151
1151
|
end
|
1152
1152
|
return data, status_code, headers
|
1153
1153
|
end
|
@@ -1177,7 +1177,7 @@ module Falcon
|
|
1177
1177
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
1178
1178
|
def query_events_with_http_info(opts = {})
|
1179
1179
|
if @api_client.config.debugging
|
1180
|
-
@api_client.config.logger.debug 'Calling API:
|
1180
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_events ...'
|
1181
1181
|
end
|
1182
1182
|
# resource path
|
1183
1183
|
local_var_path = '/fwmgr/queries/events/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 => :"FirewallManagement.query_events",
|
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(:GET, 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: FirewallManagement#query_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1224
1224
|
end
|
1225
1225
|
return data, status_code, headers
|
1226
1226
|
end
|
@@ -1244,7 +1244,7 @@ module Falcon
|
|
1244
1244
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
1245
1245
|
def query_firewall_fields_with_http_info(opts = {})
|
1246
1246
|
if @api_client.config.debugging
|
1247
|
-
@api_client.config.logger.debug 'Calling API:
|
1247
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_firewall_fields ...'
|
1248
1248
|
end
|
1249
1249
|
# resource path
|
1250
1250
|
local_var_path = '/fwmgr/queries/firewall-fields/v1'
|
@@ -1273,7 +1273,7 @@ module Falcon
|
|
1273
1273
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1274
1274
|
|
1275
1275
|
new_options = opts.merge(
|
1276
|
-
:operation => :"
|
1276
|
+
:operation => :"FirewallManagement.query_firewall_fields",
|
1277
1277
|
:header_params => header_params,
|
1278
1278
|
:query_params => query_params,
|
1279
1279
|
:form_params => form_params,
|
@@ -1284,7 +1284,7 @@ module Falcon
|
|
1284
1284
|
|
1285
1285
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1286
1286
|
if @api_client.config.debugging
|
1287
|
-
@api_client.config.logger.debug "API called:
|
1287
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_firewall_fields\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1288
1288
|
end
|
1289
1289
|
return data, status_code, headers
|
1290
1290
|
end
|
@@ -1316,7 +1316,7 @@ module Falcon
|
|
1316
1316
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
1317
1317
|
def query_network_locations_with_http_info(opts = {})
|
1318
1318
|
if @api_client.config.debugging
|
1319
|
-
@api_client.config.logger.debug 'Calling API:
|
1319
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_network_locations ...'
|
1320
1320
|
end
|
1321
1321
|
# resource path
|
1322
1322
|
local_var_path = '/fwmgr/queries/network-locations/v1'
|
@@ -1348,7 +1348,7 @@ module Falcon
|
|
1348
1348
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1349
1349
|
|
1350
1350
|
new_options = opts.merge(
|
1351
|
-
:operation => :"
|
1351
|
+
:operation => :"FirewallManagement.query_network_locations",
|
1352
1352
|
:header_params => header_params,
|
1353
1353
|
:query_params => query_params,
|
1354
1354
|
:form_params => form_params,
|
@@ -1359,7 +1359,7 @@ module Falcon
|
|
1359
1359
|
|
1360
1360
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1361
1361
|
if @api_client.config.debugging
|
1362
|
-
@api_client.config.logger.debug "API called:
|
1362
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1363
1363
|
end
|
1364
1364
|
return data, status_code, headers
|
1365
1365
|
end
|
@@ -1381,7 +1381,7 @@ module Falcon
|
|
1381
1381
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
1382
1382
|
def query_platforms_with_http_info(opts = {})
|
1383
1383
|
if @api_client.config.debugging
|
1384
|
-
@api_client.config.logger.debug 'Calling API:
|
1384
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_platforms ...'
|
1385
1385
|
end
|
1386
1386
|
# resource path
|
1387
1387
|
local_var_path = '/fwmgr/queries/platforms/v1'
|
@@ -1409,7 +1409,7 @@ module Falcon
|
|
1409
1409
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1410
1410
|
|
1411
1411
|
new_options = opts.merge(
|
1412
|
-
:operation => :"
|
1412
|
+
:operation => :"FirewallManagement.query_platforms",
|
1413
1413
|
:header_params => header_params,
|
1414
1414
|
:query_params => query_params,
|
1415
1415
|
:form_params => form_params,
|
@@ -1420,7 +1420,7 @@ module Falcon
|
|
1420
1420
|
|
1421
1421
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1422
1422
|
if @api_client.config.debugging
|
1423
|
-
@api_client.config.logger.debug "API called:
|
1423
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_platforms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1424
1424
|
end
|
1425
1425
|
return data, status_code, headers
|
1426
1426
|
end
|
@@ -1450,7 +1450,7 @@ module Falcon
|
|
1450
1450
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
1451
1451
|
def query_policy_rules_with_http_info(opts = {})
|
1452
1452
|
if @api_client.config.debugging
|
1453
|
-
@api_client.config.logger.debug 'Calling API:
|
1453
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_policy_rules ...'
|
1454
1454
|
end
|
1455
1455
|
# resource path
|
1456
1456
|
local_var_path = '/fwmgr/queries/policy-rules/v1'
|
@@ -1482,7 +1482,7 @@ module Falcon
|
|
1482
1482
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1483
1483
|
|
1484
1484
|
new_options = opts.merge(
|
1485
|
-
:operation => :"
|
1485
|
+
:operation => :"FirewallManagement.query_policy_rules",
|
1486
1486
|
:header_params => header_params,
|
1487
1487
|
:query_params => query_params,
|
1488
1488
|
:form_params => form_params,
|
@@ -1493,7 +1493,7 @@ module Falcon
|
|
1493
1493
|
|
1494
1494
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1495
1495
|
if @api_client.config.debugging
|
1496
|
-
@api_client.config.logger.debug "API called:
|
1496
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_policy_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1497
1497
|
end
|
1498
1498
|
return data, status_code, headers
|
1499
1499
|
end
|
@@ -1507,8 +1507,8 @@ module Falcon
|
|
1507
1507
|
# @option opts [String] :after A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
|
1508
1508
|
# @option opts [Integer] :limit Number of ids to return.
|
1509
1509
|
# @return [FwmgrApiQueryResponse]
|
1510
|
-
def
|
1511
|
-
data, _status_code, _headers =
|
1510
|
+
def query_rule_groups(opts = {})
|
1511
|
+
data, _status_code, _headers = query_rule_groups_with_http_info(opts)
|
1512
1512
|
data
|
1513
1513
|
end
|
1514
1514
|
|
@@ -1521,9 +1521,9 @@ module Falcon
|
|
1521
1521
|
# @option opts [String] :after A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
|
1522
1522
|
# @option opts [Integer] :limit Number of ids to return.
|
1523
1523
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
1524
|
-
def
|
1524
|
+
def query_rule_groups_with_http_info(opts = {})
|
1525
1525
|
if @api_client.config.debugging
|
1526
|
-
@api_client.config.logger.debug 'Calling API:
|
1526
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_rule_groups ...'
|
1527
1527
|
end
|
1528
1528
|
# resource path
|
1529
1529
|
local_var_path = '/fwmgr/queries/rule-groups/v1'
|
@@ -1555,7 +1555,7 @@ module Falcon
|
|
1555
1555
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1556
1556
|
|
1557
1557
|
new_options = opts.merge(
|
1558
|
-
:operation => :"
|
1558
|
+
:operation => :"FirewallManagement.query_rule_groups",
|
1559
1559
|
:header_params => header_params,
|
1560
1560
|
:query_params => query_params,
|
1561
1561
|
:form_params => form_params,
|
@@ -1566,7 +1566,7 @@ module Falcon
|
|
1566
1566
|
|
1567
1567
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1568
1568
|
if @api_client.config.debugging
|
1569
|
-
@api_client.config.logger.debug "API called:
|
1569
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1570
1570
|
end
|
1571
1571
|
return data, status_code, headers
|
1572
1572
|
end
|
@@ -1596,7 +1596,7 @@ module Falcon
|
|
1596
1596
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
1597
1597
|
def query_rules_with_http_info(opts = {})
|
1598
1598
|
if @api_client.config.debugging
|
1599
|
-
@api_client.config.logger.debug 'Calling API:
|
1599
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.query_rules ...'
|
1600
1600
|
end
|
1601
1601
|
# resource path
|
1602
1602
|
local_var_path = '/fwmgr/queries/rules/v1'
|
@@ -1628,7 +1628,7 @@ module Falcon
|
|
1628
1628
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1629
1629
|
|
1630
1630
|
new_options = opts.merge(
|
1631
|
-
:operation => :"
|
1631
|
+
:operation => :"FirewallManagement.query_rules",
|
1632
1632
|
:header_params => header_params,
|
1633
1633
|
:query_params => query_params,
|
1634
1634
|
:form_params => form_params,
|
@@ -1639,7 +1639,7 @@ module Falcon
|
|
1639
1639
|
|
1640
1640
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1641
1641
|
if @api_client.config.debugging
|
1642
|
-
@api_client.config.logger.debug "API called:
|
1642
|
+
@api_client.config.logger.debug "API called: FirewallManagement#query_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1643
1643
|
end
|
1644
1644
|
return data, status_code, headers
|
1645
1645
|
end
|
@@ -1661,11 +1661,11 @@ module Falcon
|
|
1661
1661
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
1662
1662
|
def update_network_locations_with_http_info(body, opts = {})
|
1663
1663
|
if @api_client.config.debugging
|
1664
|
-
@api_client.config.logger.debug 'Calling API:
|
1664
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_network_locations ...'
|
1665
1665
|
end
|
1666
1666
|
# verify the required parameter 'body' is set
|
1667
1667
|
if @api_client.config.client_side_validation && body.nil?
|
1668
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1668
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_network_locations"
|
1669
1669
|
end
|
1670
1670
|
# resource path
|
1671
1671
|
local_var_path = '/fwmgr/entities/network-locations/v1'
|
@@ -1697,7 +1697,7 @@ module Falcon
|
|
1697
1697
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1698
1698
|
|
1699
1699
|
new_options = opts.merge(
|
1700
|
-
:operation => :"
|
1700
|
+
:operation => :"FirewallManagement.update_network_locations",
|
1701
1701
|
:header_params => header_params,
|
1702
1702
|
:query_params => query_params,
|
1703
1703
|
:form_params => form_params,
|
@@ -1708,7 +1708,7 @@ module Falcon
|
|
1708
1708
|
|
1709
1709
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1710
1710
|
if @api_client.config.debugging
|
1711
|
-
@api_client.config.logger.debug "API called:
|
1711
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1712
1712
|
end
|
1713
1713
|
return data, status_code, headers
|
1714
1714
|
end
|
@@ -1730,11 +1730,11 @@ module Falcon
|
|
1730
1730
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
1731
1731
|
def update_network_locations_metadata_with_http_info(body, opts = {})
|
1732
1732
|
if @api_client.config.debugging
|
1733
|
-
@api_client.config.logger.debug 'Calling API:
|
1733
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_network_locations_metadata ...'
|
1734
1734
|
end
|
1735
1735
|
# verify the required parameter 'body' is set
|
1736
1736
|
if @api_client.config.client_side_validation && body.nil?
|
1737
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1737
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_network_locations_metadata"
|
1738
1738
|
end
|
1739
1739
|
# resource path
|
1740
1740
|
local_var_path = '/fwmgr/entities/network-locations-metadata/v1'
|
@@ -1766,7 +1766,7 @@ module Falcon
|
|
1766
1766
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1767
1767
|
|
1768
1768
|
new_options = opts.merge(
|
1769
|
-
:operation => :"
|
1769
|
+
:operation => :"FirewallManagement.update_network_locations_metadata",
|
1770
1770
|
:header_params => header_params,
|
1771
1771
|
:query_params => query_params,
|
1772
1772
|
:form_params => form_params,
|
@@ -1777,7 +1777,7 @@ module Falcon
|
|
1777
1777
|
|
1778
1778
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1779
1779
|
if @api_client.config.debugging
|
1780
|
-
@api_client.config.logger.debug "API called:
|
1780
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_network_locations_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1781
1781
|
end
|
1782
1782
|
return data, status_code, headers
|
1783
1783
|
end
|
@@ -1799,11 +1799,11 @@ module Falcon
|
|
1799
1799
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
1800
1800
|
def update_network_locations_precedence_with_http_info(body, opts = {})
|
1801
1801
|
if @api_client.config.debugging
|
1802
|
-
@api_client.config.logger.debug 'Calling API:
|
1802
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_network_locations_precedence ...'
|
1803
1803
|
end
|
1804
1804
|
# verify the required parameter 'body' is set
|
1805
1805
|
if @api_client.config.client_side_validation && body.nil?
|
1806
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1806
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_network_locations_precedence"
|
1807
1807
|
end
|
1808
1808
|
# resource path
|
1809
1809
|
local_var_path = '/fwmgr/entities/network-locations-precedence/v1'
|
@@ -1835,7 +1835,7 @@ module Falcon
|
|
1835
1835
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1836
1836
|
|
1837
1837
|
new_options = opts.merge(
|
1838
|
-
:operation => :"
|
1838
|
+
:operation => :"FirewallManagement.update_network_locations_precedence",
|
1839
1839
|
:header_params => header_params,
|
1840
1840
|
:query_params => query_params,
|
1841
1841
|
:form_params => form_params,
|
@@ -1846,7 +1846,7 @@ module Falcon
|
|
1846
1846
|
|
1847
1847
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1848
1848
|
if @api_client.config.debugging
|
1849
|
-
@api_client.config.logger.debug "API called:
|
1849
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_network_locations_precedence\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1850
1850
|
end
|
1851
1851
|
return data, status_code, headers
|
1852
1852
|
end
|
@@ -1866,11 +1866,11 @@ module Falcon
|
|
1866
1866
|
# @return [Array<(FwmgrMsaspecResponseFields, Integer, Hash)>] FwmgrMsaspecResponseFields data, response status code and response headers
|
1867
1867
|
def update_policy_container_with_http_info(body, opts = {})
|
1868
1868
|
if @api_client.config.debugging
|
1869
|
-
@api_client.config.logger.debug 'Calling API:
|
1869
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_policy_container ...'
|
1870
1870
|
end
|
1871
1871
|
# verify the required parameter 'body' is set
|
1872
1872
|
if @api_client.config.client_side_validation && body.nil?
|
1873
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1873
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_policy_container"
|
1874
1874
|
end
|
1875
1875
|
# resource path
|
1876
1876
|
local_var_path = '/fwmgr/entities/policies/v2'
|
@@ -1901,7 +1901,7 @@ module Falcon
|
|
1901
1901
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1902
1902
|
|
1903
1903
|
new_options = opts.merge(
|
1904
|
-
:operation => :"
|
1904
|
+
:operation => :"FirewallManagement.update_policy_container",
|
1905
1905
|
:header_params => header_params,
|
1906
1906
|
:query_params => query_params,
|
1907
1907
|
:form_params => form_params,
|
@@ -1912,7 +1912,7 @@ module Falcon
|
|
1912
1912
|
|
1913
1913
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1914
1914
|
if @api_client.config.debugging
|
1915
|
-
@api_client.config.logger.debug "API called:
|
1915
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_policy_container\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1916
1916
|
end
|
1917
1917
|
return data, status_code, headers
|
1918
1918
|
end
|
@@ -1932,11 +1932,11 @@ module Falcon
|
|
1932
1932
|
# @return [Array<(FwmgrMsaspecResponseFields, Integer, Hash)>] FwmgrMsaspecResponseFields data, response status code and response headers
|
1933
1933
|
def update_policy_container_v1_with_http_info(body, opts = {})
|
1934
1934
|
if @api_client.config.debugging
|
1935
|
-
@api_client.config.logger.debug 'Calling API:
|
1935
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_policy_container_v1 ...'
|
1936
1936
|
end
|
1937
1937
|
# verify the required parameter 'body' is set
|
1938
1938
|
if @api_client.config.client_side_validation && body.nil?
|
1939
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1939
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_policy_container_v1"
|
1940
1940
|
end
|
1941
1941
|
# resource path
|
1942
1942
|
local_var_path = '/fwmgr/entities/policies/v1'
|
@@ -1967,7 +1967,7 @@ module Falcon
|
|
1967
1967
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1968
1968
|
|
1969
1969
|
new_options = opts.merge(
|
1970
|
-
:operation => :"
|
1970
|
+
:operation => :"FirewallManagement.update_policy_container_v1",
|
1971
1971
|
:header_params => header_params,
|
1972
1972
|
:query_params => query_params,
|
1973
1973
|
:form_params => form_params,
|
@@ -1978,7 +1978,7 @@ module Falcon
|
|
1978
1978
|
|
1979
1979
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1980
1980
|
if @api_client.config.debugging
|
1981
|
-
@api_client.config.logger.debug "API called:
|
1981
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_policy_container_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1982
1982
|
end
|
1983
1983
|
return data, status_code, headers
|
1984
1984
|
end
|
@@ -2000,11 +2000,11 @@ module Falcon
|
|
2000
2000
|
# @return [Array<(FwmgrApiQueryResponse, Integer, Hash)>] FwmgrApiQueryResponse data, response status code and response headers
|
2001
2001
|
def update_rule_group_with_http_info(body, opts = {})
|
2002
2002
|
if @api_client.config.debugging
|
2003
|
-
@api_client.config.logger.debug 'Calling API:
|
2003
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_rule_group ...'
|
2004
2004
|
end
|
2005
2005
|
# verify the required parameter 'body' is set
|
2006
2006
|
if @api_client.config.client_side_validation && body.nil?
|
2007
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2007
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_rule_group"
|
2008
2008
|
end
|
2009
2009
|
# resource path
|
2010
2010
|
local_var_path = '/fwmgr/entities/rule-groups/v1'
|
@@ -2036,7 +2036,7 @@ module Falcon
|
|
2036
2036
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2037
2037
|
|
2038
2038
|
new_options = opts.merge(
|
2039
|
-
:operation => :"
|
2039
|
+
:operation => :"FirewallManagement.update_rule_group",
|
2040
2040
|
:header_params => header_params,
|
2041
2041
|
:query_params => query_params,
|
2042
2042
|
:form_params => form_params,
|
@@ -2047,7 +2047,7 @@ module Falcon
|
|
2047
2047
|
|
2048
2048
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2049
2049
|
if @api_client.config.debugging
|
2050
|
-
@api_client.config.logger.debug "API called:
|
2050
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_rule_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2051
2051
|
end
|
2052
2052
|
return data, status_code, headers
|
2053
2053
|
end
|
@@ -2069,11 +2069,11 @@ module Falcon
|
|
2069
2069
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
2070
2070
|
def update_rule_group_validation_with_http_info(body, opts = {})
|
2071
2071
|
if @api_client.config.debugging
|
2072
|
-
@api_client.config.logger.debug 'Calling API:
|
2072
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.update_rule_group_validation ...'
|
2073
2073
|
end
|
2074
2074
|
# verify the required parameter 'body' is set
|
2075
2075
|
if @api_client.config.client_side_validation && body.nil?
|
2076
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2076
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.update_rule_group_validation"
|
2077
2077
|
end
|
2078
2078
|
# resource path
|
2079
2079
|
local_var_path = '/fwmgr/entities/rule-groups/validation/v1'
|
@@ -2105,7 +2105,7 @@ module Falcon
|
|
2105
2105
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2106
2106
|
|
2107
2107
|
new_options = opts.merge(
|
2108
|
-
:operation => :"
|
2108
|
+
:operation => :"FirewallManagement.update_rule_group_validation",
|
2109
2109
|
:header_params => header_params,
|
2110
2110
|
:query_params => query_params,
|
2111
2111
|
:form_params => form_params,
|
@@ -2116,7 +2116,7 @@ module Falcon
|
|
2116
2116
|
|
2117
2117
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2118
2118
|
if @api_client.config.debugging
|
2119
|
-
@api_client.config.logger.debug "API called:
|
2119
|
+
@api_client.config.logger.debug "API called: FirewallManagement#update_rule_group_validation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2120
2120
|
end
|
2121
2121
|
return data, status_code, headers
|
2122
2122
|
end
|
@@ -2138,11 +2138,11 @@ module Falcon
|
|
2138
2138
|
# @return [Array<(FwmgrMsaspecQueryResponse, Integer, Hash)>] FwmgrMsaspecQueryResponse data, response status code and response headers
|
2139
2139
|
def upsert_network_locations_with_http_info(body, opts = {})
|
2140
2140
|
if @api_client.config.debugging
|
2141
|
-
@api_client.config.logger.debug 'Calling API:
|
2141
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.upsert_network_locations ...'
|
2142
2142
|
end
|
2143
2143
|
# verify the required parameter 'body' is set
|
2144
2144
|
if @api_client.config.client_side_validation && body.nil?
|
2145
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2145
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.upsert_network_locations"
|
2146
2146
|
end
|
2147
2147
|
# resource path
|
2148
2148
|
local_var_path = '/fwmgr/entities/network-locations/v1'
|
@@ -2174,7 +2174,7 @@ module Falcon
|
|
2174
2174
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2175
2175
|
|
2176
2176
|
new_options = opts.merge(
|
2177
|
-
:operation => :"
|
2177
|
+
:operation => :"FirewallManagement.upsert_network_locations",
|
2178
2178
|
:header_params => header_params,
|
2179
2179
|
:query_params => query_params,
|
2180
2180
|
:form_params => form_params,
|
@@ -2185,7 +2185,7 @@ module Falcon
|
|
2185
2185
|
|
2186
2186
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
2187
2187
|
if @api_client.config.debugging
|
2188
|
-
@api_client.config.logger.debug "API called:
|
2188
|
+
@api_client.config.logger.debug "API called: FirewallManagement#upsert_network_locations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2189
2189
|
end
|
2190
2190
|
return data, status_code, headers
|
2191
2191
|
end
|
@@ -2205,11 +2205,11 @@ module Falcon
|
|
2205
2205
|
# @return [Array<(FwmgrApiValidateFilepathResponse, Integer, Hash)>] FwmgrApiValidateFilepathResponse data, response status code and response headers
|
2206
2206
|
def validate_filepath_pattern_with_http_info(body, opts = {})
|
2207
2207
|
if @api_client.config.debugging
|
2208
|
-
@api_client.config.logger.debug 'Calling API:
|
2208
|
+
@api_client.config.logger.debug 'Calling API: FirewallManagement.validate_filepath_pattern ...'
|
2209
2209
|
end
|
2210
2210
|
# verify the required parameter 'body' is set
|
2211
2211
|
if @api_client.config.client_side_validation && body.nil?
|
2212
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2212
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FirewallManagement.validate_filepath_pattern"
|
2213
2213
|
end
|
2214
2214
|
# resource path
|
2215
2215
|
local_var_path = '/fwmgr/entities/rules/validate-filepath/v1'
|
@@ -2240,7 +2240,7 @@ module Falcon
|
|
2240
2240
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2241
2241
|
|
2242
2242
|
new_options = opts.merge(
|
2243
|
-
:operation => :"
|
2243
|
+
:operation => :"FirewallManagement.validate_filepath_pattern",
|
2244
2244
|
:header_params => header_params,
|
2245
2245
|
:query_params => query_params,
|
2246
2246
|
:form_params => form_params,
|
@@ -2251,7 +2251,7 @@ module Falcon
|
|
2251
2251
|
|
2252
2252
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2253
2253
|
if @api_client.config.debugging
|
2254
|
-
@api_client.config.logger.debug "API called:
|
2254
|
+
@api_client.config.logger.debug "API called: FirewallManagement#validate_filepath_pattern\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2255
2255
|
end
|
2256
2256
|
return data, status_code, headers
|
2257
2257
|
end
|