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 Filevantage
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -41,8 +41,8 @@ module Falcon
|
|
41
41
|
# @param body [PoliciesCreateRequest] Create a new policy. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` must be one of `Windows`, `Linux`, or `Mac` Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
42
42
|
# @param [Hash] opts the optional parameters
|
43
43
|
# @return [PoliciesResponse]
|
44
|
-
def
|
45
|
-
data, _status_code, _headers =
|
44
|
+
def create_policies(body, opts = {})
|
45
|
+
data, _status_code, _headers = create_policies_with_http_info(body, opts)
|
46
46
|
data
|
47
47
|
end
|
48
48
|
|
@@ -51,13 +51,13 @@ module Falcon
|
|
51
51
|
# @param body [PoliciesCreateRequest] Create a new policy. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` must be one of `Windows`, `Linux`, or `Mac` Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
54
|
-
def
|
54
|
+
def create_policies_with_http_info(body, opts = {})
|
55
55
|
if @api_client.config.debugging
|
56
|
-
@api_client.config.logger.debug 'Calling API:
|
56
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.create_policies ...'
|
57
57
|
end
|
58
58
|
# verify the required parameter 'body' is set
|
59
59
|
if @api_client.config.client_side_validation && body.nil?
|
60
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
60
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.create_policies"
|
61
61
|
end
|
62
62
|
# resource path
|
63
63
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -88,7 +88,7 @@ module Falcon
|
|
88
88
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
89
89
|
|
90
90
|
new_options = opts.merge(
|
91
|
-
:operation => :"
|
91
|
+
:operation => :"Filevantage.create_policies",
|
92
92
|
:header_params => header_params,
|
93
93
|
:query_params => query_params,
|
94
94
|
:form_params => form_params,
|
@@ -99,7 +99,7 @@ module Falcon
|
|
99
99
|
|
100
100
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
101
101
|
if @api_client.config.debugging
|
102
|
-
@api_client.config.logger.debug "API called:
|
102
|
+
@api_client.config.logger.debug "API called: Filevantage#create_policies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
103
103
|
end
|
104
104
|
return data, status_code, headers
|
105
105
|
end
|
@@ -121,11 +121,11 @@ module Falcon
|
|
121
121
|
# @return [Array<(RulegroupsResponse, Integer, Hash)>] RulegroupsResponse data, response status code and response headers
|
122
122
|
def create_rule_groups_with_http_info(body, opts = {})
|
123
123
|
if @api_client.config.debugging
|
124
|
-
@api_client.config.logger.debug 'Calling API:
|
124
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.create_rule_groups ...'
|
125
125
|
end
|
126
126
|
# verify the required parameter 'body' is set
|
127
127
|
if @api_client.config.client_side_validation && body.nil?
|
128
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
128
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.create_rule_groups"
|
129
129
|
end
|
130
130
|
# resource path
|
131
131
|
local_var_path = '/filevantage/entities/rule-groups/v1'
|
@@ -156,7 +156,7 @@ module Falcon
|
|
156
156
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
157
157
|
|
158
158
|
new_options = opts.merge(
|
159
|
-
:operation => :"
|
159
|
+
:operation => :"Filevantage.create_rule_groups",
|
160
160
|
:header_params => header_params,
|
161
161
|
:query_params => query_params,
|
162
162
|
:form_params => form_params,
|
@@ -167,7 +167,7 @@ module Falcon
|
|
167
167
|
|
168
168
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
169
169
|
if @api_client.config.debugging
|
170
|
-
@api_client.config.logger.debug "API called:
|
170
|
+
@api_client.config.logger.debug "API called: Filevantage#create_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
171
171
|
end
|
172
172
|
return data, status_code, headers
|
173
173
|
end
|
@@ -189,11 +189,11 @@ module Falcon
|
|
189
189
|
# @return [Array<(RulegroupsRulesResponse, Integer, Hash)>] RulegroupsRulesResponse data, response status code and response headers
|
190
190
|
def create_rules_with_http_info(body, opts = {})
|
191
191
|
if @api_client.config.debugging
|
192
|
-
@api_client.config.logger.debug 'Calling API:
|
192
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.create_rules ...'
|
193
193
|
end
|
194
194
|
# verify the required parameter 'body' is set
|
195
195
|
if @api_client.config.client_side_validation && body.nil?
|
196
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
196
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.create_rules"
|
197
197
|
end
|
198
198
|
# resource path
|
199
199
|
local_var_path = '/filevantage/entities/rule-groups-rules/v1'
|
@@ -224,7 +224,7 @@ module Falcon
|
|
224
224
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
225
225
|
|
226
226
|
new_options = opts.merge(
|
227
|
-
:operation => :"
|
227
|
+
:operation => :"Filevantage.create_rules",
|
228
228
|
:header_params => header_params,
|
229
229
|
:query_params => query_params,
|
230
230
|
:form_params => form_params,
|
@@ -235,7 +235,7 @@ module Falcon
|
|
235
235
|
|
236
236
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
237
237
|
if @api_client.config.debugging
|
238
|
-
@api_client.config.logger.debug "API called:
|
238
|
+
@api_client.config.logger.debug "API called: Filevantage#create_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
239
239
|
end
|
240
240
|
return data, status_code, headers
|
241
241
|
end
|
@@ -257,11 +257,11 @@ module Falcon
|
|
257
257
|
# @return [Array<(ScheduledexclusionsResponse, Integer, Hash)>] ScheduledexclusionsResponse data, response status code and response headers
|
258
258
|
def create_scheduled_exclusions_with_http_info(body, opts = {})
|
259
259
|
if @api_client.config.debugging
|
260
|
-
@api_client.config.logger.debug 'Calling API:
|
260
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.create_scheduled_exclusions ...'
|
261
261
|
end
|
262
262
|
# verify the required parameter 'body' is set
|
263
263
|
if @api_client.config.client_side_validation && body.nil?
|
264
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
264
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.create_scheduled_exclusions"
|
265
265
|
end
|
266
266
|
# resource path
|
267
267
|
local_var_path = '/filevantage/entities/policy-scheduled-exclusions/v1'
|
@@ -292,7 +292,7 @@ module Falcon
|
|
292
292
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
293
293
|
|
294
294
|
new_options = opts.merge(
|
295
|
-
:operation => :"
|
295
|
+
:operation => :"Filevantage.create_scheduled_exclusions",
|
296
296
|
:header_params => header_params,
|
297
297
|
:query_params => query_params,
|
298
298
|
:form_params => form_params,
|
@@ -303,7 +303,7 @@ module Falcon
|
|
303
303
|
|
304
304
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
305
305
|
if @api_client.config.debugging
|
306
|
-
@api_client.config.logger.debug "API called:
|
306
|
+
@api_client.config.logger.debug "API called: Filevantage#create_scheduled_exclusions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
307
307
|
end
|
308
308
|
return data, status_code, headers
|
309
309
|
end
|
@@ -325,11 +325,11 @@ module Falcon
|
|
325
325
|
# @return [Array<(PoliciesDeleteResponse, Integer, Hash)>] PoliciesDeleteResponse data, response status code and response headers
|
326
326
|
def delete_policies_with_http_info(ids, opts = {})
|
327
327
|
if @api_client.config.debugging
|
328
|
-
@api_client.config.logger.debug 'Calling API:
|
328
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.delete_policies ...'
|
329
329
|
end
|
330
330
|
# verify the required parameter 'ids' is set
|
331
331
|
if @api_client.config.client_side_validation && ids.nil?
|
332
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
332
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.delete_policies"
|
333
333
|
end
|
334
334
|
# resource path
|
335
335
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -356,7 +356,7 @@ module Falcon
|
|
356
356
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
357
357
|
|
358
358
|
new_options = opts.merge(
|
359
|
-
:operation => :"
|
359
|
+
:operation => :"Filevantage.delete_policies",
|
360
360
|
:header_params => header_params,
|
361
361
|
:query_params => query_params,
|
362
362
|
:form_params => form_params,
|
@@ -367,7 +367,7 @@ module Falcon
|
|
367
367
|
|
368
368
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
369
369
|
if @api_client.config.debugging
|
370
|
-
@api_client.config.logger.debug "API called:
|
370
|
+
@api_client.config.logger.debug "API called: Filevantage#delete_policies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
371
371
|
end
|
372
372
|
return data, status_code, headers
|
373
373
|
end
|
@@ -389,11 +389,11 @@ module Falcon
|
|
389
389
|
# @return [Array<(RulegroupsDeleteResponse, Integer, Hash)>] RulegroupsDeleteResponse data, response status code and response headers
|
390
390
|
def delete_rule_groups_with_http_info(ids, opts = {})
|
391
391
|
if @api_client.config.debugging
|
392
|
-
@api_client.config.logger.debug 'Calling API:
|
392
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.delete_rule_groups ...'
|
393
393
|
end
|
394
394
|
# verify the required parameter 'ids' is set
|
395
395
|
if @api_client.config.client_side_validation && ids.nil?
|
396
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
396
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.delete_rule_groups"
|
397
397
|
end
|
398
398
|
# resource path
|
399
399
|
local_var_path = '/filevantage/entities/rule-groups/v1'
|
@@ -420,7 +420,7 @@ module Falcon
|
|
420
420
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
421
421
|
|
422
422
|
new_options = opts.merge(
|
423
|
-
:operation => :"
|
423
|
+
:operation => :"Filevantage.delete_rule_groups",
|
424
424
|
:header_params => header_params,
|
425
425
|
:query_params => query_params,
|
426
426
|
:form_params => form_params,
|
@@ -431,7 +431,7 @@ module Falcon
|
|
431
431
|
|
432
432
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
433
433
|
if @api_client.config.debugging
|
434
|
-
@api_client.config.logger.debug "API called:
|
434
|
+
@api_client.config.logger.debug "API called: Filevantage#delete_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
435
435
|
end
|
436
436
|
return data, status_code, headers
|
437
437
|
end
|
@@ -455,15 +455,15 @@ module Falcon
|
|
455
455
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
456
456
|
def delete_rules_with_http_info(rule_group_id, ids, opts = {})
|
457
457
|
if @api_client.config.debugging
|
458
|
-
@api_client.config.logger.debug 'Calling API:
|
458
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.delete_rules ...'
|
459
459
|
end
|
460
460
|
# verify the required parameter 'rule_group_id' is set
|
461
461
|
if @api_client.config.client_side_validation && rule_group_id.nil?
|
462
|
-
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling
|
462
|
+
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling Filevantage.delete_rules"
|
463
463
|
end
|
464
464
|
# verify the required parameter 'ids' is set
|
465
465
|
if @api_client.config.client_side_validation && ids.nil?
|
466
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
466
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.delete_rules"
|
467
467
|
end
|
468
468
|
# resource path
|
469
469
|
local_var_path = '/filevantage/entities/rule-groups-rules/v1'
|
@@ -491,7 +491,7 @@ module Falcon
|
|
491
491
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
492
492
|
|
493
493
|
new_options = opts.merge(
|
494
|
-
:operation => :"
|
494
|
+
:operation => :"Filevantage.delete_rules",
|
495
495
|
:header_params => header_params,
|
496
496
|
:query_params => query_params,
|
497
497
|
:form_params => form_params,
|
@@ -502,7 +502,7 @@ module Falcon
|
|
502
502
|
|
503
503
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
504
504
|
if @api_client.config.debugging
|
505
|
-
@api_client.config.logger.debug "API called:
|
505
|
+
@api_client.config.logger.debug "API called: Filevantage#delete_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
506
506
|
end
|
507
507
|
return data, status_code, headers
|
508
508
|
end
|
@@ -526,15 +526,15 @@ module Falcon
|
|
526
526
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
527
527
|
def delete_scheduled_exclusions_with_http_info(policy_id, ids, opts = {})
|
528
528
|
if @api_client.config.debugging
|
529
|
-
@api_client.config.logger.debug 'Calling API:
|
529
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.delete_scheduled_exclusions ...'
|
530
530
|
end
|
531
531
|
# verify the required parameter 'policy_id' is set
|
532
532
|
if @api_client.config.client_side_validation && policy_id.nil?
|
533
|
-
fail ArgumentError, "Missing the required parameter 'policy_id' when calling
|
533
|
+
fail ArgumentError, "Missing the required parameter 'policy_id' when calling Filevantage.delete_scheduled_exclusions"
|
534
534
|
end
|
535
535
|
# verify the required parameter 'ids' is set
|
536
536
|
if @api_client.config.client_side_validation && ids.nil?
|
537
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
537
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.delete_scheduled_exclusions"
|
538
538
|
end
|
539
539
|
# resource path
|
540
540
|
local_var_path = '/filevantage/entities/policy-scheduled-exclusions/v1'
|
@@ -562,7 +562,7 @@ module Falcon
|
|
562
562
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
563
563
|
|
564
564
|
new_options = opts.merge(
|
565
|
-
:operation => :"
|
565
|
+
:operation => :"Filevantage.delete_scheduled_exclusions",
|
566
566
|
:header_params => header_params,
|
567
567
|
:query_params => query_params,
|
568
568
|
:form_params => form_params,
|
@@ -573,7 +573,7 @@ module Falcon
|
|
573
573
|
|
574
574
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
575
575
|
if @api_client.config.debugging
|
576
|
-
@api_client.config.logger.debug "API called:
|
576
|
+
@api_client.config.logger.debug "API called: Filevantage#delete_scheduled_exclusions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
577
577
|
end
|
578
578
|
return data, status_code, headers
|
579
579
|
end
|
@@ -595,11 +595,11 @@ module Falcon
|
|
595
595
|
# @return [Array<(ActionsGetActionResponse, Integer, Hash)>] ActionsGetActionResponse data, response status code and response headers
|
596
596
|
def get_actions_mixin0_with_http_info(ids, opts = {})
|
597
597
|
if @api_client.config.debugging
|
598
|
-
@api_client.config.logger.debug 'Calling API:
|
598
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_actions_mixin0 ...'
|
599
599
|
end
|
600
600
|
# verify the required parameter 'ids' is set
|
601
601
|
if @api_client.config.client_side_validation && ids.nil?
|
602
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
602
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_actions_mixin0"
|
603
603
|
end
|
604
604
|
# resource path
|
605
605
|
local_var_path = '/filevantage/entities/actions/v1'
|
@@ -626,7 +626,7 @@ module Falcon
|
|
626
626
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
627
627
|
|
628
628
|
new_options = opts.merge(
|
629
|
-
:operation => :"
|
629
|
+
:operation => :"Filevantage.get_actions_mixin0",
|
630
630
|
:header_params => header_params,
|
631
631
|
:query_params => query_params,
|
632
632
|
:form_params => form_params,
|
@@ -637,7 +637,7 @@ module Falcon
|
|
637
637
|
|
638
638
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
639
639
|
if @api_client.config.debugging
|
640
|
-
@api_client.config.logger.debug "API called:
|
640
|
+
@api_client.config.logger.debug "API called: Filevantage#get_actions_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
641
641
|
end
|
642
642
|
return data, status_code, headers
|
643
643
|
end
|
@@ -659,18 +659,18 @@ module Falcon
|
|
659
659
|
# @return [Array<(PublicGetChangesResponse, Integer, Hash)>] PublicGetChangesResponse data, response status code and response headers
|
660
660
|
def get_changes_with_http_info(ids, opts = {})
|
661
661
|
if @api_client.config.debugging
|
662
|
-
@api_client.config.logger.debug 'Calling API:
|
662
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_changes ...'
|
663
663
|
end
|
664
664
|
# verify the required parameter 'ids' is set
|
665
665
|
if @api_client.config.client_side_validation && ids.nil?
|
666
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
666
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_changes"
|
667
667
|
end
|
668
668
|
if @api_client.config.client_side_validation && ids.length > 500
|
669
|
-
fail ArgumentError, 'invalid value for "ids" when calling
|
669
|
+
fail ArgumentError, 'invalid value for "ids" when calling Filevantage.get_changes, number of items must be less than or equal to 500.'
|
670
670
|
end
|
671
671
|
|
672
672
|
if @api_client.config.client_side_validation && ids.length < 1
|
673
|
-
fail ArgumentError, 'invalid value for "ids" when calling
|
673
|
+
fail ArgumentError, 'invalid value for "ids" when calling Filevantage.get_changes, number of items must be greater than or equal to 1.'
|
674
674
|
end
|
675
675
|
|
676
676
|
# resource path
|
@@ -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 => :"Filevantage.get_changes",
|
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: Filevantage#get_changes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
713
713
|
end
|
714
714
|
return data, status_code, headers
|
715
715
|
end
|
@@ -733,11 +733,11 @@ module Falcon
|
|
733
733
|
# @return [Array<(ContentchangesChangeContentsResponse, Integer, Hash)>] ContentchangesChangeContentsResponse data, response status code and response headers
|
734
734
|
def get_contents_with_http_info(id, opts = {})
|
735
735
|
if @api_client.config.debugging
|
736
|
-
@api_client.config.logger.debug 'Calling API:
|
736
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_contents ...'
|
737
737
|
end
|
738
738
|
# verify the required parameter 'id' is set
|
739
739
|
if @api_client.config.client_side_validation && id.nil?
|
740
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
740
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling Filevantage.get_contents"
|
741
741
|
end
|
742
742
|
# resource path
|
743
743
|
local_var_path = '/filevantage/entities/change-content/v1'
|
@@ -765,7 +765,7 @@ module Falcon
|
|
765
765
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
766
766
|
|
767
767
|
new_options = opts.merge(
|
768
|
-
:operation => :"
|
768
|
+
:operation => :"Filevantage.get_contents",
|
769
769
|
:header_params => header_params,
|
770
770
|
:query_params => query_params,
|
771
771
|
:form_params => form_params,
|
@@ -776,7 +776,7 @@ module Falcon
|
|
776
776
|
|
777
777
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
778
778
|
if @api_client.config.debugging
|
779
|
-
@api_client.config.logger.debug "API called:
|
779
|
+
@api_client.config.logger.debug "API called: Filevantage#get_contents\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
780
780
|
end
|
781
781
|
return data, status_code, headers
|
782
782
|
end
|
@@ -798,11 +798,11 @@ module Falcon
|
|
798
798
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
799
799
|
def get_policies_with_http_info(ids, opts = {})
|
800
800
|
if @api_client.config.debugging
|
801
|
-
@api_client.config.logger.debug 'Calling API:
|
801
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_policies ...'
|
802
802
|
end
|
803
803
|
# verify the required parameter 'ids' is set
|
804
804
|
if @api_client.config.client_side_validation && ids.nil?
|
805
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
805
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_policies"
|
806
806
|
end
|
807
807
|
# resource path
|
808
808
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -829,7 +829,7 @@ module Falcon
|
|
829
829
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
830
830
|
|
831
831
|
new_options = opts.merge(
|
832
|
-
:operation => :"
|
832
|
+
:operation => :"Filevantage.get_policies",
|
833
833
|
:header_params => header_params,
|
834
834
|
:query_params => query_params,
|
835
835
|
:form_params => form_params,
|
@@ -840,7 +840,7 @@ module Falcon
|
|
840
840
|
|
841
841
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
842
842
|
if @api_client.config.debugging
|
843
|
-
@api_client.config.logger.debug "API called:
|
843
|
+
@api_client.config.logger.debug "API called: Filevantage#get_policies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
844
844
|
end
|
845
845
|
return data, status_code, headers
|
846
846
|
end
|
@@ -862,11 +862,11 @@ module Falcon
|
|
862
862
|
# @return [Array<(RulegroupsResponse, Integer, Hash)>] RulegroupsResponse data, response status code and response headers
|
863
863
|
def get_rule_groups_with_http_info(ids, opts = {})
|
864
864
|
if @api_client.config.debugging
|
865
|
-
@api_client.config.logger.debug 'Calling API:
|
865
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_rule_groups ...'
|
866
866
|
end
|
867
867
|
# verify the required parameter 'ids' is set
|
868
868
|
if @api_client.config.client_side_validation && ids.nil?
|
869
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
869
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_rule_groups"
|
870
870
|
end
|
871
871
|
# resource path
|
872
872
|
local_var_path = '/filevantage/entities/rule-groups/v1'
|
@@ -893,7 +893,7 @@ module Falcon
|
|
893
893
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
894
894
|
|
895
895
|
new_options = opts.merge(
|
896
|
-
:operation => :"
|
896
|
+
:operation => :"Filevantage.get_rule_groups",
|
897
897
|
:header_params => header_params,
|
898
898
|
:query_params => query_params,
|
899
899
|
:form_params => form_params,
|
@@ -904,7 +904,7 @@ module Falcon
|
|
904
904
|
|
905
905
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
906
906
|
if @api_client.config.debugging
|
907
|
-
@api_client.config.logger.debug "API called:
|
907
|
+
@api_client.config.logger.debug "API called: Filevantage#get_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
908
908
|
end
|
909
909
|
return data, status_code, headers
|
910
910
|
end
|
@@ -928,15 +928,15 @@ module Falcon
|
|
928
928
|
# @return [Array<(RulegroupsRulesResponse, Integer, Hash)>] RulegroupsRulesResponse data, response status code and response headers
|
929
929
|
def get_rules_with_http_info(rule_group_id, ids, opts = {})
|
930
930
|
if @api_client.config.debugging
|
931
|
-
@api_client.config.logger.debug 'Calling API:
|
931
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_rules ...'
|
932
932
|
end
|
933
933
|
# verify the required parameter 'rule_group_id' is set
|
934
934
|
if @api_client.config.client_side_validation && rule_group_id.nil?
|
935
|
-
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling
|
935
|
+
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling Filevantage.get_rules"
|
936
936
|
end
|
937
937
|
# verify the required parameter 'ids' is set
|
938
938
|
if @api_client.config.client_side_validation && ids.nil?
|
939
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
939
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_rules"
|
940
940
|
end
|
941
941
|
# resource path
|
942
942
|
local_var_path = '/filevantage/entities/rule-groups-rules/v1'
|
@@ -964,7 +964,7 @@ module Falcon
|
|
964
964
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
965
965
|
|
966
966
|
new_options = opts.merge(
|
967
|
-
:operation => :"
|
967
|
+
:operation => :"Filevantage.get_rules",
|
968
968
|
:header_params => header_params,
|
969
969
|
:query_params => query_params,
|
970
970
|
:form_params => form_params,
|
@@ -975,7 +975,7 @@ module Falcon
|
|
975
975
|
|
976
976
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
977
977
|
if @api_client.config.debugging
|
978
|
-
@api_client.config.logger.debug "API called:
|
978
|
+
@api_client.config.logger.debug "API called: Filevantage#get_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
979
979
|
end
|
980
980
|
return data, status_code, headers
|
981
981
|
end
|
@@ -999,15 +999,15 @@ module Falcon
|
|
999
999
|
# @return [Array<(ScheduledexclusionsResponse, Integer, Hash)>] ScheduledexclusionsResponse data, response status code and response headers
|
1000
1000
|
def get_scheduled_exclusions_with_http_info(policy_id, ids, opts = {})
|
1001
1001
|
if @api_client.config.debugging
|
1002
|
-
@api_client.config.logger.debug 'Calling API:
|
1002
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.get_scheduled_exclusions ...'
|
1003
1003
|
end
|
1004
1004
|
# verify the required parameter 'policy_id' is set
|
1005
1005
|
if @api_client.config.client_side_validation && policy_id.nil?
|
1006
|
-
fail ArgumentError, "Missing the required parameter 'policy_id' when calling
|
1006
|
+
fail ArgumentError, "Missing the required parameter 'policy_id' when calling Filevantage.get_scheduled_exclusions"
|
1007
1007
|
end
|
1008
1008
|
# verify the required parameter 'ids' is set
|
1009
1009
|
if @api_client.config.client_side_validation && ids.nil?
|
1010
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1010
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.get_scheduled_exclusions"
|
1011
1011
|
end
|
1012
1012
|
# resource path
|
1013
1013
|
local_var_path = '/filevantage/entities/policy-scheduled-exclusions/v1'
|
@@ -1035,7 +1035,7 @@ module Falcon
|
|
1035
1035
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1036
1036
|
|
1037
1037
|
new_options = opts.merge(
|
1038
|
-
:operation => :"
|
1038
|
+
:operation => :"Filevantage.get_scheduled_exclusions",
|
1039
1039
|
:header_params => header_params,
|
1040
1040
|
:query_params => query_params,
|
1041
1041
|
:form_params => form_params,
|
@@ -1046,7 +1046,7 @@ module Falcon
|
|
1046
1046
|
|
1047
1047
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1048
1048
|
if @api_client.config.debugging
|
1049
|
-
@api_client.config.logger.debug "API called:
|
1049
|
+
@api_client.config.logger.debug "API called: Filevantage#get_scheduled_exclusions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1050
1050
|
end
|
1051
1051
|
return data, status_code, headers
|
1052
1052
|
end
|
@@ -1074,10 +1074,10 @@ module Falcon
|
|
1074
1074
|
# @return [Array<(ChangesHighVolumeQueryResponse, Integer, Hash)>] ChangesHighVolumeQueryResponse data, response status code and response headers
|
1075
1075
|
def high_volume_query_changes_with_http_info(opts = {})
|
1076
1076
|
if @api_client.config.debugging
|
1077
|
-
@api_client.config.logger.debug 'Calling API:
|
1077
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.high_volume_query_changes ...'
|
1078
1078
|
end
|
1079
1079
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 5000
|
1080
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1080
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Filevantage.high_volume_query_changes, must be smaller than or equal to 5000.'
|
1081
1081
|
end
|
1082
1082
|
|
1083
1083
|
# resource path
|
@@ -1108,7 +1108,7 @@ module Falcon
|
|
1108
1108
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1109
1109
|
|
1110
1110
|
new_options = opts.merge(
|
1111
|
-
:operation => :"
|
1111
|
+
:operation => :"Filevantage.high_volume_query_changes",
|
1112
1112
|
:header_params => header_params,
|
1113
1113
|
:query_params => query_params,
|
1114
1114
|
:form_params => form_params,
|
@@ -1119,7 +1119,7 @@ module Falcon
|
|
1119
1119
|
|
1120
1120
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1121
1121
|
if @api_client.config.debugging
|
1122
|
-
@api_client.config.logger.debug "API called:
|
1122
|
+
@api_client.config.logger.debug "API called: Filevantage#high_volume_query_changes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1123
1123
|
end
|
1124
1124
|
return data, status_code, headers
|
1125
1125
|
end
|
@@ -1147,10 +1147,10 @@ module Falcon
|
|
1147
1147
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1148
1148
|
def query_actions_mixin0_with_http_info(opts = {})
|
1149
1149
|
if @api_client.config.debugging
|
1150
|
-
@api_client.config.logger.debug 'Calling API:
|
1150
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.query_actions_mixin0 ...'
|
1151
1151
|
end
|
1152
1152
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
1153
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
1153
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling Filevantage.query_actions_mixin0, must be greater than or equal to 0.'
|
1154
1154
|
end
|
1155
1155
|
|
1156
1156
|
# resource path
|
@@ -1181,7 +1181,7 @@ module Falcon
|
|
1181
1181
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1182
1182
|
|
1183
1183
|
new_options = opts.merge(
|
1184
|
-
:operation => :"
|
1184
|
+
:operation => :"Filevantage.query_actions_mixin0",
|
1185
1185
|
:header_params => header_params,
|
1186
1186
|
:query_params => query_params,
|
1187
1187
|
:form_params => form_params,
|
@@ -1192,7 +1192,7 @@ module Falcon
|
|
1192
1192
|
|
1193
1193
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1194
1194
|
if @api_client.config.debugging
|
1195
|
-
@api_client.config.logger.debug "API called:
|
1195
|
+
@api_client.config.logger.debug "API called: Filevantage#query_actions_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1196
1196
|
end
|
1197
1197
|
return data, status_code, headers
|
1198
1198
|
end
|
@@ -1220,14 +1220,14 @@ module Falcon
|
|
1220
1220
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1221
1221
|
def query_changes_with_http_info(opts = {})
|
1222
1222
|
if @api_client.config.debugging
|
1223
|
-
@api_client.config.logger.debug 'Calling API:
|
1223
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.query_changes ...'
|
1224
1224
|
end
|
1225
1225
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
1226
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
1226
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling Filevantage.query_changes, must be greater than or equal to 0.'
|
1227
1227
|
end
|
1228
1228
|
|
1229
1229
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
1230
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
1230
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling Filevantage.query_changes, must be smaller than or equal to 500.'
|
1231
1231
|
end
|
1232
1232
|
|
1233
1233
|
# resource path
|
@@ -1258,7 +1258,7 @@ module Falcon
|
|
1258
1258
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1259
1259
|
|
1260
1260
|
new_options = opts.merge(
|
1261
|
-
:operation => :"
|
1261
|
+
:operation => :"Filevantage.query_changes",
|
1262
1262
|
:header_params => header_params,
|
1263
1263
|
:query_params => query_params,
|
1264
1264
|
:form_params => form_params,
|
@@ -1269,7 +1269,7 @@ module Falcon
|
|
1269
1269
|
|
1270
1270
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1271
1271
|
if @api_client.config.debugging
|
1272
|
-
@api_client.config.logger.debug "API called:
|
1272
|
+
@api_client.config.logger.debug "API called: Filevantage#query_changes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1273
1273
|
end
|
1274
1274
|
return data, status_code, headers
|
1275
1275
|
end
|
@@ -1297,14 +1297,14 @@ module Falcon
|
|
1297
1297
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1298
1298
|
def query_policies_with_http_info(type, opts = {})
|
1299
1299
|
if @api_client.config.debugging
|
1300
|
-
@api_client.config.logger.debug 'Calling API:
|
1300
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.query_policies ...'
|
1301
1301
|
end
|
1302
1302
|
# verify the required parameter 'type' is set
|
1303
1303
|
if @api_client.config.client_side_validation && type.nil?
|
1304
|
-
fail ArgumentError, "Missing the required parameter 'type' when calling
|
1304
|
+
fail ArgumentError, "Missing the required parameter 'type' when calling Filevantage.query_policies"
|
1305
1305
|
end
|
1306
1306
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
1307
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
1307
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling Filevantage.query_policies, must be greater than or equal to 0.'
|
1308
1308
|
end
|
1309
1309
|
|
1310
1310
|
# resource path
|
@@ -1335,7 +1335,7 @@ module Falcon
|
|
1335
1335
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1336
1336
|
|
1337
1337
|
new_options = opts.merge(
|
1338
|
-
:operation => :"
|
1338
|
+
:operation => :"Filevantage.query_policies",
|
1339
1339
|
:header_params => header_params,
|
1340
1340
|
:query_params => query_params,
|
1341
1341
|
:form_params => form_params,
|
@@ -1346,7 +1346,7 @@ module Falcon
|
|
1346
1346
|
|
1347
1347
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1348
1348
|
if @api_client.config.debugging
|
1349
|
-
@api_client.config.logger.debug "API called:
|
1349
|
+
@api_client.config.logger.debug "API called: Filevantage#query_policies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1350
1350
|
end
|
1351
1351
|
return data, status_code, headers
|
1352
1352
|
end
|
@@ -1374,14 +1374,14 @@ module Falcon
|
|
1374
1374
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1375
1375
|
def query_rule_groups_with_http_info(type, opts = {})
|
1376
1376
|
if @api_client.config.debugging
|
1377
|
-
@api_client.config.logger.debug 'Calling API:
|
1377
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.query_rule_groups ...'
|
1378
1378
|
end
|
1379
1379
|
# verify the required parameter 'type' is set
|
1380
1380
|
if @api_client.config.client_side_validation && type.nil?
|
1381
|
-
fail ArgumentError, "Missing the required parameter 'type' when calling
|
1381
|
+
fail ArgumentError, "Missing the required parameter 'type' when calling Filevantage.query_rule_groups"
|
1382
1382
|
end
|
1383
1383
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
1384
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
1384
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling Filevantage.query_rule_groups, must be greater than or equal to 0.'
|
1385
1385
|
end
|
1386
1386
|
|
1387
1387
|
# resource path
|
@@ -1412,7 +1412,7 @@ module Falcon
|
|
1412
1412
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1413
1413
|
|
1414
1414
|
new_options = opts.merge(
|
1415
|
-
:operation => :"
|
1415
|
+
:operation => :"Filevantage.query_rule_groups",
|
1416
1416
|
:header_params => header_params,
|
1417
1417
|
:query_params => query_params,
|
1418
1418
|
:form_params => form_params,
|
@@ -1423,7 +1423,7 @@ module Falcon
|
|
1423
1423
|
|
1424
1424
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1425
1425
|
if @api_client.config.debugging
|
1426
|
-
@api_client.config.logger.debug "API called:
|
1426
|
+
@api_client.config.logger.debug "API called: Filevantage#query_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1427
1427
|
end
|
1428
1428
|
return data, status_code, headers
|
1429
1429
|
end
|
@@ -1445,11 +1445,11 @@ module Falcon
|
|
1445
1445
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1446
1446
|
def query_scheduled_exclusions_with_http_info(policy_id, opts = {})
|
1447
1447
|
if @api_client.config.debugging
|
1448
|
-
@api_client.config.logger.debug 'Calling API:
|
1448
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.query_scheduled_exclusions ...'
|
1449
1449
|
end
|
1450
1450
|
# verify the required parameter 'policy_id' is set
|
1451
1451
|
if @api_client.config.client_side_validation && policy_id.nil?
|
1452
|
-
fail ArgumentError, "Missing the required parameter 'policy_id' when calling
|
1452
|
+
fail ArgumentError, "Missing the required parameter 'policy_id' when calling Filevantage.query_scheduled_exclusions"
|
1453
1453
|
end
|
1454
1454
|
# resource path
|
1455
1455
|
local_var_path = '/filevantage/queries/policy-scheduled-exclusions/v1'
|
@@ -1476,7 +1476,7 @@ module Falcon
|
|
1476
1476
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1477
1477
|
|
1478
1478
|
new_options = opts.merge(
|
1479
|
-
:operation => :"
|
1479
|
+
:operation => :"Filevantage.query_scheduled_exclusions",
|
1480
1480
|
:header_params => header_params,
|
1481
1481
|
:query_params => query_params,
|
1482
1482
|
:form_params => form_params,
|
@@ -1487,7 +1487,7 @@ module Falcon
|
|
1487
1487
|
|
1488
1488
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1489
1489
|
if @api_client.config.debugging
|
1490
|
-
@api_client.config.logger.debug "API called:
|
1490
|
+
@api_client.config.logger.debug "API called: Filevantage#query_scheduled_exclusions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1491
1491
|
end
|
1492
1492
|
return data, status_code, headers
|
1493
1493
|
end
|
@@ -1509,11 +1509,11 @@ module Falcon
|
|
1509
1509
|
# @return [Array<(WorkflowResponse, Integer, Hash)>] WorkflowResponse data, response status code and response headers
|
1510
1510
|
def signal_changes_external_with_http_info(body, opts = {})
|
1511
1511
|
if @api_client.config.debugging
|
1512
|
-
@api_client.config.logger.debug 'Calling API:
|
1512
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.signal_changes_external ...'
|
1513
1513
|
end
|
1514
1514
|
# verify the required parameter 'body' is set
|
1515
1515
|
if @api_client.config.client_side_validation && body.nil?
|
1516
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1516
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.signal_changes_external"
|
1517
1517
|
end
|
1518
1518
|
# resource path
|
1519
1519
|
local_var_path = '/filevantage/entities/workflow/v1'
|
@@ -1544,7 +1544,7 @@ module Falcon
|
|
1544
1544
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1545
1545
|
|
1546
1546
|
new_options = opts.merge(
|
1547
|
-
:operation => :"
|
1547
|
+
:operation => :"Filevantage.signal_changes_external",
|
1548
1548
|
:header_params => header_params,
|
1549
1549
|
:query_params => query_params,
|
1550
1550
|
:form_params => form_params,
|
@@ -1555,7 +1555,7 @@ module Falcon
|
|
1555
1555
|
|
1556
1556
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1557
1557
|
if @api_client.config.debugging
|
1558
|
-
@api_client.config.logger.debug "API called:
|
1558
|
+
@api_client.config.logger.debug "API called: Filevantage#signal_changes_external\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1559
1559
|
end
|
1560
1560
|
return data, status_code, headers
|
1561
1561
|
end
|
@@ -1577,11 +1577,11 @@ module Falcon
|
|
1577
1577
|
# @return [Array<(ActionsActionResponse, Integer, Hash)>] ActionsActionResponse data, response status code and response headers
|
1578
1578
|
def start_actions_with_http_info(body, opts = {})
|
1579
1579
|
if @api_client.config.debugging
|
1580
|
-
@api_client.config.logger.debug 'Calling API:
|
1580
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.start_actions ...'
|
1581
1581
|
end
|
1582
1582
|
# verify the required parameter 'body' is set
|
1583
1583
|
if @api_client.config.client_side_validation && body.nil?
|
1584
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1584
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.start_actions"
|
1585
1585
|
end
|
1586
1586
|
# resource path
|
1587
1587
|
local_var_path = '/filevantage/entities/actions/v1'
|
@@ -1612,7 +1612,7 @@ module Falcon
|
|
1612
1612
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1613
1613
|
|
1614
1614
|
new_options = opts.merge(
|
1615
|
-
:operation => :"
|
1615
|
+
:operation => :"Filevantage.start_actions",
|
1616
1616
|
:header_params => header_params,
|
1617
1617
|
:query_params => query_params,
|
1618
1618
|
:form_params => form_params,
|
@@ -1623,7 +1623,7 @@ module Falcon
|
|
1623
1623
|
|
1624
1624
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1625
1625
|
if @api_client.config.debugging
|
1626
|
-
@api_client.config.logger.debug "API called:
|
1626
|
+
@api_client.config.logger.debug "API called: Filevantage#start_actions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1627
1627
|
end
|
1628
1628
|
return data, status_code, headers
|
1629
1629
|
end
|
@@ -1633,8 +1633,8 @@ module Falcon
|
|
1633
1633
|
# @param body [PoliciesUpdateRequest] Enables updates to the following fields for an existing policy. * `id` of the policy to update. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` may not be modified after the policy is created. * `enabled` must be one of `true` or `false`. Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
1634
1634
|
# @param [Hash] opts the optional parameters
|
1635
1635
|
# @return [PoliciesResponse]
|
1636
|
-
def
|
1637
|
-
data, _status_code, _headers =
|
1636
|
+
def update_policies(body, opts = {})
|
1637
|
+
data, _status_code, _headers = update_policies_with_http_info(body, opts)
|
1638
1638
|
data
|
1639
1639
|
end
|
1640
1640
|
|
@@ -1643,13 +1643,13 @@ module Falcon
|
|
1643
1643
|
# @param body [PoliciesUpdateRequest] Enables updates to the following fields for an existing policy. * `id` of the policy to update. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` may not be modified after the policy is created. * `enabled` must be one of `true` or `false`. Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
1644
1644
|
# @param [Hash] opts the optional parameters
|
1645
1645
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
1646
|
-
def
|
1646
|
+
def update_policies_with_http_info(body, opts = {})
|
1647
1647
|
if @api_client.config.debugging
|
1648
|
-
@api_client.config.logger.debug 'Calling API:
|
1648
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_policies ...'
|
1649
1649
|
end
|
1650
1650
|
# verify the required parameter 'body' is set
|
1651
1651
|
if @api_client.config.client_side_validation && body.nil?
|
1652
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1652
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.update_policies"
|
1653
1653
|
end
|
1654
1654
|
# resource path
|
1655
1655
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -1680,7 +1680,7 @@ module Falcon
|
|
1680
1680
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1681
1681
|
|
1682
1682
|
new_options = opts.merge(
|
1683
|
-
:operation => :"
|
1683
|
+
:operation => :"Filevantage.update_policies",
|
1684
1684
|
:header_params => header_params,
|
1685
1685
|
:query_params => query_params,
|
1686
1686
|
:form_params => form_params,
|
@@ -1691,7 +1691,7 @@ module Falcon
|
|
1691
1691
|
|
1692
1692
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1693
1693
|
if @api_client.config.debugging
|
1694
|
-
@api_client.config.logger.debug "API called:
|
1694
|
+
@api_client.config.logger.debug "API called: Filevantage#update_policies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1695
1695
|
end
|
1696
1696
|
return data, status_code, headers
|
1697
1697
|
end
|
@@ -1717,19 +1717,19 @@ module Falcon
|
|
1717
1717
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
1718
1718
|
def update_policy_host_groups_with_http_info(policy_id, action, ids, opts = {})
|
1719
1719
|
if @api_client.config.debugging
|
1720
|
-
@api_client.config.logger.debug 'Calling API:
|
1720
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_policy_host_groups ...'
|
1721
1721
|
end
|
1722
1722
|
# verify the required parameter 'policy_id' is set
|
1723
1723
|
if @api_client.config.client_side_validation && policy_id.nil?
|
1724
|
-
fail ArgumentError, "Missing the required parameter 'policy_id' when calling
|
1724
|
+
fail ArgumentError, "Missing the required parameter 'policy_id' when calling Filevantage.update_policy_host_groups"
|
1725
1725
|
end
|
1726
1726
|
# verify the required parameter 'action' is set
|
1727
1727
|
if @api_client.config.client_side_validation && action.nil?
|
1728
|
-
fail ArgumentError, "Missing the required parameter 'action' when calling
|
1728
|
+
fail ArgumentError, "Missing the required parameter 'action' when calling Filevantage.update_policy_host_groups"
|
1729
1729
|
end
|
1730
1730
|
# verify the required parameter 'ids' is set
|
1731
1731
|
if @api_client.config.client_side_validation && ids.nil?
|
1732
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1732
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.update_policy_host_groups"
|
1733
1733
|
end
|
1734
1734
|
# resource path
|
1735
1735
|
local_var_path = '/filevantage/entities/policies-host-groups/v1'
|
@@ -1758,7 +1758,7 @@ module Falcon
|
|
1758
1758
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1759
1759
|
|
1760
1760
|
new_options = opts.merge(
|
1761
|
-
:operation => :"
|
1761
|
+
:operation => :"Filevantage.update_policy_host_groups",
|
1762
1762
|
:header_params => header_params,
|
1763
1763
|
:query_params => query_params,
|
1764
1764
|
:form_params => form_params,
|
@@ -1769,7 +1769,7 @@ module Falcon
|
|
1769
1769
|
|
1770
1770
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1771
1771
|
if @api_client.config.debugging
|
1772
|
-
@api_client.config.logger.debug "API called:
|
1772
|
+
@api_client.config.logger.debug "API called: Filevantage#update_policy_host_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1773
1773
|
end
|
1774
1774
|
return data, status_code, headers
|
1775
1775
|
end
|
@@ -1780,8 +1780,8 @@ module Falcon
|
|
1780
1780
|
# @param type [String] The policy type for which to set the precedence order, must be one of `Windows`, `Linux` or `Mac`.
|
1781
1781
|
# @param [Hash] opts the optional parameters
|
1782
1782
|
# @return [PoliciesPrecedenceResponse]
|
1783
|
-
def
|
1784
|
-
data, _status_code, _headers =
|
1783
|
+
def update_policy_precedence(ids, type, opts = {})
|
1784
|
+
data, _status_code, _headers = update_policy_precedence_with_http_info(ids, type, opts)
|
1785
1785
|
data
|
1786
1786
|
end
|
1787
1787
|
|
@@ -1791,17 +1791,17 @@ module Falcon
|
|
1791
1791
|
# @param type [String] The policy type for which to set the precedence order, must be one of `Windows`, `Linux` or `Mac`.
|
1792
1792
|
# @param [Hash] opts the optional parameters
|
1793
1793
|
# @return [Array<(PoliciesPrecedenceResponse, Integer, Hash)>] PoliciesPrecedenceResponse data, response status code and response headers
|
1794
|
-
def
|
1794
|
+
def update_policy_precedence_with_http_info(ids, type, opts = {})
|
1795
1795
|
if @api_client.config.debugging
|
1796
|
-
@api_client.config.logger.debug 'Calling API:
|
1796
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_policy_precedence ...'
|
1797
1797
|
end
|
1798
1798
|
# verify the required parameter 'ids' is set
|
1799
1799
|
if @api_client.config.client_side_validation && ids.nil?
|
1800
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1800
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.update_policy_precedence"
|
1801
1801
|
end
|
1802
1802
|
# verify the required parameter 'type' is set
|
1803
1803
|
if @api_client.config.client_side_validation && type.nil?
|
1804
|
-
fail ArgumentError, "Missing the required parameter 'type' when calling
|
1804
|
+
fail ArgumentError, "Missing the required parameter 'type' when calling Filevantage.update_policy_precedence"
|
1805
1805
|
end
|
1806
1806
|
# resource path
|
1807
1807
|
local_var_path = '/filevantage/entities/policies-precedence/v1'
|
@@ -1829,7 +1829,7 @@ module Falcon
|
|
1829
1829
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1830
1830
|
|
1831
1831
|
new_options = opts.merge(
|
1832
|
-
:operation => :"
|
1832
|
+
:operation => :"Filevantage.update_policy_precedence",
|
1833
1833
|
:header_params => header_params,
|
1834
1834
|
:query_params => query_params,
|
1835
1835
|
:form_params => form_params,
|
@@ -1840,7 +1840,7 @@ module Falcon
|
|
1840
1840
|
|
1841
1841
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1842
1842
|
if @api_client.config.debugging
|
1843
|
-
@api_client.config.logger.debug "API called:
|
1843
|
+
@api_client.config.logger.debug "API called: Filevantage#update_policy_precedence\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1844
1844
|
end
|
1845
1845
|
return data, status_code, headers
|
1846
1846
|
end
|
@@ -1866,19 +1866,19 @@ module Falcon
|
|
1866
1866
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
1867
1867
|
def update_policy_rule_groups_with_http_info(policy_id, action, ids, opts = {})
|
1868
1868
|
if @api_client.config.debugging
|
1869
|
-
@api_client.config.logger.debug 'Calling API:
|
1869
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_policy_rule_groups ...'
|
1870
1870
|
end
|
1871
1871
|
# verify the required parameter 'policy_id' is set
|
1872
1872
|
if @api_client.config.client_side_validation && policy_id.nil?
|
1873
|
-
fail ArgumentError, "Missing the required parameter 'policy_id' when calling
|
1873
|
+
fail ArgumentError, "Missing the required parameter 'policy_id' when calling Filevantage.update_policy_rule_groups"
|
1874
1874
|
end
|
1875
1875
|
# verify the required parameter 'action' is set
|
1876
1876
|
if @api_client.config.client_side_validation && action.nil?
|
1877
|
-
fail ArgumentError, "Missing the required parameter 'action' when calling
|
1877
|
+
fail ArgumentError, "Missing the required parameter 'action' when calling Filevantage.update_policy_rule_groups"
|
1878
1878
|
end
|
1879
1879
|
# verify the required parameter 'ids' is set
|
1880
1880
|
if @api_client.config.client_side_validation && ids.nil?
|
1881
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1881
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.update_policy_rule_groups"
|
1882
1882
|
end
|
1883
1883
|
# resource path
|
1884
1884
|
local_var_path = '/filevantage/entities/policies-rule-groups/v1'
|
@@ -1907,7 +1907,7 @@ module Falcon
|
|
1907
1907
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1908
1908
|
|
1909
1909
|
new_options = opts.merge(
|
1910
|
-
:operation => :"
|
1910
|
+
:operation => :"Filevantage.update_policy_rule_groups",
|
1911
1911
|
:header_params => header_params,
|
1912
1912
|
:query_params => query_params,
|
1913
1913
|
:form_params => form_params,
|
@@ -1918,7 +1918,7 @@ module Falcon
|
|
1918
1918
|
|
1919
1919
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1920
1920
|
if @api_client.config.debugging
|
1921
|
-
@api_client.config.logger.debug "API called:
|
1921
|
+
@api_client.config.logger.debug "API called: Filevantage#update_policy_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1922
1922
|
end
|
1923
1923
|
return data, status_code, headers
|
1924
1924
|
end
|
@@ -1942,15 +1942,15 @@ module Falcon
|
|
1942
1942
|
# @return [Array<(RulegroupsResponse, Integer, Hash)>] RulegroupsResponse data, response status code and response headers
|
1943
1943
|
def update_rule_group_precedence_with_http_info(rule_group_id, ids, opts = {})
|
1944
1944
|
if @api_client.config.debugging
|
1945
|
-
@api_client.config.logger.debug 'Calling API:
|
1945
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_rule_group_precedence ...'
|
1946
1946
|
end
|
1947
1947
|
# verify the required parameter 'rule_group_id' is set
|
1948
1948
|
if @api_client.config.client_side_validation && rule_group_id.nil?
|
1949
|
-
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling
|
1949
|
+
fail ArgumentError, "Missing the required parameter 'rule_group_id' when calling Filevantage.update_rule_group_precedence"
|
1950
1950
|
end
|
1951
1951
|
# verify the required parameter 'ids' is set
|
1952
1952
|
if @api_client.config.client_side_validation && ids.nil?
|
1953
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1953
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Filevantage.update_rule_group_precedence"
|
1954
1954
|
end
|
1955
1955
|
# resource path
|
1956
1956
|
local_var_path = '/filevantage/entities/rule-groups-rule-precedence/v1'
|
@@ -1978,7 +1978,7 @@ module Falcon
|
|
1978
1978
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1979
1979
|
|
1980
1980
|
new_options = opts.merge(
|
1981
|
-
:operation => :"
|
1981
|
+
:operation => :"Filevantage.update_rule_group_precedence",
|
1982
1982
|
:header_params => header_params,
|
1983
1983
|
:query_params => query_params,
|
1984
1984
|
:form_params => form_params,
|
@@ -1989,7 +1989,7 @@ module Falcon
|
|
1989
1989
|
|
1990
1990
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1991
1991
|
if @api_client.config.debugging
|
1992
|
-
@api_client.config.logger.debug "API called:
|
1992
|
+
@api_client.config.logger.debug "API called: Filevantage#update_rule_group_precedence\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1993
1993
|
end
|
1994
1994
|
return data, status_code, headers
|
1995
1995
|
end
|
@@ -2011,11 +2011,11 @@ module Falcon
|
|
2011
2011
|
# @return [Array<(RulegroupsResponse, Integer, Hash)>] RulegroupsResponse data, response status code and response headers
|
2012
2012
|
def update_rule_groups_with_http_info(body, opts = {})
|
2013
2013
|
if @api_client.config.debugging
|
2014
|
-
@api_client.config.logger.debug 'Calling API:
|
2014
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_rule_groups ...'
|
2015
2015
|
end
|
2016
2016
|
# verify the required parameter 'body' is set
|
2017
2017
|
if @api_client.config.client_side_validation && body.nil?
|
2018
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2018
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.update_rule_groups"
|
2019
2019
|
end
|
2020
2020
|
# resource path
|
2021
2021
|
local_var_path = '/filevantage/entities/rule-groups/v1'
|
@@ -2046,7 +2046,7 @@ module Falcon
|
|
2046
2046
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2047
2047
|
|
2048
2048
|
new_options = opts.merge(
|
2049
|
-
:operation => :"
|
2049
|
+
:operation => :"Filevantage.update_rule_groups",
|
2050
2050
|
:header_params => header_params,
|
2051
2051
|
:query_params => query_params,
|
2052
2052
|
:form_params => form_params,
|
@@ -2057,7 +2057,7 @@ module Falcon
|
|
2057
2057
|
|
2058
2058
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2059
2059
|
if @api_client.config.debugging
|
2060
|
-
@api_client.config.logger.debug "API called:
|
2060
|
+
@api_client.config.logger.debug "API called: Filevantage#update_rule_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2061
2061
|
end
|
2062
2062
|
return data, status_code, headers
|
2063
2063
|
end
|
@@ -2079,11 +2079,11 @@ module Falcon
|
|
2079
2079
|
# @return [Array<(RulegroupsRulesResponse, Integer, Hash)>] RulegroupsRulesResponse data, response status code and response headers
|
2080
2080
|
def update_rules_with_http_info(body, opts = {})
|
2081
2081
|
if @api_client.config.debugging
|
2082
|
-
@api_client.config.logger.debug 'Calling API:
|
2082
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_rules ...'
|
2083
2083
|
end
|
2084
2084
|
# verify the required parameter 'body' is set
|
2085
2085
|
if @api_client.config.client_side_validation && body.nil?
|
2086
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2086
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.update_rules"
|
2087
2087
|
end
|
2088
2088
|
# resource path
|
2089
2089
|
local_var_path = '/filevantage/entities/rule-groups-rules/v1'
|
@@ -2114,7 +2114,7 @@ module Falcon
|
|
2114
2114
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2115
2115
|
|
2116
2116
|
new_options = opts.merge(
|
2117
|
-
:operation => :"
|
2117
|
+
:operation => :"Filevantage.update_rules",
|
2118
2118
|
:header_params => header_params,
|
2119
2119
|
:query_params => query_params,
|
2120
2120
|
:form_params => form_params,
|
@@ -2125,7 +2125,7 @@ module Falcon
|
|
2125
2125
|
|
2126
2126
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2127
2127
|
if @api_client.config.debugging
|
2128
|
-
@api_client.config.logger.debug "API called:
|
2128
|
+
@api_client.config.logger.debug "API called: Filevantage#update_rules\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2129
2129
|
end
|
2130
2130
|
return data, status_code, headers
|
2131
2131
|
end
|
@@ -2147,11 +2147,11 @@ module Falcon
|
|
2147
2147
|
# @return [Array<(ScheduledexclusionsResponse, Integer, Hash)>] ScheduledexclusionsResponse data, response status code and response headers
|
2148
2148
|
def update_scheduled_exclusions_with_http_info(body, opts = {})
|
2149
2149
|
if @api_client.config.debugging
|
2150
|
-
@api_client.config.logger.debug 'Calling API:
|
2150
|
+
@api_client.config.logger.debug 'Calling API: Filevantage.update_scheduled_exclusions ...'
|
2151
2151
|
end
|
2152
2152
|
# verify the required parameter 'body' is set
|
2153
2153
|
if @api_client.config.client_side_validation && body.nil?
|
2154
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
2154
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Filevantage.update_scheduled_exclusions"
|
2155
2155
|
end
|
2156
2156
|
# resource path
|
2157
2157
|
local_var_path = '/filevantage/entities/policy-scheduled-exclusions/v1'
|
@@ -2182,7 +2182,7 @@ module Falcon
|
|
2182
2182
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2183
2183
|
|
2184
2184
|
new_options = opts.merge(
|
2185
|
-
:operation => :"
|
2185
|
+
:operation => :"Filevantage.update_scheduled_exclusions",
|
2186
2186
|
:header_params => header_params,
|
2187
2187
|
:query_params => query_params,
|
2188
2188
|
:form_params => form_params,
|
@@ -2193,7 +2193,7 @@ module Falcon
|
|
2193
2193
|
|
2194
2194
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2195
2195
|
if @api_client.config.debugging
|
2196
|
-
@api_client.config.logger.debug "API called:
|
2196
|
+
@api_client.config.logger.debug "API called: Filevantage#update_scheduled_exclusions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2197
2197
|
end
|
2198
2198
|
return data, status_code, headers
|
2199
2199
|
end
|