crimson-falcon 0.3.0 → 0.4.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 +1645 -189
- data/lib/crimson-falcon/api/alerts_api.rb +307 -19
- data/lib/crimson-falcon/api/{inventories_api.rb → cloud_snapshots_api.rb} +16 -16
- data/lib/crimson-falcon/api/configuration_assessment_api.rb +62 -0
- data/lib/crimson-falcon/api/container_alerts_api.rb +222 -0
- data/lib/crimson-falcon/api/container_detections_api.rb +408 -0
- data/lib/crimson-falcon/api/container_images_api.rb +711 -0
- data/lib/crimson-falcon/api/container_packages_api.rb +365 -0
- data/lib/crimson-falcon/api/container_vulnerabilities_api.rb +693 -0
- data/lib/crimson-falcon/api/cspm_registration_api.rb +719 -49
- data/lib/crimson-falcon/api/custom_ioa_api.rb +2 -2
- data/lib/crimson-falcon/api/custom_storage_api.rb +590 -0
- data/lib/crimson-falcon/api/d4c_registration_api.rb +263 -6
- data/lib/crimson-falcon/api/drift_indicators_api.rb +350 -0
- data/lib/crimson-falcon/api/falcon_complete_dashboard_api.rb +352 -21
- data/lib/crimson-falcon/api/falcon_container_image_api.rb +0 -67
- data/lib/crimson-falcon/api/falconx_sandbox_api.rb +2 -2
- data/lib/crimson-falcon/api/filevantage_api.rb +1730 -45
- data/lib/crimson-falcon/api/foundry_logscale_api.rb +959 -0
- data/lib/crimson-falcon/api/hosts_api.rb +68 -64
- data/lib/crimson-falcon/api/image_assessment_policies_api.rb +738 -0
- data/lib/crimson-falcon/api/installation_tokens_api.rb +12 -12
- data/lib/crimson-falcon/api/installation_tokens_settings_api.rb +3 -3
- data/lib/crimson-falcon/api/intel_api.rb +4 -4
- data/lib/crimson-falcon/api/ioc_api.rb +226 -0
- data/lib/crimson-falcon/api/kubernetes_protection_api.rb +2498 -13
- data/lib/crimson-falcon/api/message_center_api.rb +11 -11
- data/lib/crimson-falcon/api/ods_api.rb +68 -6
- data/lib/crimson-falcon/api/real_time_response_admin_api.rb +149 -0
- data/lib/crimson-falcon/api/real_time_response_audit_api.rb +113 -0
- data/lib/crimson-falcon/api/recon_api.rb +6 -6
- data/lib/crimson-falcon/api/runtime_detections_api.rb +106 -0
- data/lib/crimson-falcon/api/{vulnerabilities_evaluation_logic_api.rb → spotlight_evaluation_logic_api.rb} +13 -13
- data/lib/crimson-falcon/api/{vulnerabilities_api.rb → spotlight_vulnerabilities_api.rb} +25 -25
- data/lib/crimson-falcon/api/unidentified_containers_api.rb +222 -0
- data/lib/crimson-falcon/api/workflows_api.rb +1037 -0
- data/lib/crimson-falcon/models/alerts_container_alerts_count_value.rb +266 -0
- data/lib/crimson-falcon/models/alerts_container_alerts_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/api_detects_query_meta.rb +271 -0
- data/lib/crimson-falcon/models/api_detects_query_paging.rb +257 -0
- data/lib/crimson-falcon/models/api_device_count_resp_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_device_count_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_devices_ran_on_resp_v1.rb +266 -0
- data/lib/crimson-falcon/models/{common_entities_response.rb → api_entities_response.rb} +3 -8
- data/lib/crimson-falcon/models/api_execution_results_response.rb +266 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_bot_location_v1.rb +243 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_bot_operating_system_v1.rb +339 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_bot_v1.rb +299 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_financial_v1.rb +3 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_location_v1.rb +6 -0
- data/lib/crimson-falcon/models/api_exposed_data_record_social_v1.rb +9 -0
- data/lib/crimson-falcon/models/api_meta_info.rb +274 -0
- data/lib/crimson-falcon/models/api_notification_exposed_data_record_v1.rb +30 -1
- data/lib/crimson-falcon/models/api_object_metadata.rb +290 -0
- data/lib/crimson-falcon/models/api_processes_ran_on_resp_v1.rb +266 -0
- data/lib/crimson-falcon/models/{api_aggregates_response.rb → api_resource_ids_response.rb} +4 -4
- data/lib/crimson-falcon/models/api_response_pagination.rb +249 -0
- data/lib/crimson-falcon/models/apidomain_dynamic_execute_search_request_v1.rb +285 -0
- data/lib/crimson-falcon/models/apidomain_query_response_v1.rb +293 -0
- data/lib/crimson-falcon/models/apidomain_query_response_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/apidomain_repo_view_list_item_v1.rb +343 -0
- data/lib/crimson-falcon/models/apidomain_repo_view_list_item_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/apidomain_repository_v1.rb +295 -0
- data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +326 -0
- data/lib/crimson-falcon/models/apidomain_view_connection_v1.rb +253 -0
- data/lib/crimson-falcon/models/{public_acl.rb → changes_acl.rb} +4 -4
- data/lib/crimson-falcon/models/{public_acl_change.rb → changes_acl_change.rb} +3 -3
- data/lib/crimson-falcon/models/{public_before.rb → changes_after.rb} +3 -3
- data/lib/crimson-falcon/models/{public_attribute.rb → changes_attribute.rb} +3 -3
- data/lib/crimson-falcon/models/{public_basic.rb → changes_basic.rb} +3 -3
- data/lib/crimson-falcon/models/{public_after.rb → changes_before.rb} +3 -3
- data/lib/crimson-falcon/models/{public_change.rb → changes_change.rb} +11 -11
- data/lib/crimson-falcon/models/{public_dacl.rb → changes_dacl.rb} +4 -4
- data/lib/crimson-falcon/models/{public_dacl_entity.rb → changes_dacl_entity.rb} +19 -5
- data/lib/crimson-falcon/models/{public_diff.rb → changes_diff.rb} +4 -4
- data/lib/crimson-falcon/models/{public_diff_hash.rb → changes_diff_hash.rb} +3 -3
- data/lib/crimson-falcon/models/{public_diff_type.rb → changes_diff_type.rb} +4 -4
- data/lib/crimson-falcon/models/changes_get_changes_response.rb +266 -0
- data/lib/crimson-falcon/models/{public_owner.rb → changes_group.rb} +5 -5
- data/lib/crimson-falcon/models/changes_high_volume_query_meta.rb +271 -0
- data/lib/crimson-falcon/models/changes_high_volume_query_paging.rb +267 -0
- data/lib/crimson-falcon/models/changes_high_volume_query_response.rb +266 -0
- data/lib/crimson-falcon/models/{public_host.rb → changes_host.rb} +4 -4
- data/lib/crimson-falcon/models/{public_host_group.rb → changes_host_group.rb} +3 -3
- data/lib/crimson-falcon/models/{public_group.rb → changes_owner.rb} +5 -5
- data/lib/crimson-falcon/models/{public_permissions.rb → changes_permissions.rb} +6 -6
- data/lib/crimson-falcon/models/{public_permissions_lin.rb → changes_permissions_lin.rb} +8 -8
- data/lib/crimson-falcon/models/{public_policy.rb → changes_policy.rb} +4 -4
- data/lib/crimson-falcon/models/{public_policy_rule.rb → changes_policy_rule.rb} +3 -3
- data/lib/crimson-falcon/models/{public_policy_rule_group.rb → changes_policy_rule_group.rb} +4 -4
- data/lib/crimson-falcon/models/{public_prevalence.rb → changes_prevalence.rb} +3 -3
- data/lib/crimson-falcon/models/{public_tag.rb → changes_tag.rb} +3 -3
- data/lib/crimson-falcon/models/client_action_request.rb +242 -0
- data/lib/crimson-falcon/models/client_cost.rb +267 -0
- data/lib/crimson-falcon/models/client_costs.rb +281 -0
- data/lib/crimson-falcon/models/client_data_ingest_response_v1.rb +253 -0
- data/lib/crimson-falcon/models/client_data_ingest_response_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/client_digest_flow.rb +267 -0
- data/lib/crimson-falcon/models/client_extra_in.rb +255 -0
- data/lib/crimson-falcon/models/client_extra_limit.rb +253 -0
- data/lib/crimson-falcon/models/{domain_msa_meta_info.rb → client_extra_rename.rb} +24 -19
- data/lib/crimson-falcon/models/client_extra_sort.rb +276 -0
- data/lib/crimson-falcon/models/client_field.rb +269 -0
- data/lib/crimson-falcon/models/{models_job_meta_data.rb → client_job_status.rb} +70 -69
- data/lib/crimson-falcon/models/client_query_response_schemas_v1.rb +243 -0
- data/lib/crimson-falcon/models/client_query_result_metadata.rb +495 -0
- data/lib/crimson-falcon/models/client_repository.rb +281 -0
- data/lib/crimson-falcon/models/client_spent.rb +281 -0
- data/lib/crimson-falcon/models/client_system_definition_create_response.rb +271 -0
- data/lib/crimson-falcon/models/client_system_definition_de_provision_request.rb +285 -0
- data/lib/crimson-falcon/models/client_system_definition_promote_request.rb +314 -0
- data/lib/crimson-falcon/models/client_system_definition_provision_request.rb +299 -0
- data/lib/crimson-falcon/models/client_top_value.rb +253 -0
- data/lib/crimson-falcon/models/common_count_as_resource.rb +253 -0
- data/lib/crimson-falcon/models/common_count_response.rb +266 -0
- data/lib/crimson-falcon/models/common_generic_entity_response_string.rb +266 -0
- data/lib/crimson-falcon/models/custom_type1255839303.rb +271 -0
- data/lib/crimson-falcon/models/custom_type3191042536.rb +271 -0
- data/lib/crimson-falcon/models/definitions_definition_entities_response.rb +271 -0
- data/lib/crimson-falcon/models/definitions_definition_ext.rb +299 -0
- data/lib/crimson-falcon/models/definitions_definition_external_response.rb +266 -0
- data/lib/crimson-falcon/models/definitions_definition_import_response.rb +266 -0
- data/lib/crimson-falcon/models/definitions_definition_import_response_entity.rb +288 -0
- data/lib/crimson-falcon/models/definitions_flight_control_request.rb +279 -0
- data/lib/crimson-falcon/models/definitions_parameter_property.rb +239 -0
- data/lib/crimson-falcon/models/definitions_playbook_parameter.rb +257 -0
- data/lib/crimson-falcon/models/detections_api_assessment_detections.rb +266 -0
- data/lib/crimson-falcon/models/detections_api_combined_detections.rb +266 -0
- data/lib/crimson-falcon/models/detections_api_detections_by_severity.rb +266 -0
- data/lib/crimson-falcon/models/detections_api_detections_by_type.rb +266 -0
- data/lib/crimson-falcon/models/detections_api_detections_count.rb +266 -0
- data/lib/crimson-falcon/models/detects_alert.rb +110 -6
- data/lib/crimson-falcon/models/detectsapi_aggregate_alert_query_request.rb +491 -0
- data/lib/crimson-falcon/models/detectsapi_aggregates_response.rb +267 -0
- data/lib/crimson-falcon/models/detectsapi_aggregation_result.rb +267 -0
- data/lib/crimson-falcon/models/detectsapi_aggregation_result_item.rb +331 -0
- data/lib/crimson-falcon/models/detectsapi_alert_query_response.rb +267 -0
- data/lib/crimson-falcon/models/detectsapi_patch_entities_alerts_v3_request.rb +252 -0
- data/lib/crimson-falcon/models/detectsapi_post_entities_alerts_v1_request.rb +1 -0
- data/lib/crimson-falcon/models/detectsapi_post_entities_alerts_v1_response.rb +1 -0
- data/lib/crimson-falcon/models/detectsapi_post_entities_alerts_v2_request.rb +242 -0
- data/lib/crimson-falcon/models/detectsapi_post_entities_alerts_v2_response.rb +267 -0
- data/lib/crimson-falcon/models/detectsapi_response_fields.rb +250 -0
- data/lib/crimson-falcon/models/device_device.rb +19 -1
- data/lib/crimson-falcon/models/device_mapped_device_policies.rb +10 -1
- data/lib/crimson-falcon/models/deviceapi_device_swagger.rb +37 -1
- data/lib/crimson-falcon/models/domain_actor_document.rb +270 -4
- data/lib/crimson-falcon/models/domain_actor_entity.rb +257 -0
- data/lib/crimson-falcon/models/domain_actor_news_document.rb +285 -0
- data/lib/crimson-falcon/models/domain_api_finding_rule_v1.rb +19 -1
- data/lib/crimson-falcon/models/domain_api_finding_with_rule_v1.rb +12 -1
- data/lib/crimson-falcon/models/domain_api_host_info_facet_v1.rb +10 -1
- data/lib/crimson-falcon/models/domain_api_rule_details_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/domain_api_rule_details_v1.rb +434 -0
- data/lib/crimson-falcon/models/domain_api_vulnerability_app_v2.rb +17 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_cve_details_facet_v2.rb +13 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_extended_app_v2.rb +17 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_host_facet_v2.rb +1 -11
- data/lib/crimson-falcon/models/domain_api_vulnerability_v2.rb +4 -26
- data/lib/crimson-falcon/models/domain_asset_criticality_info_v1.rb +254 -0
- data/lib/crimson-falcon/models/domain_attachment.rb +298 -0
- data/lib/crimson-falcon/models/domain_aws_account_input.rb +311 -0
- data/lib/crimson-falcon/models/domain_aws_account_v2.rb +11 -1
- data/lib/crimson-falcon/models/domain_aws_batch_cluster_region.rb +267 -0
- data/lib/crimson-falcon/models/domain_azure_management_group_role_assignment.rb +266 -0
- data/lib/crimson-falcon/models/domain_base_api_vulnerability_v2.rb +4 -26
- data/lib/crimson-falcon/models/domain_breached_item_v1.rb +40 -1
- data/lib/crimson-falcon/models/domain_card.rb +288 -0
- data/lib/crimson-falcon/models/domain_cid_group.rb +19 -1
- data/lib/crimson-falcon/models/domain_cid_policy_assignments.rb +23 -1
- data/lib/crimson-falcon/models/domain_cloud_scope.rb +13 -4
- data/lib/crimson-falcon/models/domain_credentials.rb +31 -12
- data/lib/crimson-falcon/models/domain_detailed_notification_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_device.rb +10 -1
- data/lib/crimson-falcon/models/domain_device_policy.rb +239 -0
- data/lib/crimson-falcon/models/domain_discover_api_host.rb +70 -6
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +75 -1
- data/lib/crimson-falcon/models/{registration_msa_spec_meta_info_extension.rb → domain_exposed_data_record_bot_location_v1.rb} +24 -19
- data/lib/crimson-falcon/models/domain_exposed_data_record_bot_operating_system_v1.rb +399 -0
- data/lib/crimson-falcon/models/domain_exposed_data_record_bot_v1.rb +334 -0
- data/lib/crimson-falcon/models/domain_exposed_data_record_social_v1.rb +18 -4
- data/lib/crimson-falcon/models/domain_file_count_v2.rb +295 -0
- data/lib/crimson-falcon/models/domain_fragment_info.rb +299 -0
- data/lib/crimson-falcon/models/domain_gcp_account_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_host.rb +342 -0
- data/lib/crimson-falcon/models/domain_incident.rb +4 -13
- data/lib/crimson-falcon/models/domain_ioc.rb +621 -0
- data/lib/crimson-falcon/models/domain_item_details_v1.rb +527 -0
- data/lib/crimson-falcon/models/domain_launch_export_job_request_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_mapped_device_policies.rb +234 -0
- data/lib/crimson-falcon/models/domain_marketplace_product.rb +288 -0
- data/lib/crimson-falcon/models/domain_matched_breach_summary_v1.rb +28 -1
- data/lib/crimson-falcon/models/domain_meta_info.rb +54 -13
- data/lib/crimson-falcon/models/domain_news_document.rb +13 -1
- data/lib/crimson-falcon/models/domain_notification_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_policy_info.rb +23 -1
- data/lib/crimson-falcon/models/domain_query_response.rb +7 -2
- data/lib/crimson-falcon/models/domain_report_malware.rb +264 -0
- data/lib/crimson-falcon/models/domain_rule.rb +63 -69
- data/lib/crimson-falcon/models/domain_scan.rb +67 -4
- data/lib/crimson-falcon/models/domain_scan_profile.rb +13 -4
- data/lib/crimson-falcon/models/domain_scan_v2.rb +621 -0
- data/lib/crimson-falcon/models/domain_schedule.rb +19 -34
- data/lib/crimson-falcon/models/domain_session.rb +0 -25
- data/lib/crimson-falcon/models/domain_telegram_channel_info.rb +243 -0
- data/lib/crimson-falcon/models/{models_snapshot_inventory_payload.rb → domain_telegram_info.rb} +25 -26
- data/lib/crimson-falcon/models/domain_telegram_recipient_info.rb +279 -0
- data/lib/crimson-falcon/models/domain_telegram_sender_info.rb +279 -0
- data/lib/crimson-falcon/models/domain_threat_entity.rb +235 -0
- data/lib/crimson-falcon/models/domain_user.rb +9 -27
- data/lib/crimson-falcon/models/domain_user_grants.rb +0 -20
- data/lib/crimson-falcon/models/driftindicators_drift_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/driftindicators_drift_indicators_count_value.rb +266 -0
- data/lib/crimson-falcon/models/driftindicators_drift_indicators_field_value.rb +266 -0
- data/lib/crimson-falcon/models/empowerapi_falcon_script.rb +521 -0
- data/lib/crimson-falcon/models/empowerapi_msa_falcon_script_response.rb +266 -0
- data/lib/crimson-falcon/models/empowerapi_msa_id_list_response.rb +266 -0
- data/lib/crimson-falcon/models/entities_ods_scan_response_v2.rb +266 -0
- data/lib/crimson-falcon/models/executions_activity_execution_result.rb +377 -0
- data/lib/crimson-falcon/models/executions_ancestor_execution.rb +270 -0
- data/lib/crimson-falcon/models/executions_child_execution_result.rb +295 -0
- data/lib/crimson-falcon/models/executions_execution_result.rb +390 -0
- data/lib/crimson-falcon/models/executions_iterations.rb +315 -0
- data/lib/crimson-falcon/models/executions_loop_result.rb +356 -0
- data/lib/crimson-falcon/models/executions_reference_link.rb +255 -0
- data/lib/crimson-falcon/models/executions_trigger_result.rb +270 -0
- data/lib/crimson-falcon/models/falconx_sandbox_parameters_v1.rb +10 -15
- data/lib/crimson-falcon/models/falconx_submission_v1.rb +37 -1
- data/lib/crimson-falcon/models/flows.rb +269 -0
- data/lib/crimson-falcon/models/fwmgr_msa_aggregation_result.rb +10 -1
- data/lib/crimson-falcon/models/graph_condition.rb +257 -0
- data/lib/crimson-falcon/models/graph_configured_activity.rb +308 -0
- data/lib/crimson-falcon/models/graph_configured_trigger.rb +307 -0
- data/lib/crimson-falcon/models/graph_definition_model.rb +315 -0
- data/lib/crimson-falcon/models/{models_scan_results.rb → graph_end.rb} +24 -23
- data/lib/crimson-falcon/models/graph_flow.rb +274 -0
- data/lib/crimson-falcon/models/graph_gateway.rb +268 -0
- data/lib/crimson-falcon/models/graph_multi.rb +285 -0
- data/lib/crimson-falcon/models/graph_sub_model.rb +301 -0
- data/lib/crimson-falcon/models/graph_timer_event_definition.rb +290 -0
- data/lib/crimson-falcon/models/graph_validation_error.rb +300 -0
- data/lib/crimson-falcon/models/images_api_combined_image_export.rb +266 -0
- data/lib/crimson-falcon/models/images_api_customer_and_image.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_assessment_history.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_by_vulnerability_count.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_count.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_count_by_base_os.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_count_by_state.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_issues_summary.rb +266 -0
- data/lib/crimson-falcon/models/images_api_image_vulnerabilities_summary.rb +266 -0
- data/lib/crimson-falcon/models/internal_sensor_status.rb +75 -1
- data/lib/crimson-falcon/models/jsonschema_authorization.rb +278 -0
- data/lib/crimson-falcon/models/jsonschema_collection_index_field.rb +267 -0
- data/lib/crimson-falcon/models/jsonschema_complex_permissions.rb +236 -0
- data/lib/crimson-falcon/models/jsonschema_complex_permissions_or.rb +236 -0
- data/lib/crimson-falcon/models/jsonschema_condition_group_fields.rb +270 -0
- data/lib/crimson-falcon/models/jsonschema_permission.rb +253 -0
- data/lib/crimson-falcon/models/jsonschema_pivot.rb +306 -0
- data/lib/crimson-falcon/models/jsonschema_reset_fields.rb +241 -0
- data/lib/crimson-falcon/models/jsonschema_schema.rb +250 -0
- data/lib/crimson-falcon/models/jsonschema_signals_extensions.rb +254 -0
- data/lib/crimson-falcon/models/jsonschema_sub_schema.rb +782 -0
- data/lib/crimson-falcon/models/jsonschema_workflow_extensions.rb +281 -0
- data/lib/crimson-falcon/models/k8sassets_cluster_enrichment_data.rb +267 -0
- data/lib/crimson-falcon/models/k8sassets_cluster_enrichment_entry.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_cluster_enrichment_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sassets_container_enrichment_data.rb +241 -0
- data/lib/crimson-falcon/models/k8sassets_container_enrichment_entry.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_container_enrichment_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sassets_container_info.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_deployment_enrichment_data.rb +239 -0
- data/lib/crimson-falcon/models/k8sassets_deployment_enrichment_entry.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_deployment_enrichment_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sassets_node_enrichment_data.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_node_enrichment_entry.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_node_enrichment_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sassets_pod_enrichment_data.rb +269 -0
- data/lib/crimson-falcon/models/k8sassets_pod_enrichment_entry.rb +253 -0
- data/lib/crimson-falcon/models/k8sassets_pod_enrichment_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_count_value.rb +266 -0
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_field_value.rb +266 -0
- data/lib/crimson-falcon/models/model_user_input_read_response.rb +267 -0
- data/lib/crimson-falcon/models/model_user_input_update_request.rb +255 -0
- data/lib/crimson-falcon/models/model_user_input_view_model.rb +379 -0
- data/lib/crimson-falcon/models/models_account_entities_input.rb +241 -0
- data/lib/crimson-falcon/models/models_account_status_response.rb +266 -0
- data/lib/crimson-falcon/models/models_aggregate_values_by_field_response.rb +266 -0
- data/lib/crimson-falcon/models/models_api_assessment_detections.rb +477 -0
- data/lib/crimson-falcon/models/models_api_combined_detections.rb +395 -0
- data/lib/crimson-falcon/models/models_api_container_alert.rb +339 -0
- data/lib/crimson-falcon/models/models_api_customer_and_image.rb +458 -0
- data/lib/crimson-falcon/models/models_api_detection_count.rb +239 -0
- data/lib/crimson-falcon/models/models_api_detection_count_by_type.rb +253 -0
- data/lib/crimson-falcon/models/models_api_drift_indicators.rb +577 -0
- data/lib/crimson-falcon/models/models_api_filter_label.rb +253 -0
- data/lib/crimson-falcon/models/models_api_filter_response.rb +255 -0
- data/lib/crimson-falcon/models/models_api_image_assessment.rb +309 -0
- data/lib/crimson-falcon/models/models_api_image_assessment_history.rb +255 -0
- data/lib/crimson-falcon/models/models_api_image_by_vulnerability_count.rb +295 -0
- data/lib/crimson-falcon/models/models_api_image_combined_export.rb +505 -0
- data/lib/crimson-falcon/models/models_api_image_count.rb +239 -0
- data/lib/crimson-falcon/models/models_api_image_issues_summary.rb +359 -0
- data/lib/crimson-falcon/models/models_api_image_vulnerabilities_summary.rb +357 -0
- data/lib/crimson-falcon/models/models_api_kubernetes_iom.rb +796 -0
- data/lib/crimson-falcon/models/{domain_notification_details_v1.rb → models_api_package_combined.rb} +77 -85
- data/lib/crimson-falcon/models/models_api_package_vulnerability.rb +283 -0
- data/lib/crimson-falcon/models/models_api_packages_by_vuln_count.rb +309 -0
- data/lib/crimson-falcon/models/models_api_policy_count_by_action.rb +253 -0
- data/lib/crimson-falcon/models/models_api_policy_data.rb +257 -0
- data/lib/crimson-falcon/models/models_api_policy_entity.rb +332 -0
- data/lib/crimson-falcon/models/models_api_policy_exclusion.rb +301 -0
- data/lib/crimson-falcon/models/models_api_policy_group.rb +313 -0
- data/lib/crimson-falcon/models/models_api_policy_group_data.rb +241 -0
- data/lib/crimson-falcon/models/models_api_policy_rule.rb +248 -0
- data/lib/crimson-falcon/models/models_api_policy_rules_data.rb +241 -0
- data/lib/crimson-falcon/models/models_api_precedence_request.rb +241 -0
- data/lib/crimson-falcon/models/models_api_runtime_detection.rb +987 -0
- data/lib/crimson-falcon/models/models_api_unidentified_container.rb +525 -0
- data/lib/crimson-falcon/models/models_api_vuln_by_image_count.rb +283 -0
- data/lib/crimson-falcon/models/models_api_vuln_by_publication_date.rb +309 -0
- data/lib/crimson-falcon/models/models_api_vuln_count.rb +239 -0
- data/lib/crimson-falcon/models/models_api_vuln_count_by_severity.rb +253 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_combined.rb +407 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_details.rb +365 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_info.rb +383 -0
- data/lib/crimson-falcon/models/models_cluster.rb +539 -0
- data/lib/crimson-falcon/models/models_cluster_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_container.rb +831 -0
- data/lib/crimson-falcon/models/models_container_coverage.rb +253 -0
- data/lib/crimson-falcon/models/models_container_coverage_response_entity.rb +266 -0
- data/lib/crimson-falcon/models/models_container_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_container_image.rb +453 -0
- data/lib/crimson-falcon/models/models_container_information.rb +253 -0
- data/lib/crimson-falcon/models/models_container_runtime_pivot.rb +353 -0
- data/lib/crimson-falcon/models/models_container_runtime_pivot_response.rb +266 -0
- data/lib/crimson-falcon/models/models_create_image_group_request.rb +271 -0
- data/lib/crimson-falcon/models/models_create_policy_request.rb +253 -0
- data/lib/crimson-falcon/models/models_definition_create_request_v2.rb +263 -0
- data/lib/crimson-falcon/models/models_definition_update_request_v2.rb +288 -0
- data/lib/crimson-falcon/models/{models_snapshot_inventory_application.rb → models_deployment.rb} +85 -85
- data/lib/crimson-falcon/models/models_deployment_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_exclusion_condition.rb +310 -0
- data/lib/crimson-falcon/models/models_exclusion_condition_request.rb +273 -0
- data/lib/crimson-falcon/models/models_image_information.rb +267 -0
- data/lib/crimson-falcon/models/models_image_summary_packages_info.rb +253 -0
- data/lib/crimson-falcon/models/models_issues_summary_container_info.rb +267 -0
- data/lib/crimson-falcon/models/models_light_weight_config.rb +347 -0
- data/lib/crimson-falcon/models/models_node.rb +723 -0
- data/lib/crimson-falcon/models/{public_get_changes_response.rb → models_node_entity_response.rb} +4 -4
- data/lib/crimson-falcon/models/models_package_name_version_type.rb +295 -0
- data/lib/crimson-falcon/models/models_patch_image_group_request.rb +262 -0
- data/lib/crimson-falcon/models/models_patch_policy_request.rb +276 -0
- data/lib/crimson-falcon/models/models_pod.rb +827 -0
- data/lib/crimson-falcon/models/models_pod_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_policy_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_policy_exclusion_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_policy_group_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_request_api_policy_data.rb +241 -0
- data/lib/crimson-falcon/models/models_snapshot_account_status.rb +341 -0
- data/lib/crimson-falcon/models/models_update_exclusions_request.rb +241 -0
- data/lib/crimson-falcon/models/msa_aggregation_result.rb +10 -1
- data/lib/crimson-falcon/models/packages_api_combined_package.rb +266 -0
- data/lib/crimson-falcon/models/packages_api_combined_package_export.rb +266 -0
- data/lib/crimson-falcon/models/packages_api_packages_by_vuln_count.rb +266 -0
- data/lib/crimson-falcon/models/parameter_activity_config_parameter_value.rb +259 -0
- data/lib/crimson-falcon/models/parameter_activity_config_provision_parameter.rb +255 -0
- data/lib/crimson-falcon/models/parameter_activity_provision_parameters.rb +249 -0
- data/lib/crimson-falcon/models/parameter_activity_selection_parameter.rb +270 -0
- data/lib/crimson-falcon/models/parameter_condition_field_parameter.rb +284 -0
- data/lib/crimson-falcon/models/parameter_condition_field_provision_parameter.rb +269 -0
- data/lib/crimson-falcon/models/parameter_condition_provision_parameter.rb +257 -0
- data/lib/crimson-falcon/models/parameter_template_provision_parameters.rb +255 -0
- data/lib/crimson-falcon/models/parameter_trigger_field_parameter.rb +259 -0
- data/lib/crimson-falcon/models/parameter_trigger_parameter.rb +257 -0
- data/lib/crimson-falcon/models/parameter_trigger_provision_parameter.rb +257 -0
- data/lib/crimson-falcon/models/policies_assigned_host_group.rb +253 -0
- data/lib/crimson-falcon/models/policies_assigned_rule_group.rb +253 -0
- data/lib/crimson-falcon/models/policies_create_request.rb +257 -0
- data/lib/crimson-falcon/models/policies_delete_response.rb +266 -0
- data/lib/crimson-falcon/models/policies_policy.rb +362 -0
- data/lib/crimson-falcon/models/policies_precedence_response.rb +266 -0
- data/lib/crimson-falcon/models/policies_response.rb +266 -0
- data/lib/crimson-falcon/models/policies_update_request.rb +266 -0
- data/lib/crimson-falcon/models/quarantine_quarantined_file.rb +12 -1
- data/lib/crimson-falcon/models/registration_aws_account_patch.rb +10 -1
- data/lib/crimson-falcon/models/registration_azure_account_patch.rb +248 -0
- data/lib/crimson-falcon/models/registration_azure_account_patch_request.rb +241 -0
- data/lib/crimson-falcon/models/registration_azure_account_v1_ext.rb +29 -1
- data/lib/crimson-falcon/models/registration_azure_management_group_create_request_external_v1.rb +241 -0
- data/lib/crimson-falcon/models/registration_azure_management_group_external_v1.rb +249 -0
- data/lib/crimson-falcon/models/registration_azure_management_group_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/registration_azure_management_group_v1_ext.rb +452 -0
- data/lib/crimson-falcon/models/registration_gcp_account_ext_request_v2.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_account_patch.rb +248 -0
- data/lib/crimson-falcon/models/registration_gcp_account_patch_request.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_account_req_obj_v2.rb +302 -0
- data/lib/crimson-falcon/models/registration_gcp_account_response_ext_v2.rb +271 -0
- data/lib/crimson-falcon/models/registration_gcp_account_rsp_obj_v2.rb +284 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_ext_v1.rb +261 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_response_ext_v1.rb +271 -0
- data/lib/crimson-falcon/models/registration_iom_event_id_response_meta.rb +281 -0
- data/lib/crimson-falcon/models/registration_iom_event_ids_response_v2.rb +1 -1
- data/lib/crimson-falcon/models/registration_iom_event_v2.rb +17 -1
- data/lib/crimson-falcon/models/registration_next_token_pagination.rb +266 -0
- data/lib/crimson-falcon/models/rulegroups_assigned_rule.rb +253 -0
- data/lib/crimson-falcon/models/rulegroups_create_request.rb +262 -0
- data/lib/crimson-falcon/models/rulegroups_delete_response.rb +266 -0
- data/lib/crimson-falcon/models/rulegroups_policy_assignment.rb +253 -0
- data/lib/crimson-falcon/models/rulegroups_response.rb +266 -0
- data/lib/crimson-falcon/models/rulegroups_rule.rb +579 -0
- data/lib/crimson-falcon/models/rulegroups_rule_group.rb +324 -0
- data/lib/crimson-falcon/models/rulegroups_rules_response.rb +266 -0
- data/lib/crimson-falcon/models/rulegroups_update_request.rb +262 -0
- data/lib/crimson-falcon/models/runtimedetections_detections_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/{sadomain_submit_for_blocking_info.rb → sadomain_submission_information.rb} +3 -3
- data/lib/crimson-falcon/models/sadomain_typosquatting_component.rb +11 -2
- data/lib/crimson-falcon/models/scheduledexclusions_create_request.rb +316 -0
- data/lib/crimson-falcon/models/scheduledexclusions_repeated.rb +292 -0
- data/lib/crimson-falcon/models/scheduledexclusions_response.rb +266 -0
- data/lib/crimson-falcon/models/scheduledexclusions_scheduled_exclusion.rb +348 -0
- data/lib/crimson-falcon/models/scheduledexclusions_update_request.rb +330 -0
- data/lib/crimson-falcon/models/sv_exclusions_create_req_v1.rb +10 -1
- data/lib/crimson-falcon/models/sv_exclusions_sv_exclusion_v1.rb +10 -1
- data/lib/crimson-falcon/models/sv_exclusions_update_req_v1.rb +10 -1
- data/lib/crimson-falcon/models/unidentifiedcontainers_unidentified_container_api_response.rb +266 -0
- data/lib/crimson-falcon/models/unidentifiedcontainers_unidentified_containers_count_value.rb +266 -0
- data/lib/crimson-falcon/models/v2_activity.rb +264 -0
- data/lib/crimson-falcon/models/v2_activity_parameters.rb +241 -0
- data/lib/crimson-falcon/models/v2_activity_properties.rb +241 -0
- data/lib/crimson-falcon/models/v2_condition.rb +286 -0
- data/lib/crimson-falcon/models/v2_condition_parameters.rb +241 -0
- data/lib/crimson-falcon/models/v2_definition.rb +374 -0
- data/lib/crimson-falcon/models/v2_for_loop.rb +253 -0
- data/lib/crimson-falcon/models/v2_loop.rb +281 -0
- data/lib/crimson-falcon/models/v2_parameters.rb +264 -0
- data/lib/crimson-falcon/models/v2_trigger.rb +277 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability_details.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability_info.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_by_image_count.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_by_publication.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_actively_exploited.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_csp_rating.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_cvss_score.rb +266 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_severity.rb +266 -0
- data/lib/crimson-falcon/version.rb +2 -2
- data/lib/crimson-falcon.rb +366 -37
- data/spec/api/alerts_api_spec.rb +60 -8
- data/spec/api/{inventories_api_spec.rb → cloud_snapshots_api_spec.rb} +10 -10
- data/spec/api/configuration_assessment_api_spec.rb +11 -0
- data/spec/api/container_alerts_api_spec.rb +88 -0
- data/spec/api/container_detections_api_spec.rb +125 -0
- data/spec/api/container_images_api_spec.rb +182 -0
- data/spec/api/container_packages_api_spec.rb +119 -0
- data/spec/api/container_vulnerabilities_api_spec.rb +184 -0
- data/spec/api/cspm_registration_api_spec.rb +123 -1
- data/spec/api/custom_ioa_api_spec.rb +1 -1
- data/spec/api/custom_storage_api_spec.rb +133 -0
- data/spec/api/d4c_registration_api_spec.rb +47 -0
- data/spec/api/drift_indicators_api_spec.rb +114 -0
- data/spec/api/falcon_complete_dashboard_api_spec.rb +65 -7
- data/spec/api/falcon_container_image_api_spec.rb +0 -14
- data/spec/api/falconx_sandbox_api_spec.rb +1 -1
- data/spec/api/filevantage_api_spec.rb +315 -8
- data/spec/api/foundry_logscale_api_spec.rb +226 -0
- data/spec/api/hosts_api_spec.rb +12 -12
- data/spec/api/image_assessment_policies_api_spec.rb +172 -0
- data/spec/api/installation_tokens_api_spec.rb +4 -4
- data/spec/api/installation_tokens_settings_api_spec.rb +1 -1
- data/spec/api/intel_api_spec.rb +2 -2
- data/spec/api/ioc_api_spec.rb +41 -0
- data/spec/api/kubernetes_protection_api_spec.rb +480 -0
- data/spec/api/message_center_api_spec.rb +3 -3
- data/spec/api/ods_api_spec.rb +13 -2
- data/spec/api/real_time_response_admin_api_spec.rb +25 -0
- data/spec/api/real_time_response_audit_api_spec.rb +67 -0
- data/spec/api/recon_api_spec.rb +3 -3
- data/spec/api/runtime_detections_api_spec.rb +66 -0
- data/spec/api/{vulnerabilities_evaluation_logic_api_spec.rb → spotlight_evaluation_logic_api_spec.rb} +6 -6
- data/spec/api/{vulnerabilities_api_spec.rb → spotlight_vulnerabilities_api_spec.rb} +8 -8
- data/spec/api/unidentified_containers_api_spec.rb +88 -0
- data/spec/api/workflows_api_spec.rb +224 -0
- data/spec/models/alerts_container_alerts_count_value_spec.rb +63 -0
- data/spec/models/alerts_container_alerts_entity_response_spec.rb +63 -0
- data/spec/models/api_detects_query_meta_spec.rb +69 -0
- data/spec/models/api_detects_query_paging_spec.rb +63 -0
- data/spec/models/{api_aggregates_response_spec.rb → api_device_count_resp_v1_spec.rb} +6 -6
- data/spec/models/api_device_count_v1_spec.rb +69 -0
- data/spec/models/api_devices_ran_on_resp_v1_spec.rb +63 -0
- data/spec/models/api_entities_response_spec.rb +63 -0
- data/spec/models/api_execution_results_response_spec.rb +63 -0
- data/spec/models/api_exposed_data_record_bot_location_v1_spec.rb +57 -0
- data/spec/models/api_exposed_data_record_bot_operating_system_v1_spec.rb +117 -0
- data/spec/models/api_exposed_data_record_bot_v1_spec.rb +93 -0
- data/spec/models/api_meta_info_spec.rb +69 -0
- data/spec/models/api_notification_exposed_data_record_v1_spec.rb +18 -0
- data/spec/models/api_object_metadata_spec.rb +75 -0
- data/spec/models/api_processes_ran_on_resp_v1_spec.rb +63 -0
- data/spec/models/{common_entities_response_spec.rb → api_resource_ids_response_spec.rb} +6 -6
- data/spec/models/api_response_pagination_spec.rb +57 -0
- data/spec/models/apidomain_dynamic_execute_search_request_v1_spec.rb +75 -0
- data/spec/models/apidomain_query_response_v1_spec.rb +81 -0
- data/spec/models/apidomain_query_response_wrapper_v1_spec.rb +63 -0
- data/spec/models/{models_snapshot_inventory_application_spec.rb → apidomain_repo_view_list_item_v1_spec.rb} +15 -15
- data/spec/models/apidomain_repo_view_list_item_wrapper_v1_spec.rb +63 -0
- data/spec/models/apidomain_repository_v1_spec.rb +75 -0
- data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +111 -0
- data/spec/models/apidomain_view_connection_v1_spec.rb +57 -0
- data/spec/models/{public_acl_change_spec.rb → changes_acl_change_spec.rb} +6 -6
- data/spec/models/{public_acl_spec.rb → changes_acl_spec.rb} +6 -6
- data/spec/models/{public_before_spec.rb → changes_after_spec.rb} +6 -6
- data/spec/models/{public_attribute_spec.rb → changes_attribute_spec.rb} +6 -6
- data/spec/models/{public_basic_spec.rb → changes_basic_spec.rb} +6 -6
- data/spec/models/{public_after_spec.rb → changes_before_spec.rb} +6 -6
- data/spec/models/{public_change_spec.rb → changes_change_spec.rb} +6 -6
- data/spec/models/{public_dacl_entity_spec.rb → changes_dacl_entity_spec.rb} +12 -6
- data/spec/models/{public_dacl_spec.rb → changes_dacl_spec.rb} +6 -6
- data/spec/models/{public_diff_hash_spec.rb → changes_diff_hash_spec.rb} +6 -6
- data/spec/models/{public_diff_spec.rb → changes_diff_spec.rb} +6 -6
- data/spec/models/{public_diff_type_spec.rb → changes_diff_type_spec.rb} +6 -6
- data/spec/models/changes_get_changes_response_spec.rb +63 -0
- data/spec/models/{public_owner_spec.rb → changes_group_spec.rb} +6 -6
- data/spec/models/changes_high_volume_query_meta_spec.rb +69 -0
- data/spec/models/changes_high_volume_query_paging_spec.rb +63 -0
- data/spec/models/changes_high_volume_query_response_spec.rb +63 -0
- data/spec/models/{public_host_group_spec.rb → changes_host_group_spec.rb} +6 -6
- data/spec/models/{public_host_spec.rb → changes_host_spec.rb} +6 -6
- data/spec/models/{public_group_spec.rb → changes_owner_spec.rb} +6 -6
- data/spec/models/{public_permissions_lin_spec.rb → changes_permissions_lin_spec.rb} +6 -6
- data/spec/models/{public_permissions_spec.rb → changes_permissions_spec.rb} +6 -6
- data/spec/models/{public_policy_rule_group_spec.rb → changes_policy_rule_group_spec.rb} +6 -6
- data/spec/models/{public_policy_rule_spec.rb → changes_policy_rule_spec.rb} +6 -6
- data/spec/models/{public_policy_spec.rb → changes_policy_spec.rb} +6 -6
- data/spec/models/{public_prevalence_spec.rb → changes_prevalence_spec.rb} +6 -6
- data/spec/models/{public_tag_spec.rb → changes_tag_spec.rb} +6 -6
- data/spec/models/client_action_request_spec.rb +51 -0
- data/spec/models/client_cost_spec.rb +63 -0
- data/spec/models/client_costs_spec.rb +69 -0
- data/spec/models/client_data_ingest_response_v1_spec.rb +57 -0
- data/spec/models/client_data_ingest_response_wrapper_v1_spec.rb +63 -0
- data/spec/models/client_digest_flow_spec.rb +63 -0
- data/spec/models/client_extra_in_spec.rb +57 -0
- data/spec/models/client_extra_limit_spec.rb +57 -0
- data/spec/models/client_extra_rename_spec.rb +57 -0
- data/spec/models/client_extra_sort_spec.rb +75 -0
- data/spec/models/client_field_spec.rb +63 -0
- data/spec/models/client_job_status_spec.rb +117 -0
- data/spec/models/client_query_response_schemas_v1_spec.rb +57 -0
- data/spec/models/client_query_result_metadata_spec.rb +159 -0
- data/spec/models/client_repository_spec.rb +69 -0
- data/spec/models/client_spent_spec.rb +69 -0
- data/spec/models/client_system_definition_create_response_spec.rb +63 -0
- data/spec/models/client_system_definition_de_provision_request_spec.rb +69 -0
- data/spec/models/client_system_definition_promote_request_spec.rb +81 -0
- data/spec/models/client_system_definition_provision_request_spec.rb +75 -0
- data/spec/models/client_top_value_spec.rb +57 -0
- data/spec/models/common_count_as_resource_spec.rb +57 -0
- data/spec/models/common_count_response_spec.rb +63 -0
- data/spec/models/common_generic_entity_response_string_spec.rb +63 -0
- data/spec/models/custom_type1255839303_spec.rb +63 -0
- data/spec/models/custom_type3191042536_spec.rb +63 -0
- data/spec/models/definitions_definition_entities_response_spec.rb +63 -0
- data/spec/models/definitions_definition_ext_spec.rb +75 -0
- data/spec/models/definitions_definition_external_response_spec.rb +63 -0
- data/spec/models/definitions_definition_import_response_entity_spec.rb +81 -0
- data/spec/models/definitions_definition_import_response_spec.rb +63 -0
- data/spec/models/definitions_flight_control_request_spec.rb +69 -0
- data/spec/models/definitions_parameter_property_spec.rb +51 -0
- data/spec/models/definitions_playbook_parameter_spec.rb +57 -0
- data/spec/models/detections_api_assessment_detections_spec.rb +63 -0
- data/spec/models/detections_api_combined_detections_spec.rb +63 -0
- data/spec/models/detections_api_detections_by_severity_spec.rb +63 -0
- data/spec/models/detections_api_detections_by_type_spec.rb +63 -0
- data/spec/models/detections_api_detections_count_spec.rb +63 -0
- data/spec/models/detects_alert_spec.rb +42 -0
- data/spec/models/detectsapi_aggregate_alert_query_request_spec.rb +153 -0
- data/spec/models/detectsapi_aggregates_response_spec.rb +63 -0
- data/spec/models/detectsapi_aggregation_result_item_spec.rb +105 -0
- data/spec/models/detectsapi_aggregation_result_spec.rb +63 -0
- data/spec/models/detectsapi_alert_query_response_spec.rb +63 -0
- data/spec/models/detectsapi_patch_entities_alerts_v3_request_spec.rb +57 -0
- data/spec/models/detectsapi_post_entities_alerts_v2_request_spec.rb +51 -0
- data/spec/models/detectsapi_post_entities_alerts_v2_response_spec.rb +63 -0
- data/spec/models/detectsapi_response_fields_spec.rb +57 -0
- data/spec/models/device_device_spec.rb +12 -0
- data/spec/models/device_mapped_device_policies_spec.rb +6 -0
- data/spec/models/deviceapi_device_swagger_spec.rb +24 -0
- data/spec/models/domain_actor_document_spec.rb +162 -0
- data/spec/models/domain_actor_entity_spec.rb +63 -0
- data/spec/models/domain_actor_news_document_spec.rb +69 -0
- data/spec/models/domain_api_finding_rule_v1_spec.rb +12 -0
- data/spec/models/domain_api_finding_with_rule_v1_spec.rb +6 -0
- data/spec/models/domain_api_host_info_facet_v1_spec.rb +6 -0
- data/spec/models/domain_api_rule_details_response_v1_spec.rb +63 -0
- data/spec/models/domain_api_rule_details_v1_spec.rb +135 -0
- data/spec/models/domain_api_vulnerability_app_v2_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_cve_details_facet_v2_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_extended_app_v2_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_host_facet_v2_spec.rb +0 -6
- data/spec/models/domain_api_vulnerability_v2_spec.rb +0 -12
- data/spec/models/domain_asset_criticality_info_v1_spec.rb +63 -0
- data/spec/models/domain_attachment_spec.rb +87 -0
- data/spec/models/domain_aws_account_input_spec.rb +81 -0
- data/spec/models/domain_aws_account_v2_spec.rb +6 -0
- data/spec/models/domain_aws_batch_cluster_region_spec.rb +63 -0
- data/spec/models/domain_azure_management_group_role_assignment_spec.rb +69 -0
- data/spec/models/domain_base_api_vulnerability_v2_spec.rb +0 -12
- data/spec/models/domain_breached_item_v1_spec.rb +18 -0
- data/spec/models/domain_card_spec.rb +87 -0
- data/spec/models/domain_cid_group_spec.rb +12 -0
- data/spec/models/domain_cid_policy_assignments_spec.rb +12 -0
- data/spec/models/domain_cloud_scope_spec.rb +6 -0
- data/spec/models/domain_credentials_spec.rb +13 -1
- data/spec/models/domain_device_policy_spec.rb +51 -0
- data/spec/models/domain_device_spec.rb +6 -0
- data/spec/models/domain_discover_api_host_spec.rb +36 -0
- data/spec/models/domain_discover_apiio_t_host_spec.rb +36 -0
- data/spec/models/{registration_msa_spec_meta_info_extension_spec.rb → domain_exposed_data_record_bot_location_v1_spec.rb} +8 -8
- data/spec/models/domain_exposed_data_record_bot_operating_system_v1_spec.rb +117 -0
- data/spec/models/domain_exposed_data_record_bot_v1_spec.rb +93 -0
- data/spec/models/domain_exposed_data_record_social_v1_spec.rb +6 -0
- data/spec/models/domain_file_count_v2_spec.rb +75 -0
- data/spec/models/domain_fragment_info_spec.rb +87 -0
- data/spec/models/domain_gcp_account_v1_spec.rb +6 -0
- data/spec/models/domain_host_spec.rb +123 -0
- data/spec/models/domain_incident_spec.rb +0 -6
- data/spec/models/domain_ioc_spec.rb +261 -0
- data/spec/models/domain_item_details_v1_spec.rb +207 -0
- data/spec/models/domain_mapped_device_policies_spec.rb +51 -0
- data/spec/models/domain_marketplace_product_spec.rb +87 -0
- data/spec/models/domain_matched_breach_summary_v1_spec.rb +12 -0
- data/spec/models/domain_meta_info_spec.rb +25 -1
- data/spec/models/domain_news_document_spec.rb +6 -0
- data/spec/models/domain_notification_v1_spec.rb +6 -0
- data/spec/models/domain_policy_info_spec.rb +12 -0
- data/spec/models/domain_report_malware_spec.rb +63 -0
- data/spec/models/domain_rule_spec.rb +7 -13
- data/spec/models/domain_scan_profile_spec.rb +6 -0
- data/spec/models/domain_scan_spec.rb +42 -0
- data/spec/models/domain_scan_v2_spec.rb +273 -0
- data/spec/models/domain_schedule_spec.rb +3 -3
- data/spec/models/domain_telegram_channel_info_spec.rb +57 -0
- data/spec/models/domain_telegram_info_spec.rb +63 -0
- data/spec/models/domain_telegram_recipient_info_spec.rb +81 -0
- data/spec/models/domain_telegram_sender_info_spec.rb +81 -0
- data/spec/models/domain_threat_entity_spec.rb +51 -0
- data/spec/models/domain_user_spec.rb +1 -13
- data/spec/models/driftindicators_drift_entity_response_spec.rb +63 -0
- data/spec/models/driftindicators_drift_indicators_count_value_spec.rb +63 -0
- data/spec/models/driftindicators_drift_indicators_field_value_spec.rb +63 -0
- data/spec/models/empowerapi_falcon_script_spec.rb +177 -0
- data/spec/models/empowerapi_msa_falcon_script_response_spec.rb +63 -0
- data/spec/models/empowerapi_msa_id_list_response_spec.rb +63 -0
- data/spec/models/entities_ods_scan_response_v2_spec.rb +63 -0
- data/spec/models/executions_activity_execution_result_spec.rb +117 -0
- data/spec/models/executions_ancestor_execution_spec.rb +63 -0
- data/spec/models/executions_child_execution_result_spec.rb +75 -0
- data/spec/models/executions_execution_result_spec.rb +111 -0
- data/spec/models/executions_iterations_spec.rb +81 -0
- data/spec/models/executions_loop_result_spec.rb +105 -0
- data/spec/models/executions_reference_link_spec.rb +57 -0
- data/spec/models/executions_trigger_result_spec.rb +69 -0
- data/spec/models/falconx_sandbox_parameters_v1_spec.rb +6 -6
- data/spec/models/falconx_submission_v1_spec.rb +24 -0
- data/spec/models/flows_spec.rb +63 -0
- data/spec/models/fwmgr_msa_aggregation_result_spec.rb +6 -0
- data/spec/models/graph_condition_spec.rb +63 -0
- data/spec/models/graph_configured_activity_spec.rb +81 -0
- data/spec/models/graph_configured_trigger_spec.rb +87 -0
- data/spec/models/graph_definition_model_spec.rb +87 -0
- data/spec/models/graph_end_spec.rb +57 -0
- data/spec/models/graph_flow_spec.rb +69 -0
- data/spec/models/graph_gateway_spec.rb +63 -0
- data/spec/models/graph_multi_spec.rb +69 -0
- data/spec/models/graph_sub_model_spec.rb +81 -0
- data/spec/models/graph_timer_event_definition_spec.rb +75 -0
- data/spec/models/graph_validation_error_spec.rb +87 -0
- data/spec/models/images_api_combined_image_export_spec.rb +63 -0
- data/spec/models/images_api_customer_and_image_spec.rb +63 -0
- data/spec/models/images_api_image_assessment_history_spec.rb +63 -0
- data/spec/models/images_api_image_by_vulnerability_count_spec.rb +63 -0
- data/spec/models/images_api_image_count_by_base_os_spec.rb +63 -0
- data/spec/models/images_api_image_count_by_state_spec.rb +63 -0
- data/spec/models/images_api_image_count_spec.rb +63 -0
- data/spec/models/images_api_image_issues_summary_spec.rb +63 -0
- data/spec/models/images_api_image_vulnerabilities_summary_spec.rb +63 -0
- data/spec/models/internal_sensor_status_spec.rb +48 -0
- data/spec/models/jsonschema_authorization_spec.rb +69 -0
- data/spec/models/jsonschema_collection_index_field_spec.rb +63 -0
- data/spec/models/jsonschema_complex_permissions_or_spec.rb +51 -0
- data/spec/models/jsonschema_complex_permissions_spec.rb +51 -0
- data/spec/models/jsonschema_condition_group_fields_spec.rb +75 -0
- data/spec/models/jsonschema_permission_spec.rb +57 -0
- data/spec/models/jsonschema_pivot_spec.rb +99 -0
- data/spec/models/jsonschema_reset_fields_spec.rb +51 -0
- data/spec/models/jsonschema_schema_spec.rb +57 -0
- data/spec/models/jsonschema_signals_extensions_spec.rb +63 -0
- data/spec/models/jsonschema_sub_schema_spec.rb +399 -0
- data/spec/models/jsonschema_workflow_extensions_spec.rb +81 -0
- data/spec/models/k8sassets_cluster_enrichment_data_spec.rb +63 -0
- data/spec/models/k8sassets_cluster_enrichment_entry_spec.rb +57 -0
- data/spec/models/k8sassets_cluster_enrichment_response_spec.rb +63 -0
- data/spec/models/k8sassets_container_enrichment_data_spec.rb +51 -0
- data/spec/models/k8sassets_container_enrichment_entry_spec.rb +57 -0
- data/spec/models/k8sassets_container_enrichment_response_spec.rb +63 -0
- data/spec/models/k8sassets_container_info_spec.rb +57 -0
- data/spec/models/k8sassets_deployment_enrichment_data_spec.rb +51 -0
- data/spec/models/k8sassets_deployment_enrichment_entry_spec.rb +57 -0
- data/spec/models/k8sassets_deployment_enrichment_response_spec.rb +63 -0
- data/spec/models/k8sassets_node_enrichment_data_spec.rb +57 -0
- data/spec/models/k8sassets_node_enrichment_entry_spec.rb +57 -0
- data/spec/models/k8sassets_node_enrichment_response_spec.rb +63 -0
- data/spec/models/k8sassets_pod_enrichment_data_spec.rb +63 -0
- data/spec/models/k8sassets_pod_enrichment_entry_spec.rb +57 -0
- data/spec/models/k8sassets_pod_enrichment_response_spec.rb +63 -0
- data/spec/models/k8sioms_kubernetes_iom_count_value_spec.rb +63 -0
- data/spec/models/k8sioms_kubernetes_iom_entity_response_spec.rb +63 -0
- data/spec/models/k8sioms_kubernetes_iom_field_value_spec.rb +63 -0
- data/spec/models/model_user_input_read_response_spec.rb +63 -0
- data/spec/models/model_user_input_update_request_spec.rb +57 -0
- data/spec/models/model_user_input_view_model_spec.rb +105 -0
- data/spec/models/models_account_entities_input_spec.rb +51 -0
- data/spec/models/models_account_status_response_spec.rb +63 -0
- data/spec/models/models_aggregate_values_by_field_response_spec.rb +63 -0
- data/spec/models/models_api_assessment_detections_spec.rb +153 -0
- data/spec/models/models_api_combined_detections_spec.rb +117 -0
- data/spec/models/models_api_container_alert_spec.rb +93 -0
- data/spec/models/models_api_customer_and_image_spec.rb +147 -0
- data/spec/models/models_api_detection_count_by_type_spec.rb +57 -0
- data/spec/models/models_api_detection_count_spec.rb +51 -0
- data/spec/models/models_api_drift_indicators_spec.rb +195 -0
- data/spec/models/{models_scan_results_spec.rb → models_api_filter_label_spec.rb} +8 -8
- data/spec/models/models_api_filter_response_spec.rb +57 -0
- data/spec/models/models_api_image_assessment_history_spec.rb +57 -0
- data/spec/models/models_api_image_assessment_spec.rb +81 -0
- data/spec/models/models_api_image_by_vulnerability_count_spec.rb +75 -0
- data/spec/models/models_api_image_combined_export_spec.rb +165 -0
- data/spec/models/models_api_image_count_spec.rb +51 -0
- data/spec/models/models_api_image_issues_summary_spec.rb +99 -0
- data/spec/models/models_api_image_vulnerabilities_summary_spec.rb +99 -0
- data/spec/models/models_api_kubernetes_iom_spec.rb +339 -0
- data/spec/models/models_api_package_combined_spec.rb +93 -0
- data/spec/models/models_api_package_vulnerability_spec.rb +69 -0
- data/spec/models/models_api_packages_by_vuln_count_spec.rb +81 -0
- data/spec/models/models_api_policy_count_by_action_spec.rb +57 -0
- data/spec/models/{domain_msa_meta_info_spec.rb → models_api_policy_data_spec.rb} +8 -8
- data/spec/models/{models_job_meta_data_spec.rb → models_api_policy_entity_spec.rb} +14 -14
- data/spec/models/models_api_policy_exclusion_spec.rb +81 -0
- data/spec/models/models_api_policy_group_data_spec.rb +51 -0
- data/spec/models/models_api_policy_group_spec.rb +87 -0
- data/spec/models/models_api_policy_rule_spec.rb +57 -0
- data/spec/models/models_api_policy_rules_data_spec.rb +51 -0
- data/spec/models/models_api_precedence_request_spec.rb +51 -0
- data/spec/models/models_api_runtime_detection_spec.rb +369 -0
- data/spec/models/models_api_unidentified_container_spec.rb +171 -0
- data/spec/models/models_api_vuln_by_image_count_spec.rb +69 -0
- data/spec/models/models_api_vuln_by_publication_date_spec.rb +81 -0
- data/spec/models/models_api_vuln_count_by_severity_spec.rb +57 -0
- data/spec/models/models_api_vuln_count_spec.rb +51 -0
- data/spec/models/models_api_vulnerability_combined_spec.rb +123 -0
- data/spec/models/models_api_vulnerability_details_spec.rb +105 -0
- data/spec/models/models_api_vulnerability_info_spec.rb +111 -0
- data/spec/models/models_cluster_entity_response_spec.rb +63 -0
- data/spec/models/models_cluster_spec.rb +177 -0
- data/spec/models/models_container_coverage_response_entity_spec.rb +63 -0
- data/spec/models/models_container_coverage_spec.rb +57 -0
- data/spec/models/models_container_entity_response_spec.rb +63 -0
- data/spec/models/models_container_image_spec.rb +141 -0
- data/spec/models/models_container_information_spec.rb +57 -0
- data/spec/models/models_container_runtime_pivot_response_spec.rb +63 -0
- data/spec/models/models_container_runtime_pivot_spec.rb +99 -0
- data/spec/models/models_container_spec.rb +429 -0
- data/spec/models/models_create_image_group_request_spec.rb +69 -0
- data/spec/models/models_create_policy_request_spec.rb +57 -0
- data/spec/models/models_definition_create_request_v2_spec.rb +63 -0
- data/spec/models/models_definition_update_request_v2_spec.rb +75 -0
- data/spec/models/models_deployment_entity_response_spec.rb +63 -0
- data/spec/models/models_deployment_spec.rb +99 -0
- data/spec/models/models_exclusion_condition_request_spec.rb +69 -0
- data/spec/models/models_exclusion_condition_spec.rb +87 -0
- data/spec/models/models_image_information_spec.rb +63 -0
- data/spec/models/models_image_summary_packages_info_spec.rb +57 -0
- data/spec/models/models_issues_summary_container_info_spec.rb +63 -0
- data/spec/models/models_light_weight_config_spec.rb +93 -0
- data/spec/models/{public_get_changes_response_spec.rb → models_node_entity_response_spec.rb} +6 -6
- data/spec/models/models_node_spec.rb +255 -0
- data/spec/models/models_package_name_version_type_spec.rb +75 -0
- data/spec/models/models_patch_image_group_request_spec.rb +63 -0
- data/spec/models/models_patch_policy_request_spec.rb +69 -0
- data/spec/models/models_pod_entity_response_spec.rb +63 -0
- data/spec/models/models_pod_spec.rb +297 -0
- data/spec/models/models_policy_entity_response_spec.rb +63 -0
- data/spec/models/models_policy_exclusion_entity_response_spec.rb +63 -0
- data/spec/models/models_policy_group_entity_response_spec.rb +63 -0
- data/spec/models/models_request_api_policy_data_spec.rb +51 -0
- data/spec/models/models_snapshot_account_status_spec.rb +93 -0
- data/spec/models/models_update_exclusions_request_spec.rb +51 -0
- data/spec/models/msa_aggregation_result_spec.rb +6 -0
- data/spec/models/packages_api_combined_package_export_spec.rb +63 -0
- data/spec/models/packages_api_combined_package_spec.rb +63 -0
- data/spec/models/packages_api_packages_by_vuln_count_spec.rb +63 -0
- data/spec/models/parameter_activity_config_parameter_value_spec.rb +63 -0
- data/spec/models/parameter_activity_config_provision_parameter_spec.rb +57 -0
- data/spec/models/parameter_activity_provision_parameters_spec.rb +57 -0
- data/spec/models/parameter_activity_selection_parameter_spec.rb +63 -0
- data/spec/models/parameter_condition_field_parameter_spec.rb +75 -0
- data/spec/models/parameter_condition_field_provision_parameter_spec.rb +63 -0
- data/spec/models/parameter_condition_provision_parameter_spec.rb +57 -0
- data/spec/models/parameter_template_provision_parameters_spec.rb +63 -0
- data/spec/models/parameter_trigger_field_parameter_spec.rb +63 -0
- data/spec/models/parameter_trigger_parameter_spec.rb +57 -0
- data/spec/models/parameter_trigger_provision_parameter_spec.rb +57 -0
- data/spec/models/policies_assigned_host_group_spec.rb +57 -0
- data/spec/models/policies_assigned_rule_group_spec.rb +57 -0
- data/spec/models/policies_create_request_spec.rb +63 -0
- data/spec/models/policies_delete_response_spec.rb +63 -0
- data/spec/models/policies_policy_spec.rb +117 -0
- data/spec/models/policies_precedence_response_spec.rb +63 -0
- data/spec/models/policies_response_spec.rb +63 -0
- data/spec/models/policies_update_request_spec.rb +69 -0
- data/spec/models/quarantine_quarantined_file_spec.rb +6 -0
- data/spec/models/registration_aws_account_patch_spec.rb +6 -0
- data/spec/models/registration_azure_account_patch_request_spec.rb +51 -0
- data/spec/models/{models_snapshot_inventory_payload_spec.rb → registration_azure_account_patch_spec.rb} +8 -8
- data/spec/models/registration_azure_account_v1_ext_spec.rb +18 -0
- data/spec/models/registration_azure_management_group_create_request_external_v1_spec.rb +51 -0
- data/spec/models/registration_azure_management_group_external_v1_spec.rb +57 -0
- data/spec/models/registration_azure_management_group_response_v1_spec.rb +63 -0
- data/spec/models/registration_azure_management_group_v1_ext_spec.rb +165 -0
- data/spec/models/registration_gcp_account_ext_request_v2_spec.rb +51 -0
- data/spec/models/registration_gcp_account_patch_request_spec.rb +51 -0
- data/spec/models/registration_gcp_account_patch_spec.rb +57 -0
- data/spec/models/registration_gcp_account_req_obj_v2_spec.rb +93 -0
- data/spec/models/registration_gcp_account_response_ext_v2_spec.rb +63 -0
- data/spec/models/registration_gcp_account_rsp_obj_v2_spec.rb +81 -0
- data/spec/models/registration_gcp_service_account_ext_v1_spec.rb +69 -0
- data/spec/models/registration_gcp_service_account_response_ext_v1_spec.rb +63 -0
- data/spec/models/registration_iom_event_id_response_meta_spec.rb +69 -0
- data/spec/models/registration_iom_event_v2_spec.rb +6 -0
- data/spec/models/registration_next_token_pagination_spec.rb +69 -0
- data/spec/models/rulegroups_assigned_rule_spec.rb +57 -0
- data/spec/models/rulegroups_create_request_spec.rb +63 -0
- data/spec/models/rulegroups_delete_response_spec.rb +63 -0
- data/spec/models/rulegroups_policy_assignment_spec.rb +57 -0
- data/spec/models/rulegroups_response_spec.rb +63 -0
- data/spec/models/{domain_notification_details_v1_spec.rb → rulegroups_rule_group_spec.rb} +16 -16
- data/spec/models/rulegroups_rule_spec.rb +255 -0
- data/spec/models/rulegroups_rules_response_spec.rb +63 -0
- data/spec/models/rulegroups_update_request_spec.rb +63 -0
- data/spec/models/runtimedetections_detections_entity_response_spec.rb +63 -0
- data/spec/models/{sadomain_submit_for_blocking_info_spec.rb → sadomain_submission_information_spec.rb} +6 -6
- data/spec/models/sadomain_typosquatting_component_spec.rb +6 -0
- data/spec/models/scheduledexclusions_create_request_spec.rb +99 -0
- data/spec/models/scheduledexclusions_repeated_spec.rb +87 -0
- data/spec/models/scheduledexclusions_response_spec.rb +63 -0
- data/spec/models/scheduledexclusions_scheduled_exclusion_spec.rb +117 -0
- data/spec/models/scheduledexclusions_update_request_spec.rb +105 -0
- data/spec/models/sv_exclusions_create_req_v1_spec.rb +6 -0
- data/spec/models/sv_exclusions_sv_exclusion_v1_spec.rb +6 -0
- data/spec/models/sv_exclusions_update_req_v1_spec.rb +6 -0
- data/spec/models/unidentifiedcontainers_unidentified_container_api_response_spec.rb +63 -0
- data/spec/models/unidentifiedcontainers_unidentified_containers_count_value_spec.rb +63 -0
- data/spec/models/v2_activity_parameters_spec.rb +51 -0
- data/spec/models/v2_activity_properties_spec.rb +51 -0
- data/spec/models/v2_activity_spec.rb +63 -0
- data/spec/models/v2_condition_parameters_spec.rb +51 -0
- data/spec/models/v2_condition_spec.rb +75 -0
- data/spec/models/v2_definition_spec.rb +123 -0
- data/spec/models/v2_for_loop_spec.rb +57 -0
- data/spec/models/v2_loop_spec.rb +75 -0
- data/spec/models/v2_parameters_spec.rb +69 -0
- data/spec/models/v2_trigger_spec.rb +75 -0
- data/spec/models/vulnerabilities_api_combined_vulnerability_details_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_combined_vulnerability_info_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_combined_vulnerability_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_by_image_count_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_by_publication_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_count_by_actively_exploited_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_count_by_csp_rating_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_count_by_cvss_score_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_count_by_severity_spec.rb +63 -0
- data/spec/models/vulnerabilities_api_vuln_count_spec.rb +63 -0
- metadata +1934 -947
data/README.md
CHANGED
@@ -30,7 +30,7 @@ gem install crimson-falcon
|
|
30
30
|
Add this to the Gemfile:
|
31
31
|
<!-- x-release-please-start-version -->
|
32
32
|
```ruby
|
33
|
-
gem 'crimson-falcon', '~> 0.
|
33
|
+
gem 'crimson-falcon', '~> 0.4.0'
|
34
34
|
```
|
35
35
|
<!-- x-release-please-end -->
|
36
36
|
### From Source to Gem: Building the Ruby Code
|
@@ -44,13 +44,13 @@ gem build crimson-falcon.gemspec
|
|
44
44
|
Then install the gem locally:
|
45
45
|
<!-- x-release-please-start-version -->
|
46
46
|
```shell
|
47
|
-
gem install ./crimson-falcon-0.
|
47
|
+
gem install ./crimson-falcon-0.4.0.gem
|
48
48
|
```
|
49
49
|
<!-- x-release-please-end -->
|
50
50
|
Finally, add this to the Gemfile:
|
51
51
|
<!-- x-release-please-start-version -->
|
52
52
|
```ruby
|
53
|
-
gem 'crimson-falcon', '~> 0.
|
53
|
+
gem 'crimson-falcon', '~> 0.4.0'
|
54
54
|
```
|
55
55
|
<!-- x-release-please-end -->
|
56
56
|
### Install from Git
|
@@ -133,9 +133,25 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
133
133
|
|
134
134
|
**Class**: `Falcon::AlertsApi`
|
135
135
|
|
136
|
+
- **Operation**: [**get_queries_alerts_v2**](docs/AlertsApi.md#get_queries_alerts_v2)
|
137
|
+
- **GET**: /alerts/queries/alerts/v2
|
138
|
+
- **Description**: retrieves all Alerts ids that match a given query
|
139
|
+
|
140
|
+
---
|
141
|
+
|
142
|
+
**Class**: `Falcon::AlertsApi`
|
143
|
+
|
136
144
|
- **Operation**: [**patch_entities_alerts_v2**](docs/AlertsApi.md#patch_entities_alerts_v2)
|
137
145
|
- **PATCH**: /alerts/entities/alerts/v2
|
138
|
-
- **Description**: Perform actions on
|
146
|
+
- **Description**: Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
147
|
+
|
148
|
+
---
|
149
|
+
|
150
|
+
**Class**: `Falcon::AlertsApi`
|
151
|
+
|
152
|
+
- **Operation**: [**patch_entities_alerts_v3**](docs/AlertsApi.md#patch_entities_alerts_v3)
|
153
|
+
- **PATCH**: /alerts/entities/alerts/v3
|
154
|
+
- **Description**: Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
139
155
|
|
140
156
|
---
|
141
157
|
|
@@ -143,7 +159,15 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
143
159
|
|
144
160
|
- **Operation**: [**post_aggregates_alerts_v1**](docs/AlertsApi.md#post_aggregates_alerts_v1)
|
145
161
|
- **POST**: /alerts/aggregates/alerts/v1
|
146
|
-
- **Description**: retrieves
|
162
|
+
- **Description**: retrieves aggregate values for Alerts across all CIDs
|
163
|
+
|
164
|
+
---
|
165
|
+
|
166
|
+
**Class**: `Falcon::AlertsApi`
|
167
|
+
|
168
|
+
- **Operation**: [**post_aggregates_alerts_v2**](docs/AlertsApi.md#post_aggregates_alerts_v2)
|
169
|
+
- **POST**: /alerts/aggregates/alerts/v2
|
170
|
+
- **Description**: retrieves aggregate values for Alerts across all CIDs
|
147
171
|
|
148
172
|
---
|
149
173
|
|
@@ -155,6 +179,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
155
179
|
|
156
180
|
---
|
157
181
|
|
182
|
+
**Class**: `Falcon::AlertsApi`
|
183
|
+
|
184
|
+
- **Operation**: [**post_entities_alerts_v2**](docs/AlertsApi.md#post_entities_alerts_v2)
|
185
|
+
- **POST**: /alerts/entities/alerts/v2
|
186
|
+
- **Description**: retrieves all Alerts given their composite ids
|
187
|
+
|
188
|
+
---
|
189
|
+
|
158
190
|
**Class**: `Falcon::CloudConnectAwsApi`
|
159
191
|
|
160
192
|
- **Operation**: [**create_or_update_aws_settings**](docs/CloudConnectAwsApi.md#create_or_update_aws_settings)
|
@@ -227,6 +259,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
227
259
|
|
228
260
|
---
|
229
261
|
|
262
|
+
**Class**: `Falcon::CloudSnapshotsApi`
|
263
|
+
|
264
|
+
- **Operation**: [**register_cspm_snapshot_account**](docs/CloudSnapshotsApi.md#register_cspm_snapshot_account)
|
265
|
+
- **POST**: /snapshots/entities/accounts/v1
|
266
|
+
- **Description**: Register customer cloud account for snapshot scanning
|
267
|
+
|
268
|
+
---
|
269
|
+
|
230
270
|
**Class**: `Falcon::ConfigurationAssessmentApi`
|
231
271
|
|
232
272
|
- **Operation**: [**get_combined_assessments_query**](docs/ConfigurationAssessmentApi.md#get_combined_assessments_query)
|
@@ -235,6 +275,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
235
275
|
|
236
276
|
---
|
237
277
|
|
278
|
+
**Class**: `Falcon::ConfigurationAssessmentApi`
|
279
|
+
|
280
|
+
- **Operation**: [**get_rule_details**](docs/ConfigurationAssessmentApi.md#get_rule_details)
|
281
|
+
- **GET**: /configuration-assessment/entities/rule-details/v1
|
282
|
+
- **Description**: Get rules details for provided one or more rule IDs
|
283
|
+
|
284
|
+
---
|
285
|
+
|
238
286
|
**Class**: `Falcon::ConfigurationAssessmentEvaluationLogicApi`
|
239
287
|
|
240
288
|
- **Operation**: [**get_evaluation_logic_mixin0**](docs/ConfigurationAssessmentEvaluationLogicApi.md#get_evaluation_logic_mixin0)
|
@@ -243,6 +291,278 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
243
291
|
|
244
292
|
---
|
245
293
|
|
294
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
295
|
+
|
296
|
+
- **Operation**: [**read_container_alerts_count**](docs/ContainerAlertsApi.md#read_container_alerts_count)
|
297
|
+
- **GET**: /container-security/aggregates/container-alerts/count/v1
|
298
|
+
- **Description**: Search Container Alerts by the provided search criteria
|
299
|
+
|
300
|
+
---
|
301
|
+
|
302
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
303
|
+
|
304
|
+
- **Operation**: [**read_container_alerts_count_by_severity**](docs/ContainerAlertsApi.md#read_container_alerts_count_by_severity)
|
305
|
+
- **GET**: /container-security/aggregates/container-alerts/count-by-severity/v1
|
306
|
+
- **Description**: Get Container Alerts counts by severity
|
307
|
+
|
308
|
+
---
|
309
|
+
|
310
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
311
|
+
|
312
|
+
- **Operation**: [**search_and_read_container_alerts**](docs/ContainerAlertsApi.md#search_and_read_container_alerts)
|
313
|
+
- **GET**: /container-security/combined/container-alerts/v1
|
314
|
+
- **Description**: Search Container Alerts by the provided search criteria
|
315
|
+
|
316
|
+
---
|
317
|
+
|
318
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
319
|
+
|
320
|
+
- **Operation**: [**read_combined_detections**](docs/ContainerDetectionsApi.md#read_combined_detections)
|
321
|
+
- **GET**: /container-security/combined/detections/v1
|
322
|
+
- **Description**: Retrieve image assessment detections identified by the provided filter criteria
|
323
|
+
|
324
|
+
---
|
325
|
+
|
326
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
327
|
+
|
328
|
+
- **Operation**: [**read_detections**](docs/ContainerDetectionsApi.md#read_detections)
|
329
|
+
- **GET**: /container-security/entities/detections/v1
|
330
|
+
- **Description**: Retrieve image assessment detection entities identified by the provided filter criteria
|
331
|
+
|
332
|
+
---
|
333
|
+
|
334
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
335
|
+
|
336
|
+
- **Operation**: [**read_detections_count**](docs/ContainerDetectionsApi.md#read_detections_count)
|
337
|
+
- **GET**: /container-security/aggregates/detections/count/v1
|
338
|
+
- **Description**: Aggregate count of detections
|
339
|
+
|
340
|
+
---
|
341
|
+
|
342
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
343
|
+
|
344
|
+
- **Operation**: [**read_detections_count_by_severity**](docs/ContainerDetectionsApi.md#read_detections_count_by_severity)
|
345
|
+
- **GET**: /container-security/aggregates/detections/count-by-severity/v1
|
346
|
+
- **Description**: Aggregate counts of detections by severity
|
347
|
+
|
348
|
+
---
|
349
|
+
|
350
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
351
|
+
|
352
|
+
- **Operation**: [**read_detections_count_by_type**](docs/ContainerDetectionsApi.md#read_detections_count_by_type)
|
353
|
+
- **GET**: /container-security/aggregates/detections/count-by-type/v1
|
354
|
+
- **Description**: Aggregate counts of detections by detection type
|
355
|
+
|
356
|
+
---
|
357
|
+
|
358
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
359
|
+
|
360
|
+
- **Operation**: [**search_detections**](docs/ContainerDetectionsApi.md#search_detections)
|
361
|
+
- **GET**: /container-security/queries/detections/v1
|
362
|
+
- **Description**: Retrieve image assessment detection entities identified by the provided filter criteria
|
363
|
+
|
364
|
+
---
|
365
|
+
|
366
|
+
**Class**: `Falcon::ContainerImagesApi`
|
367
|
+
|
368
|
+
- **Operation**: [**aggregate_image_assessment_history**](docs/ContainerImagesApi.md#aggregate_image_assessment_history)
|
369
|
+
- **GET**: /container-security/aggregates/images/assessment-history/v1
|
370
|
+
- **Description**: Image assessment history
|
371
|
+
|
372
|
+
---
|
373
|
+
|
374
|
+
**Class**: `Falcon::ContainerImagesApi`
|
375
|
+
|
376
|
+
- **Operation**: [**aggregate_image_count**](docs/ContainerImagesApi.md#aggregate_image_count)
|
377
|
+
- **GET**: /container-security/aggregates/images/count/v1
|
378
|
+
- **Description**: Aggregate count of images
|
379
|
+
|
380
|
+
---
|
381
|
+
|
382
|
+
**Class**: `Falcon::ContainerImagesApi`
|
383
|
+
|
384
|
+
- **Operation**: [**aggregate_image_count_by_base_os**](docs/ContainerImagesApi.md#aggregate_image_count_by_base_os)
|
385
|
+
- **GET**: /container-security/aggregates/images/count-by-os-distribution/v1
|
386
|
+
- **Description**: Aggregate count of images grouped by Base OS distribution
|
387
|
+
|
388
|
+
---
|
389
|
+
|
390
|
+
**Class**: `Falcon::ContainerImagesApi`
|
391
|
+
|
392
|
+
- **Operation**: [**aggregate_image_count_by_state**](docs/ContainerImagesApi.md#aggregate_image_count_by_state)
|
393
|
+
- **GET**: /container-security/aggregates/images/count-by-state/v1
|
394
|
+
- **Description**: Aggregate count of images grouped by state
|
395
|
+
|
396
|
+
---
|
397
|
+
|
398
|
+
**Class**: `Falcon::ContainerImagesApi`
|
399
|
+
|
400
|
+
- **Operation**: [**combined_image_by_vulnerability_count**](docs/ContainerImagesApi.md#combined_image_by_vulnerability_count)
|
401
|
+
- **GET**: /container-security/combined/images/by-vulnerability-count/v1
|
402
|
+
- **Description**: Retrieve top x images with the most vulnerabilities
|
403
|
+
|
404
|
+
---
|
405
|
+
|
406
|
+
**Class**: `Falcon::ContainerImagesApi`
|
407
|
+
|
408
|
+
- **Operation**: [**combined_image_detail**](docs/ContainerImagesApi.md#combined_image_detail)
|
409
|
+
- **GET**: /container-security/combined/images/detail/v1
|
410
|
+
- **Description**: Retrieve image entities identified by the provided filter criteria
|
411
|
+
|
412
|
+
---
|
413
|
+
|
414
|
+
**Class**: `Falcon::ContainerImagesApi`
|
415
|
+
|
416
|
+
- **Operation**: [**combined_image_issues_summary**](docs/ContainerImagesApi.md#combined_image_issues_summary)
|
417
|
+
- **GET**: /container-security/combined/images/issues-summary/v1
|
418
|
+
- **Description**: Retrieve image issues summary such as Image detections, Runtime detections, Policies, vulnerabilities
|
419
|
+
|
420
|
+
---
|
421
|
+
|
422
|
+
**Class**: `Falcon::ContainerImagesApi`
|
423
|
+
|
424
|
+
- **Operation**: [**combined_image_vulnerability_summary**](docs/ContainerImagesApi.md#combined_image_vulnerability_summary)
|
425
|
+
- **GET**: /container-security/combined/images/vulnerabilities-summary/v1
|
426
|
+
- **Description**: aggregates information about vulnerabilities for an image
|
427
|
+
|
428
|
+
---
|
429
|
+
|
430
|
+
**Class**: `Falcon::ContainerImagesApi`
|
431
|
+
|
432
|
+
- **Operation**: [**get_combined_images**](docs/ContainerImagesApi.md#get_combined_images)
|
433
|
+
- **GET**: /container-security/combined/image-assessment/images/v1
|
434
|
+
- **Description**: Get image assessment results by providing an FQL filter and paging details
|
435
|
+
|
436
|
+
---
|
437
|
+
|
438
|
+
**Class**: `Falcon::ContainerImagesApi`
|
439
|
+
|
440
|
+
- **Operation**: [**read_combined_images_export**](docs/ContainerImagesApi.md#read_combined_images_export)
|
441
|
+
- **GET**: /container-security/combined/images/export/v1
|
442
|
+
- **Description**: Retrieve images with an option to expand aggregated vulnerabilities/detections
|
443
|
+
|
444
|
+
---
|
445
|
+
|
446
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
447
|
+
|
448
|
+
- **Operation**: [**read_packages_by_fixable_vuln_count**](docs/ContainerPackagesApi.md#read_packages_by_fixable_vuln_count)
|
449
|
+
- **GET**: /container-security/combined/packages/app-by-fixable-vulnerability-count/v1
|
450
|
+
- **Description**: Retrieve top x app packages with the most fixable vulnerabilities
|
451
|
+
|
452
|
+
---
|
453
|
+
|
454
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
455
|
+
|
456
|
+
- **Operation**: [**read_packages_by_vuln_count**](docs/ContainerPackagesApi.md#read_packages_by_vuln_count)
|
457
|
+
- **GET**: /container-security/combined/packages/by-vulnerability-count/v1
|
458
|
+
- **Description**: Retrieve top x packages with the most vulnerabilities
|
459
|
+
|
460
|
+
---
|
461
|
+
|
462
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
463
|
+
|
464
|
+
- **Operation**: [**read_packages_combined**](docs/ContainerPackagesApi.md#read_packages_combined)
|
465
|
+
- **GET**: /container-security/combined/packages/v1
|
466
|
+
- **Description**: Retrieve packages identified by the provided filter criteria
|
467
|
+
|
468
|
+
---
|
469
|
+
|
470
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
471
|
+
|
472
|
+
- **Operation**: [**read_packages_combined_export**](docs/ContainerPackagesApi.md#read_packages_combined_export)
|
473
|
+
- **GET**: /container-security/combined/packages/export/v1
|
474
|
+
- **Description**: Retrieve packages identified by the provided filter criteria for the purpose of export
|
475
|
+
|
476
|
+
---
|
477
|
+
|
478
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
479
|
+
|
480
|
+
- **Operation**: [**read_packages_count_by_zero_day**](docs/ContainerPackagesApi.md#read_packages_count_by_zero_day)
|
481
|
+
- **GET**: /container-security/aggregates/packages/count-by-zero-day/v1
|
482
|
+
- **Description**: Retrieve packages count affected by zero day vulnerabilities
|
483
|
+
|
484
|
+
---
|
485
|
+
|
486
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
487
|
+
|
488
|
+
- **Operation**: [**read_combined_vulnerabilities**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities)
|
489
|
+
- **GET**: /container-security/combined/vulnerabilities/v1
|
490
|
+
- **Description**: Retrieve vulnerability and aggregate data filtered by the provided FQL
|
491
|
+
|
492
|
+
---
|
493
|
+
|
494
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
495
|
+
|
496
|
+
- **Operation**: [**read_combined_vulnerabilities_details**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities_details)
|
497
|
+
- **GET**: /container-security/combined/vulnerabilities/details/v1
|
498
|
+
- **Description**: Retrieve vulnerability details related to an image
|
499
|
+
|
500
|
+
---
|
501
|
+
|
502
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
503
|
+
|
504
|
+
- **Operation**: [**read_combined_vulnerabilities_info**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities_info)
|
505
|
+
- **GET**: /container-security/combined/vulnerabilities/info/v1
|
506
|
+
- **Description**: Retrieve vulnerability and package related info for this customer
|
507
|
+
|
508
|
+
---
|
509
|
+
|
510
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
511
|
+
|
512
|
+
- **Operation**: [**read_vulnerabilities_by_image_count**](docs/ContainerVulnerabilitiesApi.md#read_vulnerabilities_by_image_count)
|
513
|
+
- **GET**: /container-security/combined/vulnerabilities/by-image-count/v1
|
514
|
+
- **Description**: Retrieve top x vulnerabilities with the most impacted images
|
515
|
+
|
516
|
+
---
|
517
|
+
|
518
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
519
|
+
|
520
|
+
- **Operation**: [**read_vulnerabilities_publication_date**](docs/ContainerVulnerabilitiesApi.md#read_vulnerabilities_publication_date)
|
521
|
+
- **GET**: /container-security/combined/vulnerabilities/by-published-date/v1
|
522
|
+
- **Description**: Retrieve top x vulnerabilities with the most recent publication date
|
523
|
+
|
524
|
+
---
|
525
|
+
|
526
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
527
|
+
|
528
|
+
- **Operation**: [**read_vulnerability_count**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count)
|
529
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count/v1
|
530
|
+
- **Description**: Aggregate count of vulnerabilities
|
531
|
+
|
532
|
+
---
|
533
|
+
|
534
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
535
|
+
|
536
|
+
- **Operation**: [**read_vulnerability_count_by_actively_exploited**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_actively_exploited)
|
537
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-actively-exploited/v1
|
538
|
+
- **Description**: Aggregate count of vulnerabilities grouped by actively exploited
|
539
|
+
|
540
|
+
---
|
541
|
+
|
542
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
543
|
+
|
544
|
+
- **Operation**: [**read_vulnerability_count_by_cps_rating**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_cps_rating)
|
545
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-cps-rating/v1
|
546
|
+
- **Description**: Aggregate count of vulnerabilities grouped by csp_rating
|
547
|
+
|
548
|
+
---
|
549
|
+
|
550
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
551
|
+
|
552
|
+
- **Operation**: [**read_vulnerability_count_by_cvss_score**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_cvss_score)
|
553
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-cvss-score/v1
|
554
|
+
- **Description**: Aggregate count of vulnerabilities grouped by cvss score
|
555
|
+
|
556
|
+
---
|
557
|
+
|
558
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
559
|
+
|
560
|
+
- **Operation**: [**read_vulnerability_count_by_severity**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_severity)
|
561
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-severity/v1
|
562
|
+
- **Description**: Aggregate count of vulnerabilities grouped by severity
|
563
|
+
|
564
|
+
---
|
565
|
+
|
246
566
|
**Class**: `Falcon::CspmRegistrationApi`
|
247
567
|
|
248
568
|
- **Operation**: [**azure_download_certificate**](docs/CspmRegistrationApi.md#azure_download_certificate)
|
@@ -253,6 +573,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
253
573
|
|
254
574
|
**Class**: `Falcon::CspmRegistrationApi`
|
255
575
|
|
576
|
+
- **Operation**: [**connect_cspmgcp_account**](docs/CspmRegistrationApi.md#connect_cspmgcp_account)
|
577
|
+
- **POST**: /cloud-connect-cspm-gcp/entities/account/v2
|
578
|
+
- **Description**: Creates a new GCP account with newly-uploaded service account or connects with existing service account with only the following fields: parent_id, parent_type and service_account_id
|
579
|
+
|
580
|
+
---
|
581
|
+
|
582
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
583
|
+
|
256
584
|
- **Operation**: [**create_cspm_aws_account**](docs/CspmRegistrationApi.md#create_cspm_aws_account)
|
257
585
|
- **POST**: /cloud-connect-cspm-aws/entities/account/v1
|
258
586
|
- **Description**: Creates a new account in our system for a customer and generates a script for them to run in their AWS cloud environment to grant us access.
|
@@ -269,6 +597,22 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
269
597
|
|
270
598
|
**Class**: `Falcon::CspmRegistrationApi`
|
271
599
|
|
600
|
+
- **Operation**: [**create_cspm_azure_management_group**](docs/CspmRegistrationApi.md#create_cspm_azure_management_group)
|
601
|
+
- **POST**: /cloud-connect-cspm-azure/entities/management-group/v1
|
602
|
+
- **Description**: Creates a new management group in our system for a customer.
|
603
|
+
|
604
|
+
---
|
605
|
+
|
606
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
607
|
+
|
608
|
+
- **Operation**: [**create_cspmgcp_account**](docs/CspmRegistrationApi.md#create_cspmgcp_account)
|
609
|
+
- **POST**: /cloud-connect-cspm-gcp/entities/account/v1
|
610
|
+
- **Description**: Creates a new account in our system for a customer and generates a new service account for them to add access to in their GCP environment to grant us access.
|
611
|
+
|
612
|
+
---
|
613
|
+
|
614
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
615
|
+
|
272
616
|
- **Operation**: [**delete_cspm_aws_account**](docs/CspmRegistrationApi.md#delete_cspm_aws_account)
|
273
617
|
- **DELETE**: /cloud-connect-cspm-aws/entities/account/v1
|
274
618
|
- **Description**: Deletes an existing AWS account or organization in our system.
|
@@ -285,6 +629,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
285
629
|
|
286
630
|
**Class**: `Falcon::CspmRegistrationApi`
|
287
631
|
|
632
|
+
- **Operation**: [**delete_cspmgcp_account**](docs/CspmRegistrationApi.md#delete_cspmgcp_account)
|
633
|
+
- **DELETE**: /cloud-connect-cspm-gcp/entities/account/v1
|
634
|
+
- **Description**: Deletes a GCP account from the system.
|
635
|
+
|
636
|
+
---
|
637
|
+
|
638
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
639
|
+
|
288
640
|
- **Operation**: [**get_behavior_detections**](docs/CspmRegistrationApi.md#get_behavior_detections)
|
289
641
|
- **GET**: /detects/entities/ioa/v1
|
290
642
|
- **Description**: Get list of detected behaviors
|
@@ -311,7 +663,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
311
663
|
|
312
664
|
- **Operation**: [**get_configuration_detections**](docs/CspmRegistrationApi.md#get_configuration_detections)
|
313
665
|
- **GET**: /detects/entities/iom/v1
|
314
|
-
- **Description**: Get list of active misconfigurations
|
666
|
+
- **Description**: Get list of active misconfigurations. This endpoint is deprecated, please use /queries/iom/v2 and /entities/iom/v2 instead
|
315
667
|
|
316
668
|
---
|
317
669
|
|
@@ -349,6 +701,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
349
701
|
|
350
702
|
**Class**: `Falcon::CspmRegistrationApi`
|
351
703
|
|
704
|
+
- **Operation**: [**get_cspm_azure_management_group**](docs/CspmRegistrationApi.md#get_cspm_azure_management_group)
|
705
|
+
- **GET**: /cloud-connect-cspm-azure/entities/management-group/v1
|
706
|
+
- **Description**: Return information about Azure management group registration
|
707
|
+
|
708
|
+
---
|
709
|
+
|
710
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
711
|
+
|
352
712
|
- **Operation**: [**get_cspm_azure_user_scripts_attachment**](docs/CspmRegistrationApi.md#get_cspm_azure_user_scripts_attachment)
|
353
713
|
- **GET**: /cloud-connect-cspm-azure/entities/user-scripts-download/v1
|
354
714
|
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their Azure environment as a downloadable attachment
|
@@ -389,6 +749,30 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
389
749
|
|
390
750
|
**Class**: `Falcon::CspmRegistrationApi`
|
391
751
|
|
752
|
+
- **Operation**: [**get_cspmcgp_account**](docs/CspmRegistrationApi.md#get_cspmcgp_account)
|
753
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/account/v1
|
754
|
+
- **Description**: Returns information about the current status of an GCP account.
|
755
|
+
|
756
|
+
---
|
757
|
+
|
758
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
759
|
+
|
760
|
+
- **Operation**: [**get_cspmgcp_service_accounts_ext**](docs/CspmRegistrationApi.md#get_cspmgcp_service_accounts_ext)
|
761
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/service-accounts/v1
|
762
|
+
- **Description**: Returns the service account id and client email for external clients.
|
763
|
+
|
764
|
+
---
|
765
|
+
|
766
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
767
|
+
|
768
|
+
- **Operation**: [**get_cspmgcp_user_scripts_attachment**](docs/CspmRegistrationApi.md#get_cspmgcp_user_scripts_attachment)
|
769
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/user-scripts-download/v1
|
770
|
+
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment as a downloadable attachment
|
771
|
+
|
772
|
+
---
|
773
|
+
|
774
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
775
|
+
|
392
776
|
- **Operation**: [**patch_cspm_aws_account**](docs/CspmRegistrationApi.md#patch_cspm_aws_account)
|
393
777
|
- **PATCH**: /cloud-connect-cspm-aws/entities/account/v1
|
394
778
|
- **Description**: Patches a existing account in our system for a customer.
|
@@ -397,6 +781,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
397
781
|
|
398
782
|
**Class**: `Falcon::CspmRegistrationApi`
|
399
783
|
|
784
|
+
- **Operation**: [**update_cspm_azure_account**](docs/CspmRegistrationApi.md#update_cspm_azure_account)
|
785
|
+
- **PATCH**: /cloud-connect-cspm-azure/entities/account/v1
|
786
|
+
- **Description**: Patches a existing account in our system for a customer.
|
787
|
+
|
788
|
+
---
|
789
|
+
|
790
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
791
|
+
|
400
792
|
- **Operation**: [**update_cspm_azure_account_client_id**](docs/CspmRegistrationApi.md#update_cspm_azure_account_client_id)
|
401
793
|
- **PATCH**: /cloud-connect-cspm-azure/entities/client-id/v1
|
402
794
|
- **Description**: Update an Azure service account in our system by with the user-created client_id created with the public key we've provided
|
@@ -427,6 +819,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
427
819
|
|
428
820
|
---
|
429
821
|
|
822
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
823
|
+
|
824
|
+
- **Operation**: [**update_cspmgcp_account**](docs/CspmRegistrationApi.md#update_cspmgcp_account)
|
825
|
+
- **PATCH**: /cloud-connect-cspm-gcp/entities/account/v1
|
826
|
+
- **Description**: Patches a existing account in our system for a customer.
|
827
|
+
|
828
|
+
---
|
829
|
+
|
430
830
|
**Class**: `Falcon::CustomIoaApi`
|
431
831
|
|
432
832
|
- **Operation**: [**create_rule**](docs/CustomIoaApi.md#create_rule)
|
@@ -579,6 +979,62 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
579
979
|
|
580
980
|
---
|
581
981
|
|
982
|
+
**Class**: `Falcon::CustomStorageApi`
|
983
|
+
|
984
|
+
- **Operation**: [**delete_object**](docs/CustomStorageApi.md#delete_object)
|
985
|
+
- **DELETE**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
986
|
+
- **Description**: Delete the specified object
|
987
|
+
|
988
|
+
---
|
989
|
+
|
990
|
+
**Class**: `Falcon::CustomStorageApi`
|
991
|
+
|
992
|
+
- **Operation**: [**get_object**](docs/CustomStorageApi.md#get_object)
|
993
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
994
|
+
- **Description**: Get the bytes for the specified object
|
995
|
+
|
996
|
+
---
|
997
|
+
|
998
|
+
**Class**: `Falcon::CustomStorageApi`
|
999
|
+
|
1000
|
+
- **Operation**: [**get_object_metadata**](docs/CustomStorageApi.md#get_object_metadata)
|
1001
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects/{object_key}/metadata
|
1002
|
+
- **Description**: Get the metadata for the specified object
|
1003
|
+
|
1004
|
+
---
|
1005
|
+
|
1006
|
+
**Class**: `Falcon::CustomStorageApi`
|
1007
|
+
|
1008
|
+
- **Operation**: [**list_objects**](docs/CustomStorageApi.md#list_objects)
|
1009
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects
|
1010
|
+
- **Description**: List the object keys in the specified collection in alphabetical order
|
1011
|
+
|
1012
|
+
---
|
1013
|
+
|
1014
|
+
**Class**: `Falcon::CustomStorageApi`
|
1015
|
+
|
1016
|
+
- **Operation**: [**put_object**](docs/CustomStorageApi.md#put_object)
|
1017
|
+
- **PUT**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
1018
|
+
- **Description**: Put the specified new object at the given key or overwrite an existing object at the given key
|
1019
|
+
|
1020
|
+
---
|
1021
|
+
|
1022
|
+
**Class**: `Falcon::CustomStorageApi`
|
1023
|
+
|
1024
|
+
- **Operation**: [**search_objects**](docs/CustomStorageApi.md#search_objects)
|
1025
|
+
- **POST**: /customobjects/v1/collections/{collection_name}/objects
|
1026
|
+
- **Description**: Search for objects that match the specified filter criteria (returns metadata, not actual objects)
|
1027
|
+
|
1028
|
+
---
|
1029
|
+
|
1030
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1031
|
+
|
1032
|
+
- **Operation**: [**connect_d4_cgcp_account**](docs/D4cRegistrationApi.md#connect_d4_cgcp_account)
|
1033
|
+
- **POST**: /cloud-connect-gcp/entities/account/v2
|
1034
|
+
- **Description**: Creates a new GCP account with newly-uploaded service account or connects with existing service account with only the following fields: parent_id, parent_type and service_account_id
|
1035
|
+
|
1036
|
+
---
|
1037
|
+
|
582
1038
|
**Class**: `Falcon::D4cRegistrationApi`
|
583
1039
|
|
584
1040
|
- **Operation**: [**create_d4_c_aws_account**](docs/D4cRegistrationApi.md#create_d4_c_aws_account)
|
@@ -613,6 +1069,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
613
1069
|
|
614
1070
|
**Class**: `Falcon::D4cRegistrationApi`
|
615
1071
|
|
1072
|
+
- **Operation**: [**delete_d4_cgcp_account**](docs/D4cRegistrationApi.md#delete_d4_cgcp_account)
|
1073
|
+
- **DELETE**: /cloud-connect-gcp/entities/account/v1
|
1074
|
+
- **Description**: Deletes a GCP account from the system.
|
1075
|
+
|
1076
|
+
---
|
1077
|
+
|
1078
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1079
|
+
|
616
1080
|
- **Operation**: [**discover_cloud_azure_download_certificate**](docs/D4cRegistrationApi.md#discover_cloud_azure_download_certificate)
|
617
1081
|
- **GET**: /cloud-connect-azure/entities/download-certificate/v1
|
618
1082
|
- **Description**: Returns JSON object(s) that contain the base64 encoded certificate for a service principal.
|
@@ -653,6 +1117,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
653
1117
|
|
654
1118
|
**Class**: `Falcon::D4cRegistrationApi`
|
655
1119
|
|
1120
|
+
- **Operation**: [**get_d4_cgcp_service_accounts_ext**](docs/D4cRegistrationApi.md#get_d4_cgcp_service_accounts_ext)
|
1121
|
+
- **GET**: /cloud-connect-gcp/entities/service-accounts/v1
|
1122
|
+
- **Description**: Returns the service account id and client email for external clients.
|
1123
|
+
|
1124
|
+
---
|
1125
|
+
|
1126
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1127
|
+
|
656
1128
|
- **Operation**: [**get_d4_cgcp_user_scripts**](docs/D4cRegistrationApi.md#get_d4_cgcp_user_scripts)
|
657
1129
|
- **GET**: /cloud-connect-gcp/entities/user-scripts/v1
|
658
1130
|
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment
|
@@ -661,6 +1133,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
661
1133
|
|
662
1134
|
**Class**: `Falcon::D4cRegistrationApi`
|
663
1135
|
|
1136
|
+
- **Operation**: [**get_d4_cgcp_user_scripts_attachment**](docs/D4cRegistrationApi.md#get_d4_cgcp_user_scripts_attachment)
|
1137
|
+
- **GET**: /cloud-connect-gcp/entities/user-scripts-download/v1
|
1138
|
+
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment as a downloadable attachment
|
1139
|
+
|
1140
|
+
---
|
1141
|
+
|
1142
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1143
|
+
|
664
1144
|
- **Operation**: [**get_discover_cloud_azure_account**](docs/D4cRegistrationApi.md#get_discover_cloud_azure_account)
|
665
1145
|
- **GET**: /cloud-connect-azure/entities/account/v1
|
666
1146
|
- **Description**: Return information about Azure account registration
|
@@ -915,6 +1395,46 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
915
1395
|
|
916
1396
|
---
|
917
1397
|
|
1398
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1399
|
+
|
1400
|
+
- **Operation**: [**get_drift_indicators_values_by_date**](docs/DriftIndicatorsApi.md#get_drift_indicators_values_by_date)
|
1401
|
+
- **GET**: /container-security/aggregates/drift-indicators/count-by-date/v1
|
1402
|
+
- **Description**: Returns the count of Drift Indicators by the date. by default it's for 7 days.
|
1403
|
+
|
1404
|
+
---
|
1405
|
+
|
1406
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1407
|
+
|
1408
|
+
- **Operation**: [**read_drift_indicator_entities**](docs/DriftIndicatorsApi.md#read_drift_indicator_entities)
|
1409
|
+
- **GET**: /container-security/entities/drift-indicators/v1
|
1410
|
+
- **Description**: Retrieve Drift Indicator entities identified by the provided IDs
|
1411
|
+
|
1412
|
+
---
|
1413
|
+
|
1414
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1415
|
+
|
1416
|
+
- **Operation**: [**read_drift_indicators_count**](docs/DriftIndicatorsApi.md#read_drift_indicators_count)
|
1417
|
+
- **GET**: /container-security/aggregates/drift-indicators/count/v1
|
1418
|
+
- **Description**: Returns the total count of Drift indicators over a time period
|
1419
|
+
|
1420
|
+
---
|
1421
|
+
|
1422
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1423
|
+
|
1424
|
+
- **Operation**: [**search_and_read_drift_indicator_entities**](docs/DriftIndicatorsApi.md#search_and_read_drift_indicator_entities)
|
1425
|
+
- **GET**: /container-security/combined/drift-indicators/v1
|
1426
|
+
- **Description**: Retrieve Drift Indicators by the provided search criteria
|
1427
|
+
|
1428
|
+
---
|
1429
|
+
|
1430
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1431
|
+
|
1432
|
+
- **Operation**: [**search_drift_indicators**](docs/DriftIndicatorsApi.md#search_drift_indicators)
|
1433
|
+
- **GET**: /container-security/queries/drift-indicators/v1
|
1434
|
+
- **Description**: Retrieve all drift indicators that match the given query
|
1435
|
+
|
1436
|
+
---
|
1437
|
+
|
918
1438
|
**Class**: `Falcon::EventSchemaApi`
|
919
1439
|
|
920
1440
|
- **Operation**: [**fdrschema_combined_event_get**](docs/EventSchemaApi.md#fdrschema_combined_event_get)
|
@@ -957,6 +1477,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
957
1477
|
|
958
1478
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
959
1479
|
|
1480
|
+
- **Operation**: [**aggregate_alerts**](docs/FalconCompleteDashboardApi.md#aggregate_alerts)
|
1481
|
+
- **POST**: /falcon-complete-dashboards/aggregates/alerts/GET/v1
|
1482
|
+
- **Description**: Retrieve aggregate alerts values based on the matched filter
|
1483
|
+
|
1484
|
+
---
|
1485
|
+
|
1486
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1487
|
+
|
960
1488
|
- **Operation**: [**aggregate_allow_list**](docs/FalconCompleteDashboardApi.md#aggregate_allow_list)
|
961
1489
|
- **POST**: /falcon-complete-dashboards/aggregates/allowlist/GET/v1
|
962
1490
|
- **Description**: Retrieve aggregate allowlist ticket values based on the matched filter
|
@@ -1005,6 +1533,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1005
1533
|
|
1006
1534
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1007
1535
|
|
1536
|
+
- **Operation**: [**aggregate_prevention_policy**](docs/FalconCompleteDashboardApi.md#aggregate_prevention_policy)
|
1537
|
+
- **POST**: /falcon-complete-dashboards/aggregates/prevention-policies/v1
|
1538
|
+
- **Description**: Retrieve prevention policies aggregate values based on the matched filter
|
1539
|
+
|
1540
|
+
---
|
1541
|
+
|
1542
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1543
|
+
|
1008
1544
|
- **Operation**: [**aggregate_remediations**](docs/FalconCompleteDashboardApi.md#aggregate_remediations)
|
1009
1545
|
- **POST**: /falcon-complete-dashboards/aggregates/remediations/GET/v1
|
1010
1546
|
- **Description**: Retrieve aggregate remediation ticket values based on the matched filter
|
@@ -1013,6 +1549,22 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1013
1549
|
|
1014
1550
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1015
1551
|
|
1552
|
+
- **Operation**: [**aggregate_sensor_update_policy**](docs/FalconCompleteDashboardApi.md#aggregate_sensor_update_policy)
|
1553
|
+
- **POST**: /falcon-complete-dashboards/aggregates/sensor-update-policies/v1
|
1554
|
+
- **Description**: Retrieve sensor update policies aggregate values
|
1555
|
+
|
1556
|
+
---
|
1557
|
+
|
1558
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1559
|
+
|
1560
|
+
- **Operation**: [**aggregate_total_device_counts**](docs/FalconCompleteDashboardApi.md#aggregate_total_device_counts)
|
1561
|
+
- **POST**: /falcon-complete-dashboards/aggregates/total-device-counts/v1
|
1562
|
+
- **Description**: Retrieve aggregate total host/devices based on the matched filter
|
1563
|
+
|
1564
|
+
---
|
1565
|
+
|
1566
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1567
|
+
|
1016
1568
|
- **Operation**: [**get_device_count_collection_queries_by_filter**](docs/FalconCompleteDashboardApi.md#get_device_count_collection_queries_by_filter)
|
1017
1569
|
- **GET**: /falcon-complete-dashboards/queries/devicecount-collections/v1
|
1018
1570
|
- **Description**: Retrieve device count collection Ids that match the provided FQL filter, criteria with scrolling enabled
|
@@ -1021,6 +1573,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1021
1573
|
|
1022
1574
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1023
1575
|
|
1576
|
+
- **Operation**: [**query_alert_ids_by_filter**](docs/FalconCompleteDashboardApi.md#query_alert_ids_by_filter)
|
1577
|
+
- **GET**: /falcon-complete-dashboards/queries/alerts/v1
|
1578
|
+
- **Description**: Retrieve Alerts Ids that match the provided FQL filter criteria with scrolling enabled
|
1579
|
+
|
1580
|
+
---
|
1581
|
+
|
1582
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1583
|
+
|
1024
1584
|
- **Operation**: [**query_allow_list_filter**](docs/FalconCompleteDashboardApi.md#query_allow_list_filter)
|
1025
1585
|
- **GET**: /falcon-complete-dashboards/queries/allowlist/v1
|
1026
1586
|
- **Description**: Retrieve allowlist tickets that match the provided filter criteria with scrolling enabled
|
@@ -1101,14 +1661,6 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1101
1661
|
|
1102
1662
|
**Class**: `Falcon::FalconContainerImageApi`
|
1103
1663
|
|
1104
|
-
- **Operation**: [**get_combined_images**](docs/FalconContainerImageApi.md#get_combined_images)
|
1105
|
-
- **GET**: /container-security/combined/image-assessment/images/v1
|
1106
|
-
- **Description**: Get image assessment results by providing an FQL filter and paging details
|
1107
|
-
|
1108
|
-
---
|
1109
|
-
|
1110
|
-
**Class**: `Falcon::FalconContainerImageApi`
|
1111
|
-
|
1112
1664
|
- **Operation**: [**read_registry_entities**](docs/FalconContainerImageApi.md#read_registry_entities)
|
1113
1665
|
- **GET**: /container-security/queries/registries/v1
|
1114
1666
|
- **Description**: Retrieve registry entities identified by the customer id
|
@@ -1269,6 +1821,70 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1269
1821
|
|
1270
1822
|
**Class**: `Falcon::FilevantageApi`
|
1271
1823
|
|
1824
|
+
- **Operation**: [**create_policies**](docs/FilevantageApi.md#create_policies)
|
1825
|
+
- **POST**: /filevantage/entities/policies/v1
|
1826
|
+
- **Description**: Creates a new policy of the specified type. New policies are always added at the end of the precedence list for the provided policy type.
|
1827
|
+
|
1828
|
+
---
|
1829
|
+
|
1830
|
+
**Class**: `Falcon::FilevantageApi`
|
1831
|
+
|
1832
|
+
- **Operation**: [**create_rule_groups**](docs/FilevantageApi.md#create_rule_groups)
|
1833
|
+
- **POST**: /filevantage/entities/rule-groups/v1
|
1834
|
+
- **Description**: Creates a new rule group of the specified type.
|
1835
|
+
|
1836
|
+
---
|
1837
|
+
|
1838
|
+
**Class**: `Falcon::FilevantageApi`
|
1839
|
+
|
1840
|
+
- **Operation**: [**create_rules**](docs/FilevantageApi.md#create_rules)
|
1841
|
+
- **POST**: /filevantage/entities/rule-groups-rules/v1
|
1842
|
+
- **Description**: Creates a new rule configuration within the specified rule group.
|
1843
|
+
|
1844
|
+
---
|
1845
|
+
|
1846
|
+
**Class**: `Falcon::FilevantageApi`
|
1847
|
+
|
1848
|
+
- **Operation**: [**create_scheduled_exclusions**](docs/FilevantageApi.md#create_scheduled_exclusions)
|
1849
|
+
- **POST**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1850
|
+
- **Description**: Creates a new scheduled exclusion configuration for the provided policy id.
|
1851
|
+
|
1852
|
+
---
|
1853
|
+
|
1854
|
+
**Class**: `Falcon::FilevantageApi`
|
1855
|
+
|
1856
|
+
- **Operation**: [**delete_policies**](docs/FilevantageApi.md#delete_policies)
|
1857
|
+
- **DELETE**: /filevantage/entities/policies/v1
|
1858
|
+
- **Description**: Deletes 1 or more policies.
|
1859
|
+
|
1860
|
+
---
|
1861
|
+
|
1862
|
+
**Class**: `Falcon::FilevantageApi`
|
1863
|
+
|
1864
|
+
- **Operation**: [**delete_rule_groups**](docs/FilevantageApi.md#delete_rule_groups)
|
1865
|
+
- **DELETE**: /filevantage/entities/rule-groups/v1
|
1866
|
+
- **Description**: Deletes 1 or more rule groups
|
1867
|
+
|
1868
|
+
---
|
1869
|
+
|
1870
|
+
**Class**: `Falcon::FilevantageApi`
|
1871
|
+
|
1872
|
+
- **Operation**: [**delete_rules**](docs/FilevantageApi.md#delete_rules)
|
1873
|
+
- **DELETE**: /filevantage/entities/rule-groups-rules/v1
|
1874
|
+
- **Description**: Deletes 1 or more rules from the specified rule group.
|
1875
|
+
|
1876
|
+
---
|
1877
|
+
|
1878
|
+
**Class**: `Falcon::FilevantageApi`
|
1879
|
+
|
1880
|
+
- **Operation**: [**delete_scheduled_exclusions**](docs/FilevantageApi.md#delete_scheduled_exclusions)
|
1881
|
+
- **DELETE**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1882
|
+
- **Description**: Deletes 1 or more scheduled exclusions from the provided policy id.
|
1883
|
+
|
1884
|
+
---
|
1885
|
+
|
1886
|
+
**Class**: `Falcon::FilevantageApi`
|
1887
|
+
|
1272
1888
|
- **Operation**: [**get_changes**](docs/FilevantageApi.md#get_changes)
|
1273
1889
|
- **GET**: /filevantage/entities/changes/v2
|
1274
1890
|
- **Description**: Retrieve information on changes
|
@@ -1277,9 +1893,137 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1277
1893
|
|
1278
1894
|
**Class**: `Falcon::FilevantageApi`
|
1279
1895
|
|
1896
|
+
- **Operation**: [**get_policies**](docs/FilevantageApi.md#get_policies)
|
1897
|
+
- **GET**: /filevantage/entities/policies/v1
|
1898
|
+
- **Description**: Retrieves the configuration for 1 or more policies.
|
1899
|
+
|
1900
|
+
---
|
1901
|
+
|
1902
|
+
**Class**: `Falcon::FilevantageApi`
|
1903
|
+
|
1904
|
+
- **Operation**: [**get_rule_groups**](docs/FilevantageApi.md#get_rule_groups)
|
1905
|
+
- **GET**: /filevantage/entities/rule-groups/v1
|
1906
|
+
- **Description**: Retrieves the rule group details for 1 or more rule groups.
|
1907
|
+
|
1908
|
+
---
|
1909
|
+
|
1910
|
+
**Class**: `Falcon::FilevantageApi`
|
1911
|
+
|
1912
|
+
- **Operation**: [**get_rules**](docs/FilevantageApi.md#get_rules)
|
1913
|
+
- **GET**: /filevantage/entities/rule-groups-rules/v1
|
1914
|
+
- **Description**: Retrieves the configuration for 1 or more rules.
|
1915
|
+
|
1916
|
+
---
|
1917
|
+
|
1918
|
+
**Class**: `Falcon::FilevantageApi`
|
1919
|
+
|
1920
|
+
- **Operation**: [**get_scheduled_exclusions**](docs/FilevantageApi.md#get_scheduled_exclusions)
|
1921
|
+
- **GET**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1922
|
+
- **Description**: Retrieves the configuration of 1 or more scheduled exclusions from the provided policy id.
|
1923
|
+
|
1924
|
+
---
|
1925
|
+
|
1926
|
+
**Class**: `Falcon::FilevantageApi`
|
1927
|
+
|
1928
|
+
- **Operation**: [**high_volume_query_changes**](docs/FilevantageApi.md#high_volume_query_changes)
|
1929
|
+
- **GET**: /filevantage/queries/changes/v3
|
1930
|
+
- **Description**: Returns 1 or more change ids
|
1931
|
+
|
1932
|
+
---
|
1933
|
+
|
1934
|
+
**Class**: `Falcon::FilevantageApi`
|
1935
|
+
|
1280
1936
|
- **Operation**: [**query_changes**](docs/FilevantageApi.md#query_changes)
|
1281
1937
|
- **GET**: /filevantage/queries/changes/v2
|
1282
|
-
- **Description**: Returns
|
1938
|
+
- **Description**: Returns 1 or more change ids
|
1939
|
+
|
1940
|
+
---
|
1941
|
+
|
1942
|
+
**Class**: `Falcon::FilevantageApi`
|
1943
|
+
|
1944
|
+
- **Operation**: [**query_policies**](docs/FilevantageApi.md#query_policies)
|
1945
|
+
- **GET**: /filevantage/queries/policies/v1
|
1946
|
+
- **Description**: Retrieve the ids of all policies that are assigned the provided policy type.
|
1947
|
+
|
1948
|
+
---
|
1949
|
+
|
1950
|
+
**Class**: `Falcon::FilevantageApi`
|
1951
|
+
|
1952
|
+
- **Operation**: [**query_rule_groups**](docs/FilevantageApi.md#query_rule_groups)
|
1953
|
+
- **GET**: /filevantage/queries/rule-groups/v1
|
1954
|
+
- **Description**: Retrieve the ids of all rule groups that are of the provided rule group type.
|
1955
|
+
|
1956
|
+
---
|
1957
|
+
|
1958
|
+
**Class**: `Falcon::FilevantageApi`
|
1959
|
+
|
1960
|
+
- **Operation**: [**query_scheduled_exclusions**](docs/FilevantageApi.md#query_scheduled_exclusions)
|
1961
|
+
- **GET**: /filevantage/queries/policy-scheduled-exclusions/v1
|
1962
|
+
- **Description**: Retrieve the ids of all scheduled exclusions contained within the provided policy id.
|
1963
|
+
|
1964
|
+
---
|
1965
|
+
|
1966
|
+
**Class**: `Falcon::FilevantageApi`
|
1967
|
+
|
1968
|
+
- **Operation**: [**update_policies**](docs/FilevantageApi.md#update_policies)
|
1969
|
+
- **PATCH**: /filevantage/entities/policies/v1
|
1970
|
+
- **Description**: Updates the general information of the provided policy.
|
1971
|
+
|
1972
|
+
---
|
1973
|
+
|
1974
|
+
**Class**: `Falcon::FilevantageApi`
|
1975
|
+
|
1976
|
+
- **Operation**: [**update_policy_host_groups**](docs/FilevantageApi.md#update_policy_host_groups)
|
1977
|
+
- **PATCH**: /filevantage/entities/policies-host-groups/v1
|
1978
|
+
- **Description**: Manage host groups assigned to a policy.
|
1979
|
+
|
1980
|
+
---
|
1981
|
+
|
1982
|
+
**Class**: `Falcon::FilevantageApi`
|
1983
|
+
|
1984
|
+
- **Operation**: [**update_policy_precedence**](docs/FilevantageApi.md#update_policy_precedence)
|
1985
|
+
- **PATCH**: /filevantage/entities/policies-precedence/v1
|
1986
|
+
- **Description**: Updates the policy precedence for all policies of a specific type.
|
1987
|
+
|
1988
|
+
---
|
1989
|
+
|
1990
|
+
**Class**: `Falcon::FilevantageApi`
|
1991
|
+
|
1992
|
+
- **Operation**: [**update_policy_rule_groups**](docs/FilevantageApi.md#update_policy_rule_groups)
|
1993
|
+
- **PATCH**: /filevantage/entities/policies-rule-groups/v1
|
1994
|
+
- **Description**: Manage the rule groups assigned to the policy or set the rule group precedence for all rule groups within the policy.
|
1995
|
+
|
1996
|
+
---
|
1997
|
+
|
1998
|
+
**Class**: `Falcon::FilevantageApi`
|
1999
|
+
|
2000
|
+
- **Operation**: [**update_rule_group_precedence**](docs/FilevantageApi.md#update_rule_group_precedence)
|
2001
|
+
- **PATCH**: /filevantage/entities/rule-groups-rule-precedence/v1
|
2002
|
+
- **Description**: Updates the rule precedence for all rules in the identified rule group.
|
2003
|
+
|
2004
|
+
---
|
2005
|
+
|
2006
|
+
**Class**: `Falcon::FilevantageApi`
|
2007
|
+
|
2008
|
+
- **Operation**: [**update_rule_groups**](docs/FilevantageApi.md#update_rule_groups)
|
2009
|
+
- **PATCH**: /filevantage/entities/rule-groups/v1
|
2010
|
+
- **Description**: Updates the provided rule group.
|
2011
|
+
|
2012
|
+
---
|
2013
|
+
|
2014
|
+
**Class**: `Falcon::FilevantageApi`
|
2015
|
+
|
2016
|
+
- **Operation**: [**update_rules**](docs/FilevantageApi.md#update_rules)
|
2017
|
+
- **PATCH**: /filevantage/entities/rule-groups-rules/v1
|
2018
|
+
- **Description**: Updates the provided rule configuration within the specified rule group.
|
2019
|
+
|
2020
|
+
---
|
2021
|
+
|
2022
|
+
**Class**: `Falcon::FilevantageApi`
|
2023
|
+
|
2024
|
+
- **Operation**: [**update_scheduled_exclusions**](docs/FilevantageApi.md#update_scheduled_exclusions)
|
2025
|
+
- **PATCH**: /filevantage/entities/policy-scheduled-exclusions/v1
|
2026
|
+
- **Description**: Updates the provided scheduled exclusion configuration within the provided policy.
|
1283
2027
|
|
1284
2028
|
---
|
1285
2029
|
|
@@ -1627,6 +2371,110 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1627
2371
|
|
1628
2372
|
---
|
1629
2373
|
|
2374
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2375
|
+
|
2376
|
+
- **Operation**: [**create_saved_searches_dynamic_execute_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_dynamic_execute_alt_v1)
|
2377
|
+
- **POST**: /loggingapi/entities/saved-searches-dynamic-execute/v1
|
2378
|
+
- **Description**: Execute a dynamic saved search
|
2379
|
+
|
2380
|
+
---
|
2381
|
+
|
2382
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2383
|
+
|
2384
|
+
- **Operation**: [**create_saved_searches_dynamic_execute_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_dynamic_execute_v1)
|
2385
|
+
- **POST**: /loggingapi/entities/saved-searches/execute-dynamic/v1
|
2386
|
+
- **Description**: Execute a dynamic saved search
|
2387
|
+
|
2388
|
+
---
|
2389
|
+
|
2390
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2391
|
+
|
2392
|
+
- **Operation**: [**create_saved_searches_execute_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_execute_alt_v1)
|
2393
|
+
- **POST**: /loggingapi/entities/saved-searches-execute/v1
|
2394
|
+
- **Description**: Execute a saved search
|
2395
|
+
|
2396
|
+
---
|
2397
|
+
|
2398
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2399
|
+
|
2400
|
+
- **Operation**: [**create_saved_searches_execute_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_execute_v1)
|
2401
|
+
- **POST**: /loggingapi/entities/saved-searches/execute/v1
|
2402
|
+
- **Description**: Execute a saved search
|
2403
|
+
|
2404
|
+
---
|
2405
|
+
|
2406
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2407
|
+
|
2408
|
+
- **Operation**: [**create_saved_searches_ingest_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_ingest_alt_v1)
|
2409
|
+
- **POST**: /loggingapi/entities/saved-searches-ingest/v1
|
2410
|
+
- **Description**: Populate a saved search
|
2411
|
+
|
2412
|
+
---
|
2413
|
+
|
2414
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2415
|
+
|
2416
|
+
- **Operation**: [**create_saved_searches_ingest_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_ingest_v1)
|
2417
|
+
- **POST**: /loggingapi/entities/saved-searches/ingest/v1
|
2418
|
+
- **Description**: Populate a saved search
|
2419
|
+
|
2420
|
+
---
|
2421
|
+
|
2422
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2423
|
+
|
2424
|
+
- **Operation**: [**get_saved_searches_execute_alt_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_execute_alt_v1)
|
2425
|
+
- **GET**: /loggingapi/entities/saved-searches-execute/v1
|
2426
|
+
- **Description**: Get the results of a saved search
|
2427
|
+
|
2428
|
+
---
|
2429
|
+
|
2430
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2431
|
+
|
2432
|
+
- **Operation**: [**get_saved_searches_execute_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_execute_v1)
|
2433
|
+
- **GET**: /loggingapi/entities/saved-searches/execute/v1
|
2434
|
+
- **Description**: Get the results of a saved search
|
2435
|
+
|
2436
|
+
---
|
2437
|
+
|
2438
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2439
|
+
|
2440
|
+
- **Operation**: [**get_saved_searches_job_results_download_alt_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_job_results_download_alt_v1)
|
2441
|
+
- **GET**: /loggingapi/entities/saved-searches-job-results-download/v1
|
2442
|
+
- **Description**: Get the results of a saved search as a file
|
2443
|
+
|
2444
|
+
---
|
2445
|
+
|
2446
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2447
|
+
|
2448
|
+
- **Operation**: [**get_saved_searches_job_results_download_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_job_results_download_v1)
|
2449
|
+
- **GET**: /loggingapi/entities/saved-searches/job-results-download/v1
|
2450
|
+
- **Description**: Get the results of a saved search as a file
|
2451
|
+
|
2452
|
+
---
|
2453
|
+
|
2454
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2455
|
+
|
2456
|
+
- **Operation**: [**ingest_data_v1**](docs/FoundryLogscaleApi.md#ingest_data_v1)
|
2457
|
+
- **POST**: /loggingapi/entities/data-ingestion/ingest/v1
|
2458
|
+
- **Description**: Ingest data into the application repository
|
2459
|
+
|
2460
|
+
---
|
2461
|
+
|
2462
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2463
|
+
|
2464
|
+
- **Operation**: [**list_repos_v1**](docs/FoundryLogscaleApi.md#list_repos_v1)
|
2465
|
+
- **GET**: /loggingapi/combined/repos/v1
|
2466
|
+
- **Description**: Lists available repositories and views
|
2467
|
+
|
2468
|
+
---
|
2469
|
+
|
2470
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2471
|
+
|
2472
|
+
- **Operation**: [**list_view_v1**](docs/FoundryLogscaleApi.md#list_view_v1)
|
2473
|
+
- **GET**: /loggingapi/entities/views/v1
|
2474
|
+
- **Description**: List views
|
2475
|
+
|
2476
|
+
---
|
2477
|
+
|
1630
2478
|
**Class**: `Falcon::HostGroupApi`
|
1631
2479
|
|
1632
2480
|
- **Operation**: [**create_host_groups**](docs/HostGroupApi.md#create_host_groups)
|
@@ -1703,15 +2551,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1703
2551
|
|
1704
2552
|
- **Operation**: [**entities_perform_action**](docs/HostsApi.md#entities_perform_action)
|
1705
2553
|
- **POST**: /devices/entities/group-actions/v1
|
1706
|
-
- **Description**: Performs the specified action on the provided
|
1707
|
-
|
1708
|
-
---
|
1709
|
-
|
1710
|
-
**Class**: `Falcon::HostsApi`
|
1711
|
-
|
1712
|
-
- **Operation**: [**get_device_details**](docs/HostsApi.md#get_device_details)
|
1713
|
-
- **GET**: /devices/entities/devices/v1
|
1714
|
-
- **Description**: Deprecated: Please use new GET or POST /devices/entities/devices/v2 endpoints. This endpoint will be removed on or sometime after February 9, 2023. Get details on one or more hosts by providing agent IDs (AID). You can get a host's agent IDs (AIDs) from the /devices/queries/devices/v1 endpoint, the Falcon console or the Streaming API
|
2554
|
+
- **Description**: Performs the specified action on the provided group IDs.
|
1715
2555
|
|
1716
2556
|
---
|
1717
2557
|
|
@@ -1757,6 +2597,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1757
2597
|
|
1758
2598
|
**Class**: `Falcon::HostsApi`
|
1759
2599
|
|
2600
|
+
- **Operation**: [**query_device_login_history_v2**](docs/HostsApi.md#query_device_login_history_v2)
|
2601
|
+
- **POST**: /devices/combined/devices/login-history/v2
|
2602
|
+
- **Description**: Retrieve details about recent interactive login sessions for a set of devices powered by the Host Timeline. A max of 10 device ids can be specified
|
2603
|
+
|
2604
|
+
---
|
2605
|
+
|
2606
|
+
**Class**: `Falcon::HostsApi`
|
2607
|
+
|
1760
2608
|
- **Operation**: [**query_devices_by_filter**](docs/HostsApi.md#query_devices_by_filter)
|
1761
2609
|
- **GET**: /devices/queries/devices/v1
|
1762
2610
|
- **Description**: Search for hosts in your environment by platform, hostname, IP, and other criteria.
|
@@ -1827,27 +2675,115 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1827
2675
|
|
1828
2676
|
---
|
1829
2677
|
|
1830
|
-
**Class**: `Falcon::
|
2678
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
1831
2679
|
|
1832
|
-
- **Operation**: [**
|
1833
|
-
- **
|
1834
|
-
- **Description**:
|
2680
|
+
- **Operation**: [**create_policies**](docs/ImageAssessmentPoliciesApi.md#create_policies)
|
2681
|
+
- **POST**: /container-security/entities/image-assessment-policies/v1
|
2682
|
+
- **Description**: Create Image Assessment policies
|
1835
2683
|
|
1836
2684
|
---
|
1837
2685
|
|
1838
|
-
**Class**: `Falcon::
|
2686
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
1839
2687
|
|
1840
|
-
- **Operation**: [**
|
1841
|
-
- **POST**: /
|
1842
|
-
- **Description**:
|
2688
|
+
- **Operation**: [**create_policy_groups**](docs/ImageAssessmentPoliciesApi.md#create_policy_groups)
|
2689
|
+
- **POST**: /container-security/entities/image-assessment-policy-groups/v1
|
2690
|
+
- **Description**: Create Image Assessment Policy Group entities
|
1843
2691
|
|
1844
2692
|
---
|
1845
2693
|
|
1846
|
-
**Class**: `Falcon::
|
2694
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
1847
2695
|
|
1848
|
-
- **Operation**: [**
|
1849
|
-
- **
|
1850
|
-
- **Description**:
|
2696
|
+
- **Operation**: [**delete_policy**](docs/ImageAssessmentPoliciesApi.md#delete_policy)
|
2697
|
+
- **DELETE**: /container-security/entities/image-assessment-policies/v1
|
2698
|
+
- **Description**: Delete Image Assessment Policy by policy UUID
|
2699
|
+
|
2700
|
+
---
|
2701
|
+
|
2702
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2703
|
+
|
2704
|
+
- **Operation**: [**delete_policy_group**](docs/ImageAssessmentPoliciesApi.md#delete_policy_group)
|
2705
|
+
- **DELETE**: /container-security/entities/image-assessment-policy-groups/v1
|
2706
|
+
- **Description**: Delete Image Assessment Policy Group entities
|
2707
|
+
|
2708
|
+
---
|
2709
|
+
|
2710
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2711
|
+
|
2712
|
+
- **Operation**: [**read_policies**](docs/ImageAssessmentPoliciesApi.md#read_policies)
|
2713
|
+
- **GET**: /container-security/entities/image-assessment-policies/v1
|
2714
|
+
- **Description**: Get all Image Assessment policies
|
2715
|
+
|
2716
|
+
---
|
2717
|
+
|
2718
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2719
|
+
|
2720
|
+
- **Operation**: [**read_policy_exclusions**](docs/ImageAssessmentPoliciesApi.md#read_policy_exclusions)
|
2721
|
+
- **GET**: /container-security/entities/image-assessment-policy-exclusions/v1
|
2722
|
+
- **Description**: Retrieve Image Assessment Policy Exclusion entities
|
2723
|
+
|
2724
|
+
---
|
2725
|
+
|
2726
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2727
|
+
|
2728
|
+
- **Operation**: [**read_policy_groups**](docs/ImageAssessmentPoliciesApi.md#read_policy_groups)
|
2729
|
+
- **GET**: /container-security/entities/image-assessment-policy-groups/v1
|
2730
|
+
- **Description**: Retrieve Image Assessment Policy Group entities
|
2731
|
+
|
2732
|
+
---
|
2733
|
+
|
2734
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2735
|
+
|
2736
|
+
- **Operation**: [**update_policies**](docs/ImageAssessmentPoliciesApi.md#update_policies)
|
2737
|
+
- **PATCH**: /container-security/entities/image-assessment-policies/v1
|
2738
|
+
- **Description**: Update Image Assessment Policy entities
|
2739
|
+
|
2740
|
+
---
|
2741
|
+
|
2742
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2743
|
+
|
2744
|
+
- **Operation**: [**update_policy_exclusions**](docs/ImageAssessmentPoliciesApi.md#update_policy_exclusions)
|
2745
|
+
- **POST**: /container-security/entities/image-assessment-policy-exclusions/v1
|
2746
|
+
- **Description**: Update Image Assessment Policy Exclusion entities
|
2747
|
+
|
2748
|
+
---
|
2749
|
+
|
2750
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2751
|
+
|
2752
|
+
- **Operation**: [**update_policy_groups**](docs/ImageAssessmentPoliciesApi.md#update_policy_groups)
|
2753
|
+
- **PATCH**: /container-security/entities/image-assessment-policy-groups/v1
|
2754
|
+
- **Description**: Update Image Assessment Policy Group entities
|
2755
|
+
|
2756
|
+
---
|
2757
|
+
|
2758
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2759
|
+
|
2760
|
+
- **Operation**: [**update_policy_precedence**](docs/ImageAssessmentPoliciesApi.md#update_policy_precedence)
|
2761
|
+
- **POST**: /container-security/entities/image-assessment-policy-precedence/v1
|
2762
|
+
- **Description**: Update Image Assessment Policy precedence
|
2763
|
+
|
2764
|
+
---
|
2765
|
+
|
2766
|
+
**Class**: `Falcon::IncidentsApi`
|
2767
|
+
|
2768
|
+
- **Operation**: [**crowd_score**](docs/IncidentsApi.md#crowd_score)
|
2769
|
+
- **GET**: /incidents/combined/crowdscores/v1
|
2770
|
+
- **Description**: Query environment wide CrowdScore and return the entity data
|
2771
|
+
|
2772
|
+
---
|
2773
|
+
|
2774
|
+
**Class**: `Falcon::IncidentsApi`
|
2775
|
+
|
2776
|
+
- **Operation**: [**get_behaviors**](docs/IncidentsApi.md#get_behaviors)
|
2777
|
+
- **POST**: /incidents/entities/behaviors/GET/v1
|
2778
|
+
- **Description**: Get details on behaviors by providing behavior IDs
|
2779
|
+
|
2780
|
+
---
|
2781
|
+
|
2782
|
+
**Class**: `Falcon::IncidentsApi`
|
2783
|
+
|
2784
|
+
- **Operation**: [**get_incidents**](docs/IncidentsApi.md#get_incidents)
|
2785
|
+
- **POST**: /incidents/entities/incidents/GET/v1
|
2786
|
+
- **Description**: Get details on incidents by providing incident IDs
|
1851
2787
|
|
1852
2788
|
---
|
1853
2789
|
|
@@ -2099,14 +3035,6 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2099
3035
|
|
2100
3036
|
---
|
2101
3037
|
|
2102
|
-
**Class**: `Falcon::InventoriesApi`
|
2103
|
-
|
2104
|
-
- **Operation**: [**create_inventory**](docs/InventoriesApi.md#create_inventory)
|
2105
|
-
- **POST**: /snapshots/entities/inventories/v1
|
2106
|
-
- **Description**: Create inventory from data received from snapshot
|
2107
|
-
|
2108
|
-
---
|
2109
|
-
|
2110
3038
|
**Class**: `Falcon::IoaExclusionsApi`
|
2111
3039
|
|
2112
3040
|
- **Operation**: [**create_ioa_exclusions_v1**](docs/IoaExclusionsApi.md#create_ioa_exclusions_v1)
|
@@ -2147,267 +3075,619 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2147
3075
|
|
2148
3076
|
---
|
2149
3077
|
|
2150
|
-
**Class**: `Falcon::IocApi`
|
3078
|
+
**Class**: `Falcon::IocApi`
|
3079
|
+
|
3080
|
+
- **Operation**: [**action_get_v1**](docs/IocApi.md#action_get_v1)
|
3081
|
+
- **GET**: /iocs/entities/actions/v1
|
3082
|
+
- **Description**: Get Actions by ids.
|
3083
|
+
|
3084
|
+
---
|
3085
|
+
|
3086
|
+
**Class**: `Falcon::IocApi`
|
3087
|
+
|
3088
|
+
- **Operation**: [**action_query_v1**](docs/IocApi.md#action_query_v1)
|
3089
|
+
- **GET**: /iocs/queries/actions/v1
|
3090
|
+
- **Description**: Query Actions.
|
3091
|
+
|
3092
|
+
---
|
3093
|
+
|
3094
|
+
**Class**: `Falcon::IocApi`
|
3095
|
+
|
3096
|
+
- **Operation**: [**get_indicators_report**](docs/IocApi.md#get_indicators_report)
|
3097
|
+
- **POST**: /iocs/entities/indicators-reports/v1
|
3098
|
+
- **Description**: Launch an indicators report creation job
|
3099
|
+
|
3100
|
+
---
|
3101
|
+
|
3102
|
+
**Class**: `Falcon::IocApi`
|
3103
|
+
|
3104
|
+
- **Operation**: [**indicator_aggregate_v1**](docs/IocApi.md#indicator_aggregate_v1)
|
3105
|
+
- **POST**: /iocs/aggregates/indicators/v1
|
3106
|
+
- **Description**: Get Indicators aggregates as specified via json in the request body.
|
3107
|
+
|
3108
|
+
---
|
3109
|
+
|
3110
|
+
**Class**: `Falcon::IocApi`
|
3111
|
+
|
3112
|
+
- **Operation**: [**indicator_combined_v1**](docs/IocApi.md#indicator_combined_v1)
|
3113
|
+
- **GET**: /iocs/combined/indicator/v1
|
3114
|
+
- **Description**: Get Combined for Indicators.
|
3115
|
+
|
3116
|
+
---
|
3117
|
+
|
3118
|
+
**Class**: `Falcon::IocApi`
|
3119
|
+
|
3120
|
+
- **Operation**: [**indicator_create_v1**](docs/IocApi.md#indicator_create_v1)
|
3121
|
+
- **POST**: /iocs/entities/indicators/v1
|
3122
|
+
- **Description**: Create Indicators.
|
3123
|
+
|
3124
|
+
---
|
3125
|
+
|
3126
|
+
**Class**: `Falcon::IocApi`
|
3127
|
+
|
3128
|
+
- **Operation**: [**indicator_delete_v1**](docs/IocApi.md#indicator_delete_v1)
|
3129
|
+
- **DELETE**: /iocs/entities/indicators/v1
|
3130
|
+
- **Description**: Delete Indicators by ids.
|
3131
|
+
|
3132
|
+
---
|
3133
|
+
|
3134
|
+
**Class**: `Falcon::IocApi`
|
3135
|
+
|
3136
|
+
- **Operation**: [**indicator_get_device_count_v1**](docs/IocApi.md#indicator_get_device_count_v1)
|
3137
|
+
- **GET**: /iocs/aggregates/indicators/device-count/v1
|
3138
|
+
- **Description**: Get the number of devices the indicator has run on
|
3139
|
+
|
3140
|
+
---
|
3141
|
+
|
3142
|
+
**Class**: `Falcon::IocApi`
|
3143
|
+
|
3144
|
+
- **Operation**: [**indicator_get_devices_ran_on_v1**](docs/IocApi.md#indicator_get_devices_ran_on_v1)
|
3145
|
+
- **GET**: /iocs/queries/indicators/devices/v1
|
3146
|
+
- **Description**: Get the IDs of devices the indicator has run on
|
3147
|
+
|
3148
|
+
---
|
3149
|
+
|
3150
|
+
**Class**: `Falcon::IocApi`
|
3151
|
+
|
3152
|
+
- **Operation**: [**indicator_get_processes_ran_on_v1**](docs/IocApi.md#indicator_get_processes_ran_on_v1)
|
3153
|
+
- **GET**: /iocs/queries/indicators/processes/v1
|
3154
|
+
- **Description**: Get the number of processes the indicator has run on
|
3155
|
+
|
3156
|
+
---
|
3157
|
+
|
3158
|
+
**Class**: `Falcon::IocApi`
|
3159
|
+
|
3160
|
+
- **Operation**: [**indicator_get_v1**](docs/IocApi.md#indicator_get_v1)
|
3161
|
+
- **GET**: /iocs/entities/indicators/v1
|
3162
|
+
- **Description**: Get Indicators by ids.
|
3163
|
+
|
3164
|
+
---
|
3165
|
+
|
3166
|
+
**Class**: `Falcon::IocApi`
|
3167
|
+
|
3168
|
+
- **Operation**: [**indicator_search_v1**](docs/IocApi.md#indicator_search_v1)
|
3169
|
+
- **GET**: /iocs/queries/indicators/v1
|
3170
|
+
- **Description**: Search for Indicators.
|
3171
|
+
|
3172
|
+
---
|
3173
|
+
|
3174
|
+
**Class**: `Falcon::IocApi`
|
3175
|
+
|
3176
|
+
- **Operation**: [**indicator_update_v1**](docs/IocApi.md#indicator_update_v1)
|
3177
|
+
- **PATCH**: /iocs/entities/indicators/v1
|
3178
|
+
- **Description**: Update Indicators.
|
3179
|
+
|
3180
|
+
---
|
3181
|
+
|
3182
|
+
**Class**: `Falcon::IocApi`
|
3183
|
+
|
3184
|
+
- **Operation**: [**ioc_type_query_v1**](docs/IocApi.md#ioc_type_query_v1)
|
3185
|
+
- **GET**: /iocs/queries/ioc-types/v1
|
3186
|
+
- **Description**: Query IOC Types.
|
3187
|
+
|
3188
|
+
---
|
3189
|
+
|
3190
|
+
**Class**: `Falcon::IocApi`
|
3191
|
+
|
3192
|
+
- **Operation**: [**platform_query_v1**](docs/IocApi.md#platform_query_v1)
|
3193
|
+
- **GET**: /iocs/queries/platforms/v1
|
3194
|
+
- **Description**: Query Platforms.
|
3195
|
+
|
3196
|
+
---
|
3197
|
+
|
3198
|
+
**Class**: `Falcon::IocApi`
|
3199
|
+
|
3200
|
+
- **Operation**: [**severity_query_v1**](docs/IocApi.md#severity_query_v1)
|
3201
|
+
- **GET**: /iocs/queries/severities/v1
|
3202
|
+
- **Description**: Query Severities.
|
3203
|
+
|
3204
|
+
---
|
3205
|
+
|
3206
|
+
**Class**: `Falcon::IocsApi`
|
3207
|
+
|
3208
|
+
- **Operation**: [**devices_count**](docs/IocsApi.md#devices_count)
|
3209
|
+
- **GET**: /indicators/aggregates/devices-count/v1
|
3210
|
+
- **Description**: Number of hosts in your customer account that have observed a given custom IOC
|
3211
|
+
|
3212
|
+
---
|
3213
|
+
|
3214
|
+
**Class**: `Falcon::IocsApi`
|
3215
|
+
|
3216
|
+
- **Operation**: [**devices_ran_on**](docs/IocsApi.md#devices_ran_on)
|
3217
|
+
- **GET**: /indicators/queries/devices/v1
|
3218
|
+
- **Description**: Find hosts that have observed a given custom IOC. For details about those hosts, use GET /devices/entities/devices/v1
|
3219
|
+
|
3220
|
+
---
|
3221
|
+
|
3222
|
+
**Class**: `Falcon::IocsApi`
|
3223
|
+
|
3224
|
+
- **Operation**: [**entities_processes**](docs/IocsApi.md#entities_processes)
|
3225
|
+
- **GET**: /processes/entities/processes/v1
|
3226
|
+
- **Description**: For the provided ProcessID retrieve the process details
|
3227
|
+
|
3228
|
+
---
|
3229
|
+
|
3230
|
+
**Class**: `Falcon::IocsApi`
|
3231
|
+
|
3232
|
+
- **Operation**: [**processes_ran_on**](docs/IocsApi.md#processes_ran_on)
|
3233
|
+
- **GET**: /indicators/queries/processes/v1
|
3234
|
+
- **Description**: Search for processes associated with a custom IOC
|
3235
|
+
|
3236
|
+
---
|
3237
|
+
|
3238
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3239
|
+
|
3240
|
+
- **Operation**: [**create_aws_account**](docs/KubernetesProtectionApi.md#create_aws_account)
|
3241
|
+
- **POST**: /kubernetes-protection/entities/accounts/aws/v1
|
3242
|
+
- **Description**: Creates a new AWS account in our system for a customer and generates the installation script
|
3243
|
+
|
3244
|
+
---
|
3245
|
+
|
3246
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3247
|
+
|
3248
|
+
- **Operation**: [**create_azure_subscription**](docs/KubernetesProtectionApi.md#create_azure_subscription)
|
3249
|
+
- **POST**: /kubernetes-protection/entities/accounts/azure/v1
|
3250
|
+
- **Description**: Creates a new Azure Subscription in our system
|
3251
|
+
|
3252
|
+
---
|
3253
|
+
|
3254
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3255
|
+
|
3256
|
+
- **Operation**: [**delete_aws_accounts_mixin0**](docs/KubernetesProtectionApi.md#delete_aws_accounts_mixin0)
|
3257
|
+
- **DELETE**: /kubernetes-protection/entities/accounts/aws/v1
|
3258
|
+
- **Description**: Delete AWS accounts.
|
3259
|
+
|
3260
|
+
---
|
3261
|
+
|
3262
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3263
|
+
|
3264
|
+
- **Operation**: [**delete_azure_subscription**](docs/KubernetesProtectionApi.md#delete_azure_subscription)
|
3265
|
+
- **DELETE**: /kubernetes-protection/entities/accounts/azure/v1
|
3266
|
+
- **Description**: Deletes a new Azure Subscription in our system
|
3267
|
+
|
3268
|
+
---
|
3269
|
+
|
3270
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3271
|
+
|
3272
|
+
- **Operation**: [**find_containers_by_container_run_time_version**](docs/KubernetesProtectionApi.md#find_containers_by_container_run_time_version)
|
3273
|
+
- **GET**: /container-security/aggregates/containers/find-by-runtimeversion/v1
|
3274
|
+
- **Description**: Retrieve containers by container_runtime_version
|
3275
|
+
|
3276
|
+
---
|
3277
|
+
|
3278
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3279
|
+
|
3280
|
+
- **Operation**: [**find_containers_count_affected_by_zero_day_vulnerabilities**](docs/KubernetesProtectionApi.md#find_containers_count_affected_by_zero_day_vulnerabilities)
|
3281
|
+
- **GET**: /container-security/aggregates/containers/count-by-zero-day/v1
|
3282
|
+
- **Description**: Retrieve containers count affected by zero day vulnerabilities
|
3283
|
+
|
3284
|
+
---
|
3285
|
+
|
3286
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3287
|
+
|
3288
|
+
- **Operation**: [**get_aws_accounts_mixin0**](docs/KubernetesProtectionApi.md#get_aws_accounts_mixin0)
|
3289
|
+
- **GET**: /kubernetes-protection/entities/accounts/aws/v1
|
3290
|
+
- **Description**: Provides a list of AWS accounts.
|
3291
|
+
|
3292
|
+
---
|
3293
|
+
|
3294
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3295
|
+
|
3296
|
+
- **Operation**: [**get_azure_install_script**](docs/KubernetesProtectionApi.md#get_azure_install_script)
|
3297
|
+
- **GET**: /kubernetes-protection/entities/user-script/azure/v1
|
3298
|
+
- **Description**: Provides the script to run for a given tenant id and subscription IDs
|
3299
|
+
|
3300
|
+
---
|
3301
|
+
|
3302
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3303
|
+
|
3304
|
+
- **Operation**: [**get_azure_tenant_config**](docs/KubernetesProtectionApi.md#get_azure_tenant_config)
|
3305
|
+
- **GET**: /kubernetes-protection/entities/config/azure/v1
|
3306
|
+
- **Description**: Gets the Azure tenant Config
|
3307
|
+
|
3308
|
+
---
|
3309
|
+
|
3310
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3311
|
+
|
3312
|
+
- **Operation**: [**get_azure_tenant_ids**](docs/KubernetesProtectionApi.md#get_azure_tenant_ids)
|
3313
|
+
- **GET**: /kubernetes-protection/entities/tenants/azure/v1
|
3314
|
+
- **Description**: Provides all the azure subscriptions and tenants
|
3315
|
+
|
3316
|
+
---
|
3317
|
+
|
3318
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3319
|
+
|
3320
|
+
- **Operation**: [**get_clusters**](docs/KubernetesProtectionApi.md#get_clusters)
|
3321
|
+
- **GET**: /kubernetes-protection/entities/kubernetes/clusters/v1
|
3322
|
+
- **Description**: Provides the clusters acknowledged by the Kubernetes Protection service
|
3323
|
+
|
3324
|
+
---
|
3325
|
+
|
3326
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3327
|
+
|
3328
|
+
- **Operation**: [**get_combined_cloud_clusters**](docs/KubernetesProtectionApi.md#get_combined_cloud_clusters)
|
3329
|
+
- **GET**: /kubernetes-protection/entities/cloud_cluster/v1
|
3330
|
+
- **Description**: Returns a combined list of provisioned cloud accounts and known kubernetes clusters
|
3331
|
+
|
3332
|
+
---
|
3333
|
+
|
3334
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3335
|
+
|
3336
|
+
- **Operation**: [**get_helm_values_yaml**](docs/KubernetesProtectionApi.md#get_helm_values_yaml)
|
3337
|
+
- **GET**: /kubernetes-protection/entities/integration/agent/v1
|
3338
|
+
- **Description**: Provides a sample Helm values.yaml file for a customer to install alongside the agent Helm chart
|
3339
|
+
|
3340
|
+
---
|
3341
|
+
|
3342
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3343
|
+
|
3344
|
+
- **Operation**: [**get_locations**](docs/KubernetesProtectionApi.md#get_locations)
|
3345
|
+
- **GET**: /kubernetes-protection/entities/cloud-locations/v1
|
3346
|
+
- **Description**: Provides the cloud locations acknowledged by the Kubernetes Protection service
|
3347
|
+
|
3348
|
+
---
|
3349
|
+
|
3350
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3351
|
+
|
3352
|
+
- **Operation**: [**get_static_scripts**](docs/KubernetesProtectionApi.md#get_static_scripts)
|
3353
|
+
- **GET**: /kubernetes-protection/entities/gen/scripts/v1
|
3354
|
+
- **Description**: Gets static bash scripts that are used during registration
|
3355
|
+
|
3356
|
+
---
|
3357
|
+
|
3358
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3359
|
+
|
3360
|
+
- **Operation**: [**group_containers_by_managed**](docs/KubernetesProtectionApi.md#group_containers_by_managed)
|
3361
|
+
- **GET**: /container-security/aggregates/containers/group-by-managed/v1
|
3362
|
+
- **Description**: Group the containers by Managed
|
3363
|
+
|
3364
|
+
---
|
3365
|
+
|
3366
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3367
|
+
|
3368
|
+
- **Operation**: [**list_azure_accounts**](docs/KubernetesProtectionApi.md#list_azure_accounts)
|
3369
|
+
- **GET**: /kubernetes-protection/entities/accounts/azure/v1
|
3370
|
+
- **Description**: Provides the azure subscriptions registered to Kubernetes Protection
|
3371
|
+
|
3372
|
+
---
|
3373
|
+
|
3374
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3375
|
+
|
3376
|
+
- **Operation**: [**patch_azure_service_principal**](docs/KubernetesProtectionApi.md#patch_azure_service_principal)
|
3377
|
+
- **PATCH**: /kubernetes-protection/entities/service-principal/azure/v1
|
3378
|
+
- **Description**: Adds the client ID for the given tenant ID to our system
|
3379
|
+
|
3380
|
+
---
|
3381
|
+
|
3382
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3383
|
+
|
3384
|
+
- **Operation**: [**read_cluster_combined**](docs/KubernetesProtectionApi.md#read_cluster_combined)
|
3385
|
+
- **GET**: /container-security/combined/clusters/v1
|
3386
|
+
- **Description**: Retrieve kubernetes clusters identified by the provided filter criteria
|
3387
|
+
|
3388
|
+
---
|
3389
|
+
|
3390
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3391
|
+
|
3392
|
+
- **Operation**: [**read_cluster_count**](docs/KubernetesProtectionApi.md#read_cluster_count)
|
3393
|
+
- **GET**: /container-security/aggregates/clusters/count/v1
|
3394
|
+
- **Description**: Retrieve cluster counts
|
3395
|
+
|
3396
|
+
---
|
3397
|
+
|
3398
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3399
|
+
|
3400
|
+
- **Operation**: [**read_cluster_enrichment**](docs/KubernetesProtectionApi.md#read_cluster_enrichment)
|
3401
|
+
- **GET**: /container-security/aggregates/enrichment/clusters/entities/v1
|
3402
|
+
- **Description**: Retrieve cluster enrichment data
|
3403
|
+
|
3404
|
+
---
|
3405
|
+
|
3406
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3407
|
+
|
3408
|
+
- **Operation**: [**read_clusters_by_date_range_count**](docs/KubernetesProtectionApi.md#read_clusters_by_date_range_count)
|
3409
|
+
- **GET**: /container-security/aggregates/clusters/count-by-date/v1
|
3410
|
+
- **Description**: Retrieve clusters by date range counts
|
3411
|
+
|
3412
|
+
---
|
3413
|
+
|
3414
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3415
|
+
|
3416
|
+
- **Operation**: [**read_clusters_by_kubernetes_version_count**](docs/KubernetesProtectionApi.md#read_clusters_by_kubernetes_version_count)
|
3417
|
+
- **GET**: /container-security/aggregates/clusters/count-by-kubernetes-version/v1
|
3418
|
+
- **Description**: Bucket clusters by kubernetes version
|
3419
|
+
|
3420
|
+
---
|
3421
|
+
|
3422
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3423
|
+
|
3424
|
+
- **Operation**: [**read_clusters_by_status_count**](docs/KubernetesProtectionApi.md#read_clusters_by_status_count)
|
3425
|
+
- **GET**: /container-security/aggregates/clusters/count-by-status/v1
|
3426
|
+
- **Description**: Bucket clusters by status
|
3427
|
+
|
3428
|
+
---
|
3429
|
+
|
3430
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2151
3431
|
|
2152
|
-
- **Operation**: [**
|
2153
|
-
- **GET**: /
|
2154
|
-
- **Description**:
|
3432
|
+
- **Operation**: [**read_container_combined**](docs/KubernetesProtectionApi.md#read_container_combined)
|
3433
|
+
- **GET**: /container-security/combined/containers/v1
|
3434
|
+
- **Description**: Retrieve containers identified by the provided filter criteria
|
2155
3435
|
|
2156
3436
|
---
|
2157
3437
|
|
2158
|
-
**Class**: `Falcon::
|
3438
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2159
3439
|
|
2160
|
-
- **Operation**: [**
|
2161
|
-
- **GET**: /
|
2162
|
-
- **Description**:
|
3440
|
+
- **Operation**: [**read_container_count**](docs/KubernetesProtectionApi.md#read_container_count)
|
3441
|
+
- **GET**: /container-security/aggregates/containers/count/v1
|
3442
|
+
- **Description**: Retrieve container counts
|
2163
3443
|
|
2164
3444
|
---
|
2165
3445
|
|
2166
|
-
**Class**: `Falcon::
|
3446
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2167
3447
|
|
2168
|
-
- **Operation**: [**
|
2169
|
-
- **
|
2170
|
-
- **Description**:
|
3448
|
+
- **Operation**: [**read_container_count_by_registry**](docs/KubernetesProtectionApi.md#read_container_count_by_registry)
|
3449
|
+
- **GET**: /container-security/aggregates/containers/count-by-registry/v1
|
3450
|
+
- **Description**: Retrieve top container image registries
|
2171
3451
|
|
2172
3452
|
---
|
2173
3453
|
|
2174
|
-
**Class**: `Falcon::
|
3454
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2175
3455
|
|
2176
|
-
- **Operation**: [**
|
2177
|
-
- **
|
2178
|
-
- **Description**:
|
3456
|
+
- **Operation**: [**read_container_enrichment**](docs/KubernetesProtectionApi.md#read_container_enrichment)
|
3457
|
+
- **GET**: /container-security/aggregates/enrichment/containers/entities/v1
|
3458
|
+
- **Description**: Retrieve container enrichment data
|
2179
3459
|
|
2180
3460
|
---
|
2181
3461
|
|
2182
|
-
**Class**: `Falcon::
|
3462
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2183
3463
|
|
2184
|
-
- **Operation**: [**
|
2185
|
-
- **GET**: /
|
2186
|
-
- **Description**:
|
3464
|
+
- **Operation**: [**read_container_image_detections_count_by_date**](docs/KubernetesProtectionApi.md#read_container_image_detections_count_by_date)
|
3465
|
+
- **GET**: /container-security/aggregates/containers/image-detections-count-by-date/v1
|
3466
|
+
- **Description**: Retrieve count of image assessment detections on running containers over a period of time
|
2187
3467
|
|
2188
3468
|
---
|
2189
3469
|
|
2190
|
-
**Class**: `Falcon::
|
3470
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2191
3471
|
|
2192
|
-
- **Operation**: [**
|
2193
|
-
- **
|
2194
|
-
- **Description**:
|
3472
|
+
- **Operation**: [**read_container_images_by_most_used**](docs/KubernetesProtectionApi.md#read_container_images_by_most_used)
|
3473
|
+
- **GET**: /container-security/aggregates/images/most-used/v1
|
3474
|
+
- **Description**: Bucket container by image-digest
|
2195
3475
|
|
2196
3476
|
---
|
2197
3477
|
|
2198
|
-
**Class**: `Falcon::
|
3478
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2199
3479
|
|
2200
|
-
- **Operation**: [**
|
2201
|
-
- **
|
2202
|
-
- **Description**:
|
3480
|
+
- **Operation**: [**read_container_images_by_state**](docs/KubernetesProtectionApi.md#read_container_images_by_state)
|
3481
|
+
- **GET**: /container-security/aggregates/containers/images-by-state/v1
|
3482
|
+
- **Description**: Retrieve count of image states running on containers
|
2203
3483
|
|
2204
3484
|
---
|
2205
3485
|
|
2206
|
-
**Class**: `Falcon::
|
3486
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2207
3487
|
|
2208
|
-
- **Operation**: [**
|
2209
|
-
- **GET**: /
|
2210
|
-
- **Description**:
|
3488
|
+
- **Operation**: [**read_container_vulnerabilities_by_severity_count**](docs/KubernetesProtectionApi.md#read_container_vulnerabilities_by_severity_count)
|
3489
|
+
- **GET**: /container-security/aggregates/containers/vulnerability-count-by-severity/v1
|
3490
|
+
- **Description**: Retrieve container vulnerabilities by severity counts
|
2211
3491
|
|
2212
3492
|
---
|
2213
3493
|
|
2214
|
-
**Class**: `Falcon::
|
3494
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2215
3495
|
|
2216
|
-
- **Operation**: [**
|
2217
|
-
- **GET**: /
|
2218
|
-
- **Description**:
|
3496
|
+
- **Operation**: [**read_containers_by_date_range_count**](docs/KubernetesProtectionApi.md#read_containers_by_date_range_count)
|
3497
|
+
- **GET**: /container-security/aggregates/containers/count-by-date/v1
|
3498
|
+
- **Description**: Retrieve containers by date range counts
|
2219
3499
|
|
2220
3500
|
---
|
2221
3501
|
|
2222
|
-
**Class**: `Falcon::
|
3502
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2223
3503
|
|
2224
|
-
- **Operation**: [**
|
2225
|
-
- **
|
2226
|
-
- **Description**:
|
3504
|
+
- **Operation**: [**read_containers_sensor_coverage**](docs/KubernetesProtectionApi.md#read_containers_sensor_coverage)
|
3505
|
+
- **GET**: /container-security/aggregates/containers/sensor-coverage/v1
|
3506
|
+
- **Description**: Bucket containers by agent type and calculate sensor coverage
|
2227
3507
|
|
2228
3508
|
---
|
2229
3509
|
|
2230
|
-
**Class**: `Falcon::
|
3510
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2231
3511
|
|
2232
|
-
- **Operation**: [**
|
2233
|
-
- **GET**: /
|
2234
|
-
- **Description**:
|
3512
|
+
- **Operation**: [**read_deployment_combined**](docs/KubernetesProtectionApi.md#read_deployment_combined)
|
3513
|
+
- **GET**: /container-security/combined/deployments/v1
|
3514
|
+
- **Description**: Retrieve kubernetes deployments identified by the provided filter criteria
|
2235
3515
|
|
2236
3516
|
---
|
2237
3517
|
|
2238
|
-
**Class**: `Falcon::
|
3518
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2239
3519
|
|
2240
|
-
- **Operation**: [**
|
2241
|
-
- **GET**: /
|
2242
|
-
- **Description**:
|
3520
|
+
- **Operation**: [**read_deployment_count**](docs/KubernetesProtectionApi.md#read_deployment_count)
|
3521
|
+
- **GET**: /container-security/aggregates/deployments/count/v1
|
3522
|
+
- **Description**: Retrieve deployment counts
|
2243
3523
|
|
2244
3524
|
---
|
2245
3525
|
|
2246
|
-
**Class**: `Falcon::
|
3526
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2247
3527
|
|
2248
|
-
- **Operation**: [**
|
2249
|
-
- **GET**: /
|
2250
|
-
- **Description**:
|
3528
|
+
- **Operation**: [**read_deployment_enrichment**](docs/KubernetesProtectionApi.md#read_deployment_enrichment)
|
3529
|
+
- **GET**: /container-security/aggregates/enrichment/deployments/entities/v1
|
3530
|
+
- **Description**: Retrieve deployment enrichment data
|
2251
3531
|
|
2252
3532
|
---
|
2253
3533
|
|
2254
|
-
**Class**: `Falcon::
|
3534
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2255
3535
|
|
2256
|
-
- **Operation**: [**
|
2257
|
-
- **GET**: /
|
2258
|
-
- **Description**:
|
3536
|
+
- **Operation**: [**read_deployments_by_date_range_count**](docs/KubernetesProtectionApi.md#read_deployments_by_date_range_count)
|
3537
|
+
- **GET**: /container-security/aggregates/deployments/count-by-date/v1
|
3538
|
+
- **Description**: Retrieve deployments by date range counts
|
2259
3539
|
|
2260
3540
|
---
|
2261
3541
|
|
2262
|
-
**Class**: `Falcon::
|
3542
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2263
3543
|
|
2264
|
-
- **Operation**: [**
|
2265
|
-
- **GET**: /
|
2266
|
-
- **Description**:
|
3544
|
+
- **Operation**: [**read_distinct_container_image_count**](docs/KubernetesProtectionApi.md#read_distinct_container_image_count)
|
3545
|
+
- **GET**: /container-security/aggregates/images/count-by-distinct/v1
|
3546
|
+
- **Description**: Retrieve count of distinct images running on containers
|
2267
3547
|
|
2268
3548
|
---
|
2269
3549
|
|
2270
|
-
**Class**: `Falcon::
|
3550
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2271
3551
|
|
2272
|
-
- **Operation**: [**
|
2273
|
-
- **GET**: /
|
2274
|
-
- **Description**:
|
3552
|
+
- **Operation**: [**read_kubernetes_iom_by_date_range**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_by_date_range)
|
3553
|
+
- **GET**: /container-security/aggregates/kubernetes-ioms/count-by-date/v1
|
3554
|
+
- **Description**: Returns the count of Kubernetes IOMs by the date. by default it's for 7 days.
|
2275
3555
|
|
2276
3556
|
---
|
2277
3557
|
|
2278
|
-
**Class**: `Falcon::
|
3558
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2279
3559
|
|
2280
|
-
- **Operation**: [**
|
2281
|
-
- **GET**: /
|
2282
|
-
- **Description**:
|
3560
|
+
- **Operation**: [**read_kubernetes_iom_count**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_count)
|
3561
|
+
- **GET**: /container-security/aggregates/kubernetes-ioms/count/v1
|
3562
|
+
- **Description**: Returns the total count of Kubernetes IOMs over the past seven days
|
2283
3563
|
|
2284
3564
|
---
|
2285
3565
|
|
2286
3566
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2287
3567
|
|
2288
|
-
- **Operation**: [**
|
2289
|
-
- **
|
2290
|
-
- **Description**:
|
3568
|
+
- **Operation**: [**read_kubernetes_iom_entities**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_entities)
|
3569
|
+
- **GET**: /container-security/entities/kubernetes-ioms/v1
|
3570
|
+
- **Description**: Retrieve Kubernetes IOM entities identified by the provided IDs
|
2291
3571
|
|
2292
3572
|
---
|
2293
3573
|
|
2294
3574
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2295
3575
|
|
2296
|
-
- **Operation**: [**
|
2297
|
-
- **
|
2298
|
-
- **Description**:
|
3576
|
+
- **Operation**: [**read_node_combined**](docs/KubernetesProtectionApi.md#read_node_combined)
|
3577
|
+
- **GET**: /container-security/combined/nodes/v1
|
3578
|
+
- **Description**: Retrieve kubernetes nodes identified by the provided filter criteria
|
2299
3579
|
|
2300
3580
|
---
|
2301
3581
|
|
2302
3582
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2303
3583
|
|
2304
|
-
- **Operation**: [**
|
2305
|
-
- **
|
2306
|
-
- **Description**:
|
3584
|
+
- **Operation**: [**read_node_count**](docs/KubernetesProtectionApi.md#read_node_count)
|
3585
|
+
- **GET**: /container-security/aggregates/nodes/count/v1
|
3586
|
+
- **Description**: Retrieve node counts
|
2307
3587
|
|
2308
3588
|
---
|
2309
3589
|
|
2310
3590
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2311
3591
|
|
2312
|
-
- **Operation**: [**
|
2313
|
-
- **
|
2314
|
-
- **Description**:
|
3592
|
+
- **Operation**: [**read_node_enrichment**](docs/KubernetesProtectionApi.md#read_node_enrichment)
|
3593
|
+
- **GET**: /container-security/aggregates/enrichment/nodes/entities/v1
|
3594
|
+
- **Description**: Retrieve node enrichment data
|
2315
3595
|
|
2316
3596
|
---
|
2317
3597
|
|
2318
3598
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2319
3599
|
|
2320
|
-
- **Operation**: [**
|
2321
|
-
- **GET**: /
|
2322
|
-
- **Description**:
|
3600
|
+
- **Operation**: [**read_nodes_by_cloud_count**](docs/KubernetesProtectionApi.md#read_nodes_by_cloud_count)
|
3601
|
+
- **GET**: /container-security/aggregates/nodes/count-by-cloud/v1
|
3602
|
+
- **Description**: Bucket nodes by cloud providers
|
2323
3603
|
|
2324
3604
|
---
|
2325
3605
|
|
2326
3606
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2327
3607
|
|
2328
|
-
- **Operation**: [**
|
2329
|
-
- **GET**: /
|
2330
|
-
- **Description**:
|
3608
|
+
- **Operation**: [**read_nodes_by_container_engine_version_count**](docs/KubernetesProtectionApi.md#read_nodes_by_container_engine_version_count)
|
3609
|
+
- **GET**: /container-security/aggregates/nodes/count-by-container-engine-version/v1
|
3610
|
+
- **Description**: Bucket nodes by their container engine version
|
2331
3611
|
|
2332
3612
|
---
|
2333
3613
|
|
2334
3614
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2335
3615
|
|
2336
|
-
- **Operation**: [**
|
2337
|
-
- **GET**: /
|
2338
|
-
- **Description**:
|
3616
|
+
- **Operation**: [**read_nodes_by_date_range_count**](docs/KubernetesProtectionApi.md#read_nodes_by_date_range_count)
|
3617
|
+
- **GET**: /container-security/aggregates/nodes/count-by-date/v1
|
3618
|
+
- **Description**: Retrieve nodes by date range counts
|
2339
3619
|
|
2340
3620
|
---
|
2341
3621
|
|
2342
3622
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2343
3623
|
|
2344
|
-
- **Operation**: [**
|
2345
|
-
- **GET**: /
|
2346
|
-
- **Description**:
|
3624
|
+
- **Operation**: [**read_pod_combined**](docs/KubernetesProtectionApi.md#read_pod_combined)
|
3625
|
+
- **GET**: /container-security/combined/pods/v1
|
3626
|
+
- **Description**: Retrieve kubernetes pods identified by the provided filter criteria
|
2347
3627
|
|
2348
3628
|
---
|
2349
3629
|
|
2350
3630
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2351
3631
|
|
2352
|
-
- **Operation**: [**
|
2353
|
-
- **GET**: /
|
2354
|
-
- **Description**:
|
3632
|
+
- **Operation**: [**read_pod_count**](docs/KubernetesProtectionApi.md#read_pod_count)
|
3633
|
+
- **GET**: /container-security/aggregates/pods/count/v1
|
3634
|
+
- **Description**: Retrieve pod counts
|
2355
3635
|
|
2356
3636
|
---
|
2357
3637
|
|
2358
3638
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2359
3639
|
|
2360
|
-
- **Operation**: [**
|
2361
|
-
- **GET**: /
|
2362
|
-
- **Description**:
|
3640
|
+
- **Operation**: [**read_pod_enrichment**](docs/KubernetesProtectionApi.md#read_pod_enrichment)
|
3641
|
+
- **GET**: /container-security/aggregates/enrichment/pods/entities/v1
|
3642
|
+
- **Description**: Retrieve pod enrichment data
|
2363
3643
|
|
2364
3644
|
---
|
2365
3645
|
|
2366
3646
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2367
3647
|
|
2368
|
-
- **Operation**: [**
|
2369
|
-
- **GET**: /
|
2370
|
-
- **Description**:
|
3648
|
+
- **Operation**: [**read_pods_by_date_range_count**](docs/KubernetesProtectionApi.md#read_pods_by_date_range_count)
|
3649
|
+
- **GET**: /container-security/aggregates/pods/count-by-date/v1
|
3650
|
+
- **Description**: Retrieve pods by date range counts
|
2371
3651
|
|
2372
3652
|
---
|
2373
3653
|
|
2374
3654
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2375
3655
|
|
2376
|
-
- **Operation**: [**
|
2377
|
-
- **GET**: /
|
2378
|
-
- **Description**:
|
3656
|
+
- **Operation**: [**read_running_container_images**](docs/KubernetesProtectionApi.md#read_running_container_images)
|
3657
|
+
- **GET**: /container-security/combined/container-images/v1
|
3658
|
+
- **Description**: Retrieve images on running containers
|
2379
3659
|
|
2380
3660
|
---
|
2381
3661
|
|
2382
3662
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2383
3663
|
|
2384
|
-
- **Operation**: [**
|
2385
|
-
- **GET**: /
|
2386
|
-
- **Description**:
|
3664
|
+
- **Operation**: [**read_vulnerable_container_image_count**](docs/KubernetesProtectionApi.md#read_vulnerable_container_image_count)
|
3665
|
+
- **GET**: /container-security/aggregates/containers/count-vulnerable-images/v1
|
3666
|
+
- **Description**: Retrieve count of vulnerable images running on containers
|
2387
3667
|
|
2388
3668
|
---
|
2389
3669
|
|
2390
3670
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2391
3671
|
|
2392
|
-
- **Operation**: [**
|
2393
|
-
- **
|
2394
|
-
- **Description**:
|
3672
|
+
- **Operation**: [**regenerate_api_key**](docs/KubernetesProtectionApi.md#regenerate_api_key)
|
3673
|
+
- **POST**: /kubernetes-protection/entities/integration/api-key/v1
|
3674
|
+
- **Description**: Regenerate API key for docker registry integrations
|
2395
3675
|
|
2396
3676
|
---
|
2397
3677
|
|
2398
3678
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2399
3679
|
|
2400
|
-
- **Operation**: [**
|
2401
|
-
- **
|
2402
|
-
- **Description**:
|
3680
|
+
- **Operation**: [**search_and_read_kubernetes_iom_entities**](docs/KubernetesProtectionApi.md#search_and_read_kubernetes_iom_entities)
|
3681
|
+
- **GET**: /container-security/combined/kubernetes-ioms/v1
|
3682
|
+
- **Description**: Search Kubernetes IOM by the provided search criteria
|
2403
3683
|
|
2404
3684
|
---
|
2405
3685
|
|
2406
3686
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2407
3687
|
|
2408
|
-
- **Operation**: [**
|
2409
|
-
- **
|
2410
|
-
- **Description**:
|
3688
|
+
- **Operation**: [**search_kubernetes_ioms**](docs/KubernetesProtectionApi.md#search_kubernetes_ioms)
|
3689
|
+
- **GET**: /container-security/queries/kubernetes-ioms/v1
|
3690
|
+
- **Description**: Search Kubernetes IOMs by the provided search criteria. this endpoint returns a list of Kubernetes IOM UUIDs matching the query
|
2411
3691
|
|
2412
3692
|
---
|
2413
3693
|
|
@@ -2957,6 +4237,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2957
4237
|
|
2958
4238
|
**Class**: `Falcon::OdsApi`
|
2959
4239
|
|
4240
|
+
- **Operation**: [**get_scans_by_scan_ids_v2**](docs/OdsApi.md#get_scans_by_scan_ids_v2)
|
4241
|
+
- **GET**: /ods/entities/scans/v2
|
4242
|
+
- **Description**: Get Scans by IDs.
|
4243
|
+
|
4244
|
+
---
|
4245
|
+
|
4246
|
+
**Class**: `Falcon::OdsApi`
|
4247
|
+
|
2960
4248
|
- **Operation**: [**get_scheduled_scans_by_scan_ids**](docs/OdsApi.md#get_scheduled_scans_by_scan_ids)
|
2961
4249
|
- **GET**: /ods/entities/scheduled-scans/v1
|
2962
4250
|
- **Description**: Get ScheduledScans by IDs.
|
@@ -3453,6 +4741,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3453
4741
|
|
3454
4742
|
**Class**: `Falcon::RealTimeResponseAdminApi`
|
3455
4743
|
|
4744
|
+
- **Operation**: [**r_tr_get_falcon_scripts**](docs/RealTimeResponseAdminApi.md#r_tr_get_falcon_scripts)
|
4745
|
+
- **GET**: /real-time-response/entities/falcon-scripts/v1
|
4746
|
+
- **Description**: Get Falcon scripts with metadata and content of script
|
4747
|
+
|
4748
|
+
---
|
4749
|
+
|
4750
|
+
**Class**: `Falcon::RealTimeResponseAdminApi`
|
4751
|
+
|
3456
4752
|
- **Operation**: [**r_tr_get_put_files**](docs/RealTimeResponseAdminApi.md#r_tr_get_put_files)
|
3457
4753
|
- **GET**: /real-time-response/entities/put-files/v1
|
3458
4754
|
- **Description**: Get put-files based on the ID's given. These are used for the RTR `put` command.
|
@@ -3485,6 +4781,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3485
4781
|
|
3486
4782
|
**Class**: `Falcon::RealTimeResponseAdminApi`
|
3487
4783
|
|
4784
|
+
- **Operation**: [**r_tr_list_falcon_scripts**](docs/RealTimeResponseAdminApi.md#r_tr_list_falcon_scripts)
|
4785
|
+
- **GET**: /real-time-response/queries/falcon-scripts/v1
|
4786
|
+
- **Description**: Get a list of Falcon script IDs available to the user to run
|
4787
|
+
|
4788
|
+
---
|
4789
|
+
|
4790
|
+
**Class**: `Falcon::RealTimeResponseAdminApi`
|
4791
|
+
|
3488
4792
|
- **Operation**: [**r_tr_list_put_files**](docs/RealTimeResponseAdminApi.md#r_tr_list_put_files)
|
3489
4793
|
- **GET**: /real-time-response/queries/put-files/v1
|
3490
4794
|
- **Description**: Get a list of put-file ID's that are available to the user for the `put` command.
|
@@ -3507,11 +4811,19 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3507
4811
|
|
3508
4812
|
---
|
3509
4813
|
|
4814
|
+
**Class**: `Falcon::RealTimeResponseAuditApi`
|
4815
|
+
|
4816
|
+
- **Operation**: [**r_tr_audit_sessions**](docs/RealTimeResponseAuditApi.md#r_tr_audit_sessions)
|
4817
|
+
- **GET**: /real-time-response-audit/combined/sessions/v1
|
4818
|
+
- **Description**: Get all the RTR sessions created for a customer in a specified duration
|
4819
|
+
|
4820
|
+
---
|
4821
|
+
|
3510
4822
|
**Class**: `Falcon::ReconApi`
|
3511
4823
|
|
3512
4824
|
- **Operation**: [**aggregate_notifications_exposed_data_records_v1**](docs/ReconApi.md#aggregate_notifications_exposed_data_records_v1)
|
3513
4825
|
- **POST**: /recon/aggregates/notifications-exposed-data-records/GET/v1
|
3514
|
-
- **Description**: Get notification exposed data record aggregates as specified via JSON in request body. The valid aggregation fields are: [cid notification_id created_date rule.id rule.name rule.topic source_category site author file.name]
|
4826
|
+
- **Description**: Get notification exposed data record aggregates as specified via JSON in request body. The valid aggregation fields are: [cid notification_id created_date rule.id rule.name rule.topic source_category site author file.name credential_status bot.operating_system.hardware_id bot.bot_id]
|
3515
4827
|
|
3516
4828
|
---
|
3517
4829
|
|
@@ -3827,6 +5139,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3827
5139
|
|
3828
5140
|
---
|
3829
5141
|
|
5142
|
+
**Class**: `Falcon::RuntimeDetectionsApi`
|
5143
|
+
|
5144
|
+
- **Operation**: [**get_runtime_detections_combined_v2**](docs/RuntimeDetectionsApi.md#get_runtime_detections_combined_v2)
|
5145
|
+
- **GET**: /container-security/combined/runtime-detections/v2
|
5146
|
+
- **Description**: Retrieve container runtime detections by the provided search criteria
|
5147
|
+
|
5148
|
+
---
|
5149
|
+
|
3830
5150
|
**Class**: `Falcon::SampleUploadsApi`
|
3831
5151
|
|
3832
5152
|
- **Operation**: [**archive_delete_v1**](docs/SampleUploadsApi.md#archive_delete_v1)
|
@@ -4163,6 +5483,62 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4163
5483
|
|
4164
5484
|
---
|
4165
5485
|
|
5486
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5487
|
+
|
5488
|
+
- **Operation**: [**combined_query_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#combined_query_evaluation_logic)
|
5489
|
+
- **GET**: /spotlight/combined/evaluation-logic/v1
|
5490
|
+
- **Description**: Search for evaluation logic in your environment by providing a FQL filter and paging details. Returns a set of evaluation logic entities which match the filter criteria.
|
5491
|
+
|
5492
|
+
---
|
5493
|
+
|
5494
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5495
|
+
|
5496
|
+
- **Operation**: [**get_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#get_evaluation_logic)
|
5497
|
+
- **GET**: /spotlight/entities/evaluation-logic/v1
|
5498
|
+
- **Description**: Get details on evaluation logic items by providing one or more IDs.
|
5499
|
+
|
5500
|
+
---
|
5501
|
+
|
5502
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5503
|
+
|
5504
|
+
- **Operation**: [**query_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#query_evaluation_logic)
|
5505
|
+
- **GET**: /spotlight/queries/evaluation-logic/v1
|
5506
|
+
- **Description**: Search for evaluation logic in your environment by providing a FQL filter and paging details. Returns a set of evaluation logic IDs which match the filter criteria.
|
5507
|
+
|
5508
|
+
---
|
5509
|
+
|
5510
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5511
|
+
|
5512
|
+
- **Operation**: [**combined_query_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#combined_query_vulnerabilities)
|
5513
|
+
- **GET**: /spotlight/combined/vulnerabilities/v1
|
5514
|
+
- **Description**: Search for Vulnerabilities in your environment by providing an FQL filter and paging details. Returns a set of Vulnerability entities which match the filter criteria
|
5515
|
+
|
5516
|
+
---
|
5517
|
+
|
5518
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5519
|
+
|
5520
|
+
- **Operation**: [**get_remediations_v2**](docs/SpotlightVulnerabilitiesApi.md#get_remediations_v2)
|
5521
|
+
- **GET**: /spotlight/entities/remediations/v2
|
5522
|
+
- **Description**: Get details on remediation by providing one or more IDs
|
5523
|
+
|
5524
|
+
---
|
5525
|
+
|
5526
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5527
|
+
|
5528
|
+
- **Operation**: [**get_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#get_vulnerabilities)
|
5529
|
+
- **GET**: /spotlight/entities/vulnerabilities/v2
|
5530
|
+
- **Description**: Get details on vulnerabilities by providing one or more IDs
|
5531
|
+
|
5532
|
+
---
|
5533
|
+
|
5534
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5535
|
+
|
5536
|
+
- **Operation**: [**query_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#query_vulnerabilities)
|
5537
|
+
- **GET**: /spotlight/queries/vulnerabilities/v1
|
5538
|
+
- **Description**: Search for Vulnerabilities in your environment by providing an FQL filter and paging details. Returns a set of Vulnerability IDs which match the filter criteria
|
5539
|
+
|
5540
|
+
---
|
5541
|
+
|
4166
5542
|
**Class**: `Falcon::TailoredIntelligenceApi`
|
4167
5543
|
|
4168
5544
|
- **Operation**: [**get_events_body**](docs/TailoredIntelligenceApi.md#get_events_body)
|
@@ -4203,6 +5579,30 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4203
5579
|
|
4204
5580
|
---
|
4205
5581
|
|
5582
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5583
|
+
|
5584
|
+
- **Operation**: [**read_unidentified_containers_by_date_range_count**](docs/UnidentifiedContainersApi.md#read_unidentified_containers_by_date_range_count)
|
5585
|
+
- **GET**: /container-security/aggregates/unidentified-containers/count-by-date/v1
|
5586
|
+
- **Description**: Returns the count of Unidentified Containers over the last 7 days
|
5587
|
+
|
5588
|
+
---
|
5589
|
+
|
5590
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5591
|
+
|
5592
|
+
- **Operation**: [**read_unidentified_containers_count**](docs/UnidentifiedContainersApi.md#read_unidentified_containers_count)
|
5593
|
+
- **GET**: /container-security/aggregates/unidentified-containers/count/v1
|
5594
|
+
- **Description**: Returns the total count of Unidentified Containers over a time period
|
5595
|
+
|
5596
|
+
---
|
5597
|
+
|
5598
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5599
|
+
|
5600
|
+
- **Operation**: [**search_and_read_unidentified_containers**](docs/UnidentifiedContainersApi.md#search_and_read_unidentified_containers)
|
5601
|
+
- **GET**: /container-security/combined/unidentified-containers/v1
|
5602
|
+
- **Description**: Search Unidentified Containers by the provided search criteria
|
5603
|
+
|
5604
|
+
---
|
5605
|
+
|
4206
5606
|
**Class**: `Falcon::UserManagementApi`
|
4207
5607
|
|
4208
5608
|
- **Operation**: [**combined_user_roles_v1**](docs/UserManagementApi.md#combined_user_roles_v1)
|
@@ -4379,59 +5779,115 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4379
5779
|
|
4380
5780
|
---
|
4381
5781
|
|
4382
|
-
**Class**: `Falcon::
|
5782
|
+
**Class**: `Falcon::WorkflowsApi`
|
4383
5783
|
|
4384
|
-
- **Operation**: [**
|
4385
|
-
- **GET**: /
|
4386
|
-
- **Description**: Search
|
5784
|
+
- **Operation**: [**workflow_definitions_combined**](docs/WorkflowsApi.md#workflow_definitions_combined)
|
5785
|
+
- **GET**: /workflows/combined/definitions/v1
|
5786
|
+
- **Description**: Search workflow definitions based on the provided filter
|
4387
5787
|
|
4388
5788
|
---
|
4389
5789
|
|
4390
|
-
**Class**: `Falcon::
|
5790
|
+
**Class**: `Falcon::WorkflowsApi`
|
4391
5791
|
|
4392
|
-
- **Operation**: [**
|
4393
|
-
- **
|
4394
|
-
- **Description**:
|
5792
|
+
- **Operation**: [**workflow_definitions_create**](docs/WorkflowsApi.md#workflow_definitions_create)
|
5793
|
+
- **POST**: /workflows/entities/definitions/v1
|
5794
|
+
- **Description**: Creates a workflow definition based on the provided model
|
4395
5795
|
|
4396
5796
|
---
|
4397
5797
|
|
4398
|
-
**Class**: `Falcon::
|
5798
|
+
**Class**: `Falcon::WorkflowsApi`
|
4399
5799
|
|
4400
|
-
- **Operation**: [**
|
4401
|
-
- **GET**: /
|
4402
|
-
- **Description**:
|
5800
|
+
- **Operation**: [**workflow_definitions_export**](docs/WorkflowsApi.md#workflow_definitions_export)
|
5801
|
+
- **GET**: /workflows/entities/definitions/export/v1
|
5802
|
+
- **Description**: Exports a workflow definition for the given definition ID
|
4403
5803
|
|
4404
5804
|
---
|
4405
5805
|
|
4406
|
-
**Class**: `Falcon::
|
5806
|
+
**Class**: `Falcon::WorkflowsApi`
|
4407
5807
|
|
4408
|
-
- **Operation**: [**
|
4409
|
-
- **
|
4410
|
-
- **Description**:
|
5808
|
+
- **Operation**: [**workflow_definitions_import**](docs/WorkflowsApi.md#workflow_definitions_import)
|
5809
|
+
- **POST**: /workflows/entities/definitions/import/v1
|
5810
|
+
- **Description**: Imports a workflow definition based on the provided model
|
4411
5811
|
|
4412
5812
|
---
|
4413
5813
|
|
4414
|
-
**Class**: `Falcon::
|
5814
|
+
**Class**: `Falcon::WorkflowsApi`
|
4415
5815
|
|
4416
|
-
- **Operation**: [**
|
4417
|
-
- **
|
4418
|
-
- **Description**:
|
5816
|
+
- **Operation**: [**workflow_definitions_update**](docs/WorkflowsApi.md#workflow_definitions_update)
|
5817
|
+
- **PUT**: /workflows/entities/definitions/v1
|
5818
|
+
- **Description**: Updates a workflow definition based on the provided model
|
4419
5819
|
|
4420
5820
|
---
|
4421
5821
|
|
4422
|
-
**Class**: `Falcon::
|
5822
|
+
**Class**: `Falcon::WorkflowsApi`
|
4423
5823
|
|
4424
|
-
- **Operation**: [**
|
4425
|
-
- **
|
4426
|
-
- **Description**:
|
5824
|
+
- **Operation**: [**workflow_execute**](docs/WorkflowsApi.md#workflow_execute)
|
5825
|
+
- **POST**: /workflows/entities/execute/v1
|
5826
|
+
- **Description**: Executes an on-demand Workflow, the body is JSON used to trigger the execution, the response the execution ID(s)
|
4427
5827
|
|
4428
5828
|
---
|
4429
5829
|
|
4430
|
-
**Class**: `Falcon::
|
5830
|
+
**Class**: `Falcon::WorkflowsApi`
|
4431
5831
|
|
4432
|
-
- **Operation**: [**
|
4433
|
-
- **GET**: /
|
4434
|
-
- **Description**:
|
5832
|
+
- **Operation**: [**workflow_execution_results**](docs/WorkflowsApi.md#workflow_execution_results)
|
5833
|
+
- **GET**: /workflows/entities/execution-results/v1
|
5834
|
+
- **Description**: Get execution result of a given execution
|
5835
|
+
|
5836
|
+
---
|
5837
|
+
|
5838
|
+
**Class**: `Falcon::WorkflowsApi`
|
5839
|
+
|
5840
|
+
- **Operation**: [**workflow_executions_action**](docs/WorkflowsApi.md#workflow_executions_action)
|
5841
|
+
- **POST**: /workflows/entities/execution-actions/v1
|
5842
|
+
- **Description**: Allows a user to resume/retry a failed workflow execution.
|
5843
|
+
|
5844
|
+
---
|
5845
|
+
|
5846
|
+
**Class**: `Falcon::WorkflowsApi`
|
5847
|
+
|
5848
|
+
- **Operation**: [**workflow_executions_combined**](docs/WorkflowsApi.md#workflow_executions_combined)
|
5849
|
+
- **GET**: /workflows/combined/executions/v1
|
5850
|
+
- **Description**: Search workflow executions based on the provided filter
|
5851
|
+
|
5852
|
+
---
|
5853
|
+
|
5854
|
+
**Class**: `Falcon::WorkflowsApi`
|
5855
|
+
|
5856
|
+
- **Operation**: [**workflow_get_human_input_v1**](docs/WorkflowsApi.md#workflow_get_human_input_v1)
|
5857
|
+
- **GET**: /workflows/entities/human-inputs/v1
|
5858
|
+
- **Description**: Gets one or more specific human inputs by their IDs.
|
5859
|
+
|
5860
|
+
---
|
5861
|
+
|
5862
|
+
**Class**: `Falcon::WorkflowsApi`
|
5863
|
+
|
5864
|
+
- **Operation**: [**workflow_system_definitions_de_provision**](docs/WorkflowsApi.md#workflow_system_definitions_de_provision)
|
5865
|
+
- **POST**: /workflows/system-definitions/deprovision/v1
|
5866
|
+
- **Description**: Deprovisions a system definition that was previously provisioned on the target CID
|
5867
|
+
|
5868
|
+
---
|
5869
|
+
|
5870
|
+
**Class**: `Falcon::WorkflowsApi`
|
5871
|
+
|
5872
|
+
- **Operation**: [**workflow_system_definitions_promote**](docs/WorkflowsApi.md#workflow_system_definitions_promote)
|
5873
|
+
- **POST**: /workflows/system-definitions/promote/v1
|
5874
|
+
- **Description**: Promotes a version of a system definition for a customer. The customer must already have been provisioned. This allows the caller to apply an updated template version to a specific cid and expects all parameters to be supplied. If the template supports multi-instance the customer scope definition ID must be supplied to determine which customer workflow should be updated.
|
5875
|
+
|
5876
|
+
---
|
5877
|
+
|
5878
|
+
**Class**: `Falcon::WorkflowsApi`
|
5879
|
+
|
5880
|
+
- **Operation**: [**workflow_system_definitions_provision**](docs/WorkflowsApi.md#workflow_system_definitions_provision)
|
5881
|
+
- **POST**: /workflows/system-definitions/provision/v1
|
5882
|
+
- **Description**: Provisions a system definition onto the target CID by using the template and provided parameters
|
5883
|
+
|
5884
|
+
---
|
5885
|
+
|
5886
|
+
**Class**: `Falcon::WorkflowsApi`
|
5887
|
+
|
5888
|
+
- **Operation**: [**workflow_update_human_input_v1**](docs/WorkflowsApi.md#workflow_update_human_input_v1)
|
5889
|
+
- **PATCH**: /workflows/entities/human-inputs/v1
|
5890
|
+
- **Description**: Provides an input in response to a human input action. Depending on action configuration, one or more of Approve, Decline, and/or Escalate are permitted.
|
4435
5891
|
|
4436
5892
|
---
|
4437
5893
|
|